Searched refs:get_features (Results 1 – 8 of 8) sorted by relevance
/u-boot/board/gdsys/common/ |
A D | ioep-fpga.c | 141 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 D | virtio_sandbox.c | 188 .get_features = virtio_sandbox_get_features, 217 .get_features = virtio_sandbox_get_features,
|
A D | virtio-uclass.c | 97 return ops->get_features(vdev->parent, features); in virtio_get_features() 215 !ops->get_features || !ops->set_features || in virtio_uclass_pre_probe()
|
A D | virtio_mmio.c | 396 .get_features = virtio_mmio_get_features,
|
A D | virtio_pci_legacy.c | 340 .get_features = virtio_pci_get_features,
|
A D | virtio_pci_modern.c | 529 .get_features = virtio_pci_get_features,
|
/u-boot/drivers/misc/ |
A D | ihs_fpga.c | 250 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 D | virtio.h | 158 int (*get_features)(struct udevice *vdev, u64 *features); member
|
Completed in 24 milliseconds