Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/net/phy/
Dbcm87xx.c193 .get_features = bcm87xx_get_features,
205 .get_features = bcm87xx_get_features,
Dphy_device.c2214 } else if (phydrv->get_features) { in phy_probe()
2215 err = phydrv->get_features(phydev); in phy_probe()
2305 if (WARN_ON(new_driver->features && new_driver->get_features)) { in phy_driver_register()
2369 .get_features = genphy_read_abilities,
Dmarvell10g.c484 .get_features = mv3310_get_features,
Drealtek.c510 .get_features = rtl8125_get_features,
Dmicrel.c1114 .get_features = ksz9031_get_features,
1131 .get_features = ksz9031_get_features,
/Linux-v5.4/arch/mips/pmcs-msp71xx/
Dmsp_prom.c174 static char *get_features(void) in get_features() function
188 char *feature = get_features(); in test_feature()
246 char *feature = get_features(); in identify_enetfeature()
/Linux-v5.4/fs/btrfs/
Dsysfs.c88 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function
150 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show()
191 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
210 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
238 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible()
666 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
1118 features = get_features(fs_info, set); in btrfs_sysfs_feature_update()
/Linux-v5.4/drivers/pci/controller/dwc/
Dpci-layerscape-ep.c86 .get_features = ls_pcie_ep_get_features,
Dpcie-designware-ep.c330 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
333 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
349 .get_features = dw_pcie_ep_get_features,
Dpcie-designware-plat.c112 .get_features = dw_plat_pcie_get_features,
Dpcie-designware.h208 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep); member
/Linux-v5.4/drivers/input/tablet/
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-v5.4/drivers/pci/endpoint/
Dpci-epc-core.c128 if (!epc->ops->get_features) in pci_epc_get_features()
132 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()
/Linux-v5.4/include/linux/
Dpci-epc.h62 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
Dvirtio_config.h84 u64 (*get_features)(struct virtio_device *vdev); member
/Linux-v5.4/drivers/virtio/
Dvirtio_pci_legacy.c204 .get_features = vp_get_features,
Dvirtio_pci_modern.c455 .get_features = vp_get_features,
471 .get_features = vp_get_features,
Dvirtio.c206 device_features = dev->config->get_features(dev); in virtio_dev_probe()
Dvirtio_mmio.c512 .get_features = vm_get_features,
/Linux-v5.4/drivers/remoteproc/
Dremoteproc_virtio.c288 .get_features = rproc_virtio_get_features,
/Linux-v5.4/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-v5.4/drivers/isdn/mISDN/
Ddsp_core.c626 get_features(struct mISDNchannel *ch) in get_features() function
911 get_features(ch); in dsp_function()
/Linux-v5.4/drivers/pci/controller/
Dpcie-cadence-ep.c424 .get_features = cdns_pcie_ep_get_features,
Dpcie-rockchip-ep.c527 .get_features = rockchip_pcie_ep_get_features,
/Linux-v5.4/drivers/mtd/nand/raw/
Dmpc5121_nfc.c689 chip->legacy.get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()

12