Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/net/phy/
H A Dmxl-gpy.c834 .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 Dbcm87xx.c203 .get_features = bcm87xx_get_features,
214 .get_features = bcm87xx_get_features,
H A Drealtek.c991 .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 Dmarvell-88q2xxx.c243 .get_features = mv88q2xxx_get_features,
H A Ddp83td510.c226 .get_features = dp83td510_get_features,
H A Dbcm84881.c233 .get_features = bcm84881_get_features,
H A Dadin1100.c273 .get_features = adin_get_features,
/openbmc/qemu/hw/virtio/
H A Dvirtio-rng.c131 static uint64_t get_features(VirtIODevice *vdev, uint64_t f, Error **errp) in get_features() function
273 vdc->get_features = get_features; in virtio_rng_class_init()
H A Dvirtio-bus.c65 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 Dvhost-user-vsock.c163 vdc->get_features = vuv_get_features; in vuv_class_init()
H A Dvhost-vsock.c222 vdc->get_features = vhost_vsock_get_features; in vhost_vsock_class_init()
H A Dvirtio-pmem.c176 vdc->get_features = virtio_pmem_get_features; in virtio_pmem_class_init()
H A Dvhost-user-rng.c281 vdc->get_features = vu_rng_get_features; in vu_rng_class_init()
/openbmc/u-boot/drivers/virtio/
H A Dvirtio_sandbox.c186 .get_features = virtio_sandbox_get_features,
215 .get_features = virtio_sandbox_get_features,
H A Dvirtio-uclass.c93 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 Dvhost-user-test.c181 uint64_t (*get_features)(TestServer *s); member
363 g_assert(s->vu_ops->get_features); in chr_read()
373 msg.payload.u64 = s->vu_ops->get_features(s); in chr_read()
1065 .get_features = vu_net_get_features,
1143 .get_features = vu_gpio_get_features,
1185 .get_features = vu_scmi_get_features,
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c40 static uint64_t get_features(QVirtioDevice *d) in get_features() function
265 .get_features = get_features,
H A Dvirtio.h57 uint64_t (*get_features)(QVirtioDevice *d); member
/openbmc/u-boot/drivers/misc/
H A Dihs_fpga.c247 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/pci/controller/dwc/
H A Dpcie-designware-ep.c461 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
464 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
480 .get_features = dw_pcie_ep_get_features,
802 if (ep->ops->get_features) { in dw_pcie_ep_init()
803 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
H A Dpcie-designware-plat.c79 .get_features = dw_plat_pcie_get_features,
/openbmc/linux/drivers/input/tablet/
H A Dhanwang.c297 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 Dvirtio_pci_legacy.c198 .get_features = vp_get_features,
H A Dvirtio_pci_modern.c504 .get_features = vp_get_features,
524 .get_features = vp_get_features,
/openbmc/linux/fs/btrfs/
H A Dsysfs.c121 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()

12345