Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/net/phy/
H A Dmxl-gpy.c1021 .get_features = genphy_c45_pma_read_abilities,
1044 .get_features = genphy_c45_pma_read_abilities,
1066 .get_features = genphy_c45_pma_read_abilities,
1089 .get_features = genphy_c45_pma_read_abilities,
1111 .get_features = genphy_c45_pma_read_abilities,
1134 .get_features = genphy_c45_pma_read_abilities,
1156 .get_features = genphy_c45_pma_read_abilities,
1179 .get_features = genphy_c45_pma_read_abilities,
1201 .get_features = genphy_c45_pma_read_abilities,
1223 .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 Dbcm84881.c255 .get_features = bcm84881_get_features,
H A Dadin1100.c329 .get_features = adin_get_features,
H A Ddp83tg720.c587 .get_features = genphy_c45_pma_read_ext_abilities,
H A Dmarvell-88q2xxx.c1107 .get_features = mv88q2xxx_get_features,
1122 .get_features = mv88q2xxx_get_features,
H A Dnxp-c45-tja11xx.c2069 .get_features = nxp_c45_get_features,
2093 .get_features = nxp_c45_get_features,
2117 .get_features = nxp_c45_get_features,
2142 .get_features = nxp_c45_get_features,
/linux-6.15/drivers/net/phy/realtek/
H A Drealtek_main.c1437 .get_features = rtl822x_get_features,
1447 .get_features = rtl822x_get_features,
1459 .get_features = rtl822x_get_features,
1469 .get_features = rtl822x_get_features,
1482 .get_features = rtl822x_get_features,
1497 .get_features = rtl822x_c45_get_features,
1506 .get_features = rtl822x_get_features,
1521 .get_features = rtl822x_c45_get_features,
1530 .get_features = rtl822x_get_features,
1542 .get_features = rtl822x_get_features,
[all …]
/linux-6.15/drivers/net/phy/aquantia/
H A Daquantia_main.c1147 .get_features = aqr105_get_features,
1206 .get_features = aqr115c_get_features,
1231 .get_features = aqr111_get_features,
1256 .get_features = aqr111_get_features,
1378 .get_features = aqr111_get_features,
1403 .get_features = aqr115c_get_features,
/linux-6.15/drivers/virtio/
H A Dvirtio_debug.c15 device_features = dev->config->get_features(dev); in virtio_debug_device_features_show()
H A Dvirtio_pci_legacy.c198 .get_features = vp_get_features,
/linux-6.15/rust/kernel/net/
H A Dphy.rs354 T::get_features(dev)?; in get_features_callback()
521 get_features: if T::HAS_GET_FEATURES { in create_phy_driver()
599 fn get_features(_dev: &mut Device) -> Result { in get_features() method
/linux-6.15/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c358 if (!ep->ops->get_features) in dw_pcie_ep_get_bar_type()
361 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_get_bar_type()
646 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
649 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
666 .get_features = dw_pcie_ep_get_features,
H A Dpcie-designware-plat.c78 .get_features = dw_plat_pcie_get_features,
H A Dpci-layerscape-ep.c199 .get_features = ls_pcie_ep_get_features,
H A Dpcie-uniphier-ep.c288 .get_features = uniphier_pcie_get_features,
H A Dpcie-keembay.c333 .get_features = keembay_pcie_get_features,
H A Dpcie-artpec6.c387 .get_features = artpec6_pcie_get_features,
/linux-6.15/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()
/linux-6.15/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()
1661 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
/linux-6.15/include/linux/
H A Dpci-epc.h116 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
H A Dvirtio_config.h123 u64 (*get_features)(struct virtio_device *vdev); member
/linux-6.15/drivers/pci/endpoint/
H A Dpci-epc-core.c147 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-6.15/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dops_bcm4706.c390 b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/linux-6.15/drivers/isdn/mISDN/
H A Ddsp_core.c627 get_features(struct mISDNchannel *ch) in get_features() function
912 get_features(ch); in dsp_function()

123