| /Linux-v5.10/drivers/net/phy/ |
| D | bcm87xx.c | 193 .get_features = bcm87xx_get_features, 205 .get_features = bcm87xx_get_features,
|
| D | bcm84881.c | 233 .get_features = bcm84881_get_features,
|
| D | realtek.c | 643 .get_features = rtl822x_get_features, 655 .get_features = rtl822x_get_features,
|
| D | phy_device.c | 2864 } else if (phydrv->get_features) { in phy_probe() 2865 err = phydrv->get_features(phydev); in phy_probe() 2962 if (WARN_ON(new_driver->features && new_driver->get_features)) { in phy_driver_register() 3026 .get_features = genphy_read_abilities,
|
| D | micrel.c | 1289 .get_features = ksz9031_get_features, 1306 .get_features = ksz9031_get_features,
|
| /Linux-v5.10/drivers/pci/controller/dwc/ |
| D | pcie-designware-ep.c | 457 if (!ep->ops->get_features) in dw_pcie_ep_get_features() 460 return ep->ops->get_features(ep); in dw_pcie_ep_get_features() 476 .get_features = dw_pcie_ep_get_features, 780 if (ep->ops->get_features) { in dw_pcie_ep_init() 781 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
|
| D | pci-layerscape-ep.c | 105 .get_features = ls_pcie_ep_get_features,
|
| D | pcie-designware-plat.c | 110 .get_features = dw_plat_pcie_get_features,
|
| D | pcie-uniphier-ep.c | 218 .get_features = uniphier_pcie_get_features,
|
| D | pcie-designware.h | 213 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep); member
|
| /Linux-v5.10/drivers/virtio/ |
| D | virtio_vdpa.c | 289 return ops->get_features(vdpa); in virtio_vdpa_get_features() 319 .get_features = virtio_vdpa_get_features,
|
| D | virtio_pci_legacy.c | 204 .get_features = vp_get_features,
|
| D | virtio_pci_modern.c | 549 .get_features = vp_get_features, 566 .get_features = vp_get_features,
|
| D | virtio.c | 221 device_features = dev->config->get_features(dev); in virtio_dev_probe()
|
| /Linux-v5.10/fs/btrfs/ |
| D | sysfs.c | 92 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function 154 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show() 195 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store() 214 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store() 242 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible() 918 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs() 1734 features = get_features(fs_info, set); in btrfs_sysfs_feature_update()
|
| /Linux-v5.10/drivers/input/tablet/ |
| D | hanwang.c | 300 static bool get_features(struct usb_device *dev, struct hanwang *hanwang) in get_features() function 335 if (!get_features(dev, hanwang)) { in hanwang_probe()
|
| /Linux-v5.10/drivers/pci/endpoint/ |
| D | pci-epc-core.c | 127 if (!epc->ops->get_features) in pci_epc_get_features() 131 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()
|
| /Linux-v5.10/include/linux/ |
| D | vdpa.h | 219 u64 (*get_features)(struct vdpa_device *vdev); member
|
| D | pci-epc.h | 63 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
|
| D | virtio_config.h | 91 u64 (*get_features)(struct virtio_device *vdev); member
|
| /Linux-v5.10/drivers/vdpa/vdpa_sim/ |
| D | vdpa_sim.c | 674 .get_features = vdpasim_get_features, 701 .get_features = vdpasim_get_features,
|
| /Linux-v5.10/drivers/remoteproc/ |
| D | remoteproc_virtio.c | 288 .get_features = rproc_virtio_get_features,
|
| /Linux-v5.10/drivers/mtd/nand/raw/bcm47xxnflash/ |
| D | ops_bcm4706.c | 390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
| /Linux-v5.10/drivers/isdn/mISDN/ |
| D | dsp_core.c | 626 get_features(struct mISDNchannel *ch) in get_features() function 911 get_features(ch); in dsp_function()
|
| /Linux-v5.10/drivers/vdpa/ifcvf/ |
| D | ifcvf_main.c | 377 .get_features = ifcvf_vdpa_get_features,
|