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

/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c177 .get_features = virtio_sandbox_get_features,
205 .get_features = virtio_sandbox_get_features,
H A Dvirtio-uclass.c100 return ops->get_features(vdev->parent, features);
205 !ops->get_features || !ops->set_features ||
H A Dvirtio_mmio.c396 .get_features = virtio_mmio_get_features,
H A Dvirtio_pci_legacy.c341 .get_features = virtio_pci_get_features,
H A Dvirtio_pci_modern.c586 .get_features = virtio_pci_get_features,
/u-boot/board/gdsys/common/
H A Dioep-fpga.c141 static int get_features(unsigned int fpga, struct fpga_features *features) function
353 static int get_features(unsigned int fpga, struct fpga_features *features) function
454 get_features(fpga, &features);
467 get_features(fpga, &features);
/u-boot/drivers/misc/
H A Dihs_fpga.c244 * get_features() - Fill structure with info from features register.
250 static int get_features(struct udevice *dev, struct fpga_features *features) function
478 * get_features() - Fill structure with info from features register.
488 static int get_features(unsigned int fpga, struct fpga_features *features) function
591 get_features(dev, &features);
/u-boot/include/
H A Dvirtio.h154 * get_features() - get the array of feature bits for this device
160 int (*get_features)(struct udevice *vdev, u64 *features); member in struct:dm_virtio_ops

Completed in 162 milliseconds