/openbmc/linux/drivers/net/phy/ |
H A D | mxl-gpy.c | 834 .get_features = genphy_c45_pma_read_abilities, 852 .get_features = genphy_c45_pma_read_abilities, 869 .get_features = genphy_c45_pma_read_abilities, 887 .get_features = genphy_c45_pma_read_abilities, 904 .get_features = genphy_c45_pma_read_abilities, 922 .get_features = genphy_c45_pma_read_abilities, 939 .get_features = genphy_c45_pma_read_abilities, 957 .get_features = genphy_c45_pma_read_abilities, 974 .get_features = genphy_c45_pma_read_abilities, 991 .get_features = genphy_c45_pma_read_abilities, [all …]
|
H A D | bcm87xx.c | 203 .get_features = bcm87xx_get_features, 214 .get_features = bcm87xx_get_features,
|
H A D | realtek.c | 991 .get_features = rtl822x_get_features, 1003 .get_features = rtl822x_get_features, 1015 .get_features = rtl822x_get_features, 1025 .get_features = rtl822x_get_features, 1035 .get_features = rtl822x_get_features, 1045 .get_features = rtl822x_get_features,
|
H A D | marvell-88q2xxx.c | 243 .get_features = mv88q2xxx_get_features,
|
H A D | dp83td510.c | 226 .get_features = dp83td510_get_features,
|
H A D | bcm84881.c | 233 .get_features = bcm84881_get_features,
|
H A D | adin1100.c | 273 .get_features = adin_get_features,
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-rng.c | 131 static uint64_t get_features(VirtIODevice *vdev, uint64_t f, Error **errp) in get_features() function 274 vdc->get_features = get_features; in virtio_rng_class_init()
|
H A D | virtio-bus.c | 65 assert(vdc->get_features != NULL); in virtio_bus_device_plugged() 66 vdev->host_features = vdc->get_features(vdev, vdev->host_features, in virtio_bus_device_plugged()
|
H A D | vhost-user-vsock.c | 165 vdc->get_features = vuv_get_features; in vuv_class_init()
|
H A D | vhost-vsock.c | 223 vdc->get_features = vhost_vsock_get_features; in vhost_vsock_class_init()
|
H A D | virtio-pmem.c | 176 vdc->get_features = virtio_pmem_get_features; in virtio_pmem_class_init()
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_sandbox.c | 186 .get_features = virtio_sandbox_get_features, 215 .get_features = virtio_sandbox_get_features,
|
H A D | virtio-uclass.c | 93 return ops->get_features(vdev->parent, features); in virtio_get_features() 211 !ops->get_features || !ops->set_features || in virtio_uclass_pre_probe()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 183 uint64_t (*get_features)(TestServer *s); member 368 g_assert(s->vu_ops->get_features); in chr_read() 378 msg.payload.u64 = s->vu_ops->get_features(s); in chr_read() 1086 .get_features = vu_net_get_features, 1169 .get_features = vu_gpio_get_features, 1211 .get_features = vu_scmi_get_features,
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 468 if (!ep->ops->get_features) in dw_pcie_ep_get_features() 471 return ep->ops->get_features(ep); in dw_pcie_ep_get_features() 487 .get_features = dw_pcie_ep_get_features, 809 if (ep->ops->get_features) { in dw_pcie_ep_init() 810 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
|
H A D | pcie-designware-plat.c | 79 .get_features = dw_plat_pcie_get_features,
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | virtio-pci-modern.c | 40 static uint64_t get_features(QVirtioDevice *d) in get_features() function 265 .get_features = get_features,
|
H A D | virtio.h | 57 uint64_t (*get_features)(QVirtioDevice *d); member
|
/openbmc/u-boot/drivers/misc/ |
H A D | ihs_fpga.c | 247 static int get_features(struct udevice *dev, struct fpga_features *features) in get_features() function 485 static int get_features(unsigned int fpga, struct fpga_features *features) in get_features() function 588 get_features(dev, &features); in fpga_print_info()
|
/openbmc/linux/drivers/input/tablet/ |
H A D | hanwang.c | 297 static bool get_features(struct usb_device *dev, struct hanwang *hanwang) in get_features() function 332 if (!get_features(dev, hanwang)) { in hanwang_probe()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_pci_modern.c | 504 .get_features = vp_get_features, 524 .get_features = vp_get_features,
|
H A D | virtio_pci_legacy.c | 198 .get_features = vp_get_features,
|
/openbmc/linux/fs/btrfs/ |
H A D | sysfs.c | 121 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function 183 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show() 224 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store() 243 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store() 271 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible() 1372 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
|
/openbmc/linux/include/linux/ |
H A D | pci-epc.h | 89 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
|