| /linux/drivers/net/phy/ |
| H A D | mxl-gpy.c | 1074 .get_features = genphy_c45_pma_read_abilities, 1099 .get_features = genphy_c45_pma_read_abilities, 1123 .get_features = genphy_c45_pma_read_abilities, 1148 .get_features = genphy_c45_pma_read_abilities, 1172 .get_features = genphy_c45_pma_read_abilities, 1197 .get_features = genphy_c45_pma_read_abilities, 1221 .get_features = genphy_c45_pma_read_abilities, 1246 .get_features = genphy_c45_pma_read_abilities, 1270 .get_features = genphy_c45_pma_read_abilities, 1294 .get_features = genphy_c45_pma_read_abilities, [all …]
|
| H A D | bcm87xx.c | 199 .get_features = bcm87xx_get_features, 210 .get_features = bcm87xx_get_features,
|
| H A D | bcm84881.c | 255 .get_features = bcm84881_get_features,
|
| H A D | adin1100.c | 328 .get_features = adin_get_features,
|
| H A D | marvell-88q2xxx.c | 1108 .get_features = mv88q2xxx_get_features, 1123 .get_features = mv88q2xxx_get_features,
|
| H A D | dp83tg720.c | 654 .get_features = genphy_c45_pma_read_ext_abilities,
|
| H A D | nxp-c45-tja11xx.c | 2077 .get_features = nxp_c45_get_features, 2102 .get_features = nxp_c45_get_features, 2127 .get_features = nxp_c45_get_features, 2153 .get_features = nxp_c45_get_features,
|
| /linux/drivers/net/phy/aquantia/ |
| H A D | aquantia_main.c | 1201 .get_features = aqr105_get_features, 1262 .get_features = aqr115c_get_features, 1289 .get_features = aqr111_get_features, 1316 .get_features = aqr111_get_features, 1473 .get_features = aqr111_get_features, 1500 .get_features = aqr115c_get_features, 1527 .get_features = aqr115c_get_features,
|
| /linux/drivers/net/phy/realtek/ |
| H A D | realtek_main.c | 2259 .get_features = rtl822x_get_features, 2271 .get_features = rtl822x_get_features, 2288 .get_features = rtl822x_c45_get_features, 2301 .get_features = rtl822x_get_features, 2324 .get_features = rtl822x_c45_get_features, 2343 .get_features = rtl822x_c45_get_features, 2356 .get_features = rtl822x_get_features, 2368 .get_features = rtl822x_get_features, 2382 .get_features = rtlgen_sfp_get_features, 2395 .get_features = rtl822x_c45_get_features,
|
| /linux/rust/kernel/net/ |
| H A D | phy.rs | 347 T::get_features(dev)?; in get_features_callback() 511 get_features: if T::HAS_GET_FEATURES { in create_phy_driver() 589 fn get_features(_dev: &mut Device) -> Result { in get_features() method
|
| /linux/drivers/pci/controller/dwc/ |
| H A D | pcie-designware-ep.c | 482 if (!ep->ops->get_features) in dw_pcie_ep_get_bar_type() 485 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_get_bar_type() 814 if (!ep->ops->get_features) in dw_pcie_ep_get_features() 817 return ep->ops->get_features(ep); in dw_pcie_ep_get_features() 834 .get_features = dw_pcie_ep_get_features,
|
| H A D | pcie-designware-plat.c | 78 .get_features = dw_plat_pcie_get_features,
|
| H A D | pcie-stm32-ep.c | 87 .get_features = stm32_pcie_get_features,
|
| H A D | pci-layerscape-ep.c | 199 .get_features = ls_pcie_ep_get_features,
|
| H A D | pcie-keembay.c | 333 .get_features = keembay_pcie_get_features,
|
| H A D | pcie-uniphier-ep.c | 288 .get_features = uniphier_pcie_get_features,
|
| /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()
|
| /linux/include/linux/ |
| H A D | virtio_config.h | 127 u64 (*get_features)(struct virtio_device *vdev); member 276 vdev->config->get_features(vdev)); in virtio_get_features()
|
| H A D | pci-epc.h | 116 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_legacy.c | 198 .get_features = vp_get_features,
|
| /linux/fs/btrfs/ |
| H A D | sysfs.c | 121 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function 182 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show() 223 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_attr_store() 270 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible() 1630 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-epc-core.c | 147 if (!epc->ops->get_features) in pci_epc_get_features() 151 epc_features = epc->ops->get_features(epc, func_no, vfunc_no); in pci_epc_get_features()
|
| /linux/drivers/net/phy/mediatek/ |
| H A D | mtk-2p5ge.c | 386 .get_features = mt798x_2p5ge_phy_get_features,
|
| /linux/drivers/mtd/nand/raw/bcm47xxnflash/ |
| H A D | ops_bcm4706.c | 393 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
| /linux/drivers/isdn/mISDN/ |
| H A D | dsp_core.c | 627 get_features(struct mISDNchannel *ch) in get_features() function 912 get_features(ch); in dsp_function()
|