Home
last modified time | relevance | path

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

123

/linux/drivers/net/phy/
A Dmxl-gpy.c519 .get_features = genphy_c45_pma_read_abilities,
537 .get_features = genphy_c45_pma_read_abilities,
554 .get_features = genphy_c45_pma_read_abilities,
572 .get_features = genphy_c45_pma_read_abilities,
589 .get_features = genphy_c45_pma_read_abilities,
607 .get_features = genphy_c45_pma_read_abilities,
624 .get_features = genphy_c45_pma_read_abilities,
642 .get_features = genphy_c45_pma_read_abilities,
659 .get_features = genphy_c45_pma_read_abilities,
676 .get_features = genphy_c45_pma_read_abilities,
[all …]
A Drealtek.c939 .get_features = rtl822x_get_features,
951 .get_features = rtl822x_get_features,
963 .get_features = rtl822x_get_features,
973 .get_features = rtl822x_get_features,
983 .get_features = rtl822x_get_features,
993 .get_features = rtl822x_get_features,
A Dbcm87xx.c199 .get_features = bcm87xx_get_features,
210 .get_features = bcm87xx_get_features,
A Dbcm84881.c233 .get_features = bcm84881_get_features,
A Dphy_device.c3039 else if (phydrv->get_features) in phy_probe()
3040 err = phydrv->get_features(phydev); in phy_probe()
3146 if (WARN_ON(new_driver->features && new_driver->get_features)) { in phy_driver_register()
3221 .get_features = genphy_read_abilities,
A Dmarvell10g.c1228 .get_features = mv3310_get_features,
1249 .get_features = mv3310_get_features,
/linux/drivers/pci/controller/dwc/
A Dpcie-designware-ep.c458 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
461 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
477 .get_features = dw_pcie_ep_get_features,
787 if (ep->ops->get_features) { in dw_pcie_ep_init()
788 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
A Dpcie-designware-plat.c92 .get_features = dw_plat_pcie_get_features,
A Dpci-layerscape-ep.c103 .get_features = ls_pcie_ep_get_features,
A Dpcie-uniphier-ep.c218 .get_features = uniphier_pcie_get_features,
A Dpcie-keembay.c325 .get_features = keembay_pcie_get_features,
A Dpcie-designware.h213 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep); member
/linux/drivers/input/tablet/
A Dhanwang.c300 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/drivers/virtio/
A Dvirtio_vdpa.c311 return ops->get_features(vdpa); in virtio_vdpa_get_features()
341 .get_features = virtio_vdpa_get_features,
A Dvirtio_pci_modern.c392 .get_features = vp_get_features,
410 .get_features = vp_get_features,
A Dvirtio_pci_legacy.c196 .get_features = vp_get_features,
A Dvirtio.c220 device_features = dev->config->get_features(dev); in virtio_dev_probe()
/linux/fs/btrfs/
A Dsysfs.c112 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function
174 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show()
215 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
234 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
262 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible()
1124 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
1997 features = get_features(fs_info, set); in btrfs_sysfs_feature_update()
/linux/include/linux/
A Dvdpa.h279 u64 (*get_features)(struct vdpa_device *vdev); member
A Dpci-epc.h89 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
/linux/drivers/pci/endpoint/
A Dpci-epc-core.c158 if (!epc->ops->get_features) in pci_epc_get_features()
162 epc_features = epc->ops->get_features(epc, func_no, vfunc_no); in pci_epc_get_features()
/linux/drivers/vdpa/vdpa_sim/
A Dvdpa_sim.c616 .get_features = vdpasim_get_features,
645 .get_features = vdpasim_get_features,
/linux/drivers/mtd/nand/raw/bcm47xxnflash/
A Dops_bcm4706.c390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/linux/drivers/remoteproc/
A Dremoteproc_virtio.c300 .get_features = rproc_virtio_get_features,
/linux/drivers/isdn/mISDN/
A Ddsp_core.c626 get_features(struct mISDNchannel *ch) in get_features() function
911 get_features(ch); in dsp_function()

Completed in 65 milliseconds

123