Searched refs:get_features (Results 1 – 25 of 45) sorted by relevance
12
/drivers/net/phy/ |
D | mxl-gpy.c | 716 .get_features = genphy_c45_pma_read_abilities, 734 .get_features = genphy_c45_pma_read_abilities, 751 .get_features = genphy_c45_pma_read_abilities, 769 .get_features = genphy_c45_pma_read_abilities, 786 .get_features = genphy_c45_pma_read_abilities, 804 .get_features = genphy_c45_pma_read_abilities, 821 .get_features = genphy_c45_pma_read_abilities, 839 .get_features = genphy_c45_pma_read_abilities, 856 .get_features = genphy_c45_pma_read_abilities, 873 .get_features = genphy_c45_pma_read_abilities, [all …]
|
D | realtek.c | 961 .get_features = rtl822x_get_features, 973 .get_features = rtl822x_get_features, 985 .get_features = rtl822x_get_features, 995 .get_features = rtl822x_get_features, 1005 .get_features = rtl822x_get_features, 1015 .get_features = rtl822x_get_features,
|
D | bcm87xx.c | 203 .get_features = bcm87xx_get_features, 214 .get_features = bcm87xx_get_features,
|
D | dp83td510.c | 226 .get_features = dp83td510_get_features,
|
D | bcm84881.c | 233 .get_features = bcm84881_get_features,
|
D | adin1100.c | 273 .get_features = adin_get_features,
|
D | phy_device.c | 3061 else if (phydrv->get_features) in phy_probe() 3062 err = phydrv->get_features(phydev); in phy_probe() 3154 if (WARN_ON(new_driver->features && new_driver->get_features)) { in phy_driver_register() 3228 .get_features = genphy_read_abilities,
|
D | marvell10g.c | 1348 .get_features = mv3310_get_features, 1369 .get_features = mv3310_get_features,
|
D | marvell-88x2222.c | 604 .get_features = mv2222_get_features,
|
/drivers/pci/controller/dwc/ |
D | pcie-designware-ep.c | 463 if (!ep->ops->get_features) in dw_pcie_ep_get_features() 466 return ep->ops->get_features(ep); in dw_pcie_ep_get_features() 482 .get_features = dw_pcie_ep_get_features, 792 if (ep->ops->get_features) { in dw_pcie_ep_init() 793 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
|
D | pcie-designware-plat.c | 79 .get_features = dw_plat_pcie_get_features,
|
D | pci-layerscape-ep.c | 94 .get_features = ls_pcie_ep_get_features,
|
D | pcie-uniphier-ep.c | 289 .get_features = uniphier_pcie_get_features,
|
D | pcie-keembay.c | 325 .get_features = keembay_pcie_get_features,
|
D | pcie-designware.h | 258 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep); member
|
/drivers/input/tablet/ |
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()
|
/drivers/virtio/ |
D | virtio_pci_modern.c | 494 .get_features = vp_get_features, 514 .get_features = vp_get_features,
|
D | virtio_pci_legacy.c | 198 .get_features = vp_get_features,
|
D | virtio_vdpa.c | 342 .get_features = virtio_vdpa_get_features,
|
D | virtio.c | 250 device_features = dev->config->get_features(dev); in virtio_dev_probe()
|
/drivers/pci/endpoint/ |
D | pci-epc-core.c | 158 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()
|
/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()
|
/drivers/isdn/mISDN/ |
D | dsp_core.c | 626 get_features(struct mISDNchannel *ch) in get_features() function 911 get_features(ch); in dsp_function()
|
/drivers/remoteproc/ |
D | remoteproc_virtio.c | 328 .get_features = rproc_virtio_get_features,
|
/drivers/pci/controller/ |
D | pcie-rcar-ep.c | 468 .get_features = rcar_pcie_ep_get_features,
|
12