Home
last modified time | relevance | path

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

123

/Linux-v6.6/drivers/net/phy/
Dmxl-gpy.c816 .get_features = genphy_c45_pma_read_abilities,
834 .get_features = genphy_c45_pma_read_abilities,
851 .get_features = genphy_c45_pma_read_abilities,
869 .get_features = genphy_c45_pma_read_abilities,
886 .get_features = genphy_c45_pma_read_abilities,
904 .get_features = genphy_c45_pma_read_abilities,
921 .get_features = genphy_c45_pma_read_abilities,
939 .get_features = genphy_c45_pma_read_abilities,
956 .get_features = genphy_c45_pma_read_abilities,
973 .get_features = genphy_c45_pma_read_abilities,
[all …]
Dbcm87xx.c203 .get_features = bcm87xx_get_features,
214 .get_features = bcm87xx_get_features,
Drealtek.c989 .get_features = rtl822x_get_features,
1001 .get_features = rtl822x_get_features,
1013 .get_features = rtl822x_get_features,
1023 .get_features = rtl822x_get_features,
1033 .get_features = rtl822x_get_features,
1043 .get_features = rtl822x_get_features,
Dmarvell-88q2xxx.c243 .get_features = mv88q2xxx_get_features,
Ddp83td510.c226 .get_features = dp83td510_get_features,
Dbcm84881.c233 .get_features = bcm84881_get_features,
Dadin1100.c273 .get_features = adin_get_features,
Dmarvell-88x2222.c603 .get_features = mv2222_get_features,
Dmarvell10g.c1348 .get_features = mv3310_get_features,
1369 .get_features = mv3310_get_features,
/Linux-v6.6/drivers/pci/controller/dwc/
Dpcie-designware-ep.c460 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
463 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
479 .get_features = dw_pcie_ep_get_features,
795 if (ep->ops->get_features) { in dw_pcie_ep_init()
796 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
Dpcie-designware-plat.c79 .get_features = dw_plat_pcie_get_features,
Dpci-layerscape-ep.c200 .get_features = ls_pcie_ep_get_features,
Dpcie-keembay.c330 .get_features = keembay_pcie_get_features,
Dpcie-uniphier-ep.c289 .get_features = uniphier_pcie_get_features,
/Linux-v6.6/drivers/input/tablet/
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()
/Linux-v6.6/drivers/virtio/
Dvirtio_pci_legacy.c198 .get_features = vp_get_features,
Dvirtio_pci_modern.c504 .get_features = vp_get_features,
524 .get_features = vp_get_features,
Dvirtio.c250 device_features = dev->config->get_features(dev); in virtio_dev_probe()
/Linux-v6.6/fs/btrfs/
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()
/Linux-v6.6/include/linux/
Dpci-epc.h89 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
Dvirtio_config.h112 u64 (*get_features)(struct virtio_device *vdev); member
/Linux-v6.6/drivers/pci/endpoint/
Dpci-epc-core.c157 if (!epc->ops->get_features) in pci_epc_get_features()
161 epc_features = epc->ops->get_features(epc, func_no, vfunc_no); in pci_epc_get_features()
/Linux-v6.6/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v6.6/drivers/isdn/mISDN/
Ddsp_core.c626 get_features(struct mISDNchannel *ch) in get_features() function
911 get_features(ch); in dsp_function()
/Linux-v6.6/drivers/remoteproc/
Dremoteproc_virtio.c328 .get_features = rproc_virtio_get_features,

123