Home
last modified time | relevance | path

Searched refs:get_features (Results 1 – 8 of 8) sorted by relevance

/u-boot/board/gdsys/common/
A Dioep-fpga.c141 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features() function
353 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features() function
454 get_features(fpga, &features); in ioep_fpga_has_osd()
467 get_features(fpga, &features); in ioep_fpga_print_info()
/u-boot/drivers/virtio/
A Dvirtio_sandbox.c188 .get_features = virtio_sandbox_get_features,
217 .get_features = virtio_sandbox_get_features,
A Dvirtio-uclass.c97 return ops->get_features(vdev->parent, features); in virtio_get_features()
215 !ops->get_features || !ops->set_features || in virtio_uclass_pre_probe()
A Dvirtio_mmio.c396 .get_features = virtio_mmio_get_features,
A Dvirtio_pci_legacy.c340 .get_features = virtio_pci_get_features,
A Dvirtio_pci_modern.c529 .get_features = virtio_pci_get_features,
/u-boot/drivers/misc/
A Dihs_fpga.c250 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features() function
488 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features() function
591 get_features(dev, &features); in fpga_print_info()
/u-boot/include/
A Dvirtio.h158 int (*get_features)(struct udevice *vdev, u64 *features); member

Completed in 24 milliseconds