get_features      188 arch/mips/pmcs-msp71xx/msp_prom.c 	char *feature = get_features();
get_features      246 arch/mips/pmcs-msp71xx/msp_prom.c 	char *feature = get_features();
get_features      944 arch/um/drivers/virtio_uml.c 	.get_features = vu_get_features,
get_features      335 drivers/input/tablet/hanwang.c 	if (!get_features(dev, hanwang)) {
get_features      911 drivers/isdn/mISDN/dsp_core.c 		get_features(ch);
get_features      442 drivers/misc/mic/vop/vop_main.c 	.get_features = vop_get_features,
get_features      390 drivers/mtd/nand/raw/bcm47xxnflash/ops_bcm4706.c 	b47n->nand_chip.legacy.get_features = nand_get_set_features_notsupp;
get_features      714 drivers/mtd/nand/raw/cafe_nand.c 	cafe->nand.legacy.get_features = nand_get_set_features_notsupp;
get_features      709 drivers/mtd/nand/raw/fsl_elbc_nand.c 	chip->legacy.get_features = nand_get_set_features_notsupp;
get_features      858 drivers/mtd/nand/raw/fsl_ifc_nand.c 	chip->legacy.get_features = nand_get_set_features_notsupp;
get_features      783 drivers/mtd/nand/raw/hisi504_nand.c 	chip->legacy.get_features	= nand_get_set_features_notsupp;
get_features      689 drivers/mtd/nand/raw/mpc5121_nfc.c 	chip->legacy.get_features = nand_get_set_features_notsupp;
get_features     1791 drivers/mtd/nand/raw/mxc_nand.c 	this->legacy.get_features = mxc_nand_get_features;
get_features     2424 drivers/mtd/nand/raw/nand_base.c 	if (chip->legacy.get_features)
get_features     2425 drivers/mtd/nand/raw/nand_base.c 		return chip->legacy.get_features(chip, addr, subfeature_param);
get_features     2802 drivers/mtd/nand/raw/qcom_nandc.c 	chip->legacy.get_features	= nand_get_set_features_notsupp;
get_features     1175 drivers/mtd/nand/raw/sh_flctl.c 	nand->legacy.get_features = nand_get_set_features_notsupp;
get_features      193 drivers/net/phy/bcm87xx.c 	.get_features	= bcm87xx_get_features,
get_features      205 drivers/net/phy/bcm87xx.c 	.get_features	= bcm87xx_get_features,
get_features      484 drivers/net/phy/marvell10g.c 		.get_features	= mv3310_get_features,
get_features     1121 drivers/net/phy/micrel.c 	.get_features	= ksz9031_get_features,
get_features     1138 drivers/net/phy/micrel.c 	.get_features	= ksz9031_get_features,
get_features     2222 drivers/net/phy/phy_device.c 	} else if (phydrv->get_features) {
get_features     2223 drivers/net/phy/phy_device.c 		err = phydrv->get_features(phydev);
get_features     2313 drivers/net/phy/phy_device.c 	if (WARN_ON(new_driver->features && new_driver->get_features)) {
get_features     2377 drivers/net/phy/phy_device.c 	.get_features	= genphy_read_abilities,
get_features      536 drivers/net/phy/realtek.c 		.get_features	= rtl8125_get_features,
get_features      414 drivers/pci/controller/dwc/pci-dra7xx.c 	.get_features = dra7xx_pcie_get_features,
get_features      992 drivers/pci/controller/dwc/pci-keystone.c 	.get_features = &ks_pcie_am654_get_features,
get_features       86 drivers/pci/controller/dwc/pci-layerscape-ep.c 	.get_features = ls_pcie_ep_get_features,
get_features      330 drivers/pci/controller/dwc/pcie-designware-ep.c 	if (!ep->ops->get_features)
get_features      333 drivers/pci/controller/dwc/pcie-designware-ep.c 	return ep->ops->get_features(ep);
get_features      349 drivers/pci/controller/dwc/pcie-designware-ep.c 	.get_features		= dw_pcie_ep_get_features,
get_features      112 drivers/pci/controller/dwc/pcie-designware-plat.c 	.get_features = dw_plat_pcie_get_features,
get_features      208 drivers/pci/controller/dwc/pcie-designware.h 	const struct pci_epc_features* (*get_features)(struct dw_pcie_ep *ep);
get_features      424 drivers/pci/controller/pcie-cadence-ep.c 	.get_features	= cdns_pcie_ep_get_features,
get_features      527 drivers/pci/controller/pcie-rockchip-ep.c 	.get_features	= rockchip_pcie_ep_get_features,
get_features      128 drivers/pci/endpoint/pci-epc-core.c 	if (!epc->ops->get_features)
get_features      132 drivers/pci/endpoint/pci-epc-core.c 	epc_features = epc->ops->get_features(epc, func_no);
get_features     1026 drivers/platform/mellanox/mlxbf-tmfifo.c 	.get_features = mlxbf_tmfifo_virtio_get_features,
get_features      288 drivers/remoteproc/remoteproc_virtio.c 	.get_features	= rproc_virtio_get_features,
get_features     1010 drivers/s390/virtio/virtio_ccw.c 	.get_features = virtio_ccw_get_features,
get_features      206 drivers/virtio/virtio.c 	device_features = dev->config->get_features(dev);
get_features      512 drivers/virtio/virtio_mmio.c 	.get_features	= vm_get_features,
get_features      204 drivers/virtio/virtio_pci_legacy.c 	.get_features	= vp_get_features,
get_features      455 drivers/virtio/virtio_pci_modern.c 	.get_features	= vp_get_features,
get_features      471 drivers/virtio/virtio_pci_modern.c 	.get_features	= vp_get_features,
get_features      150 fs/btrfs/sysfs.c 		u64 features = get_features(fs_info, fa->feature_set);
get_features      191 fs/btrfs/sysfs.c 	features = get_features(fs_info, fa->feature_set);
get_features      210 fs/btrfs/sysfs.c 	features = get_features(fs_info, fa->feature_set);
get_features      238 fs/btrfs/sysfs.c 		features = get_features(fs_info, fa->feature_set);
get_features      666 fs/btrfs/sysfs.c 		u64 features = get_features(fs_info, set);
get_features     1118 fs/btrfs/sysfs.c 	features = get_features(fs_info, set);
get_features     1007 include/linux/mtd/rawnand.h 	int (*get_features)(struct nand_chip *chip, int feature_addr,
get_features       62 include/linux/pci-epc.h 	const struct pci_epc_features* (*get_features)(struct pci_epc *epc,
get_features      500 include/linux/phy.h 	int (*get_features)(struct phy_device *phydev);
get_features       84 include/linux/virtio_config.h 	u64 (*get_features)(struct virtio_device *vdev);