Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dbcm87xx.c193 .get_features = bcm87xx_get_features,
205 .get_features = bcm87xx_get_features,
H A Drealtek.c720 .get_features = rtl822x_get_features,
732 .get_features = rtl822x_get_features,
760 .get_features = rtl9010a_get_features,
H A Dbcm84881.c233 .get_features = bcm84881_get_features,
H A Dphy_device.c2911 } else if (phydrv->get_features) { in phy_probe()
2912 err = phydrv->get_features(phydev); in phy_probe()
3009 if (WARN_ON(new_driver->features && new_driver->get_features)) { in phy_driver_register()
3073 .get_features = genphy_read_abilities,
H A Dmicrel.c1300 .get_features = ksz9031_get_features,
1317 .get_features = ksz9031_get_features,
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c458 if (!ep->ops->get_features) in dw_pcie_ep_get_features()
461 return ep->ops->get_features(ep); in dw_pcie_ep_get_features()
477 .get_features = dw_pcie_ep_get_features,
785 if (ep->ops->get_features) { in dw_pcie_ep_init()
786 epc_features = ep->ops->get_features(ep); in dw_pcie_ep_init()
H A Dpci-layerscape-ep.c105 .get_features = ls_pcie_ep_get_features,
H A Dpcie-designware-plat.c110 .get_features = dw_plat_pcie_get_features,
H A Dpcie-uniphier-ep.c218 .get_features = uniphier_pcie_get_features,
H A Dpcie-designware.h211 const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep); member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dsysfs.c92 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function
154 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show()
195 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
214 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_visible()
918 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
1734 features = get_features(fs_info, set); in btrfs_sysfs_feature_update()
/OK3568_Linux_fs/kernel/drivers/virtio/
H A Dvirtio_vdpa.c292 return ops->get_features(vdpa); in virtio_vdpa_get_features()
322 .get_features = virtio_vdpa_get_features,
H A Dvirtio_pci_legacy.c204 .get_features = vp_get_features,
H A Dvirtio_pci_modern.c549 .get_features = vp_get_features,
566 .get_features = vp_get_features,
H A Dvirtio.c219 device_features = dev->config->get_features(dev); in virtio_dev_probe()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A 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()
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-epc-core.c153 if (!epc->ops->get_features) in pci_epc_get_features()
157 epc_features = epc->ops->get_features(epc, func_no); in pci_epc_get_features()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvdpa.h219 u64 (*get_features)(struct vdpa_device *vdev); member
H A Dpci-epc.h63 const struct pci_epc_features* (*get_features)(struct pci_epc *epc, member
H A Dvirtio_config.h92 u64 (*get_features)(struct virtio_device *vdev); member
/OK3568_Linux_fs/kernel/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim.c698 .get_features = vdpasim_get_features,
725 .get_features = vdpasim_get_features,
/OK3568_Linux_fs/kernel/drivers/remoteproc/
H A Dremoteproc_virtio.c288 .get_features = rproc_virtio_get_features,
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/rpmsg/
H A Drockchip_rpmsg.c258 .get_features = rk_rpmsg_get_features,
/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Ddsp_core.c626 get_features(struct mISDNchannel *ch) in get_features() function
911 get_features(ch); in dsp_function()

123