Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsysfs.c23 static u64 get_features(struct btrfs_fs_info *fs_info, in get_features() function
85 u64 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_show()
126 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
145 features = get_features(fs_info, fa->feature_set); in btrfs_feature_attr_store()
173 features = get_features(fs_info, fa->feature_set); in btrfs_feature_visible()
566 u64 features = get_features(fs_info, set); in addrm_unknown_feature_attrs()
877 features = get_features(fs_info, set); in btrfs_sysfs_feature_update()
/Linux-v4.19/arch/mips/pmcs-msp71xx/
Dmsp_prom.c169 static char *get_features(void) in get_features() function
183 char *feature = get_features(); in test_feature()
241 char *feature = get_features(); in identify_enetfeature()
/Linux-v4.19/drivers/input/tablet/
Dhanwang.c314 static bool get_features(struct usb_device *dev, struct hanwang *hanwang) in get_features() function
349 if (!get_features(dev, hanwang)) { in hanwang_probe()
/Linux-v4.19/drivers/virtio/
Dvirtio_pci_legacy.c205 .get_features = vp_get_features,
Dvirtio_pci_modern.c458 .get_features = vp_get_features,
474 .get_features = vp_get_features,
Dvirtio.c203 device_features = dev->config->get_features(dev); in virtio_dev_probe()
Dvirtio_mmio.c506 .get_features = vm_get_features,
/Linux-v4.19/drivers/remoteproc/
Dremoteproc_virtio.c264 .get_features = rproc_virtio_get_features,
/Linux-v4.19/include/linux/
Dvirtio_config.h79 u64 (*get_features)(struct virtio_device *vdev); member
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c396 b47n->nand_chip.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v4.19/drivers/isdn/mISDN/
Ddsp_core.c628 get_features(struct mISDNchannel *ch) in get_features() function
913 get_features(ch); in dsp_function()
/Linux-v4.19/drivers/mtd/nand/raw/
Dmpc5121_nfc.c711 chip->get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c803 chip->get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dfsl_elbc_nand.c783 chip->get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
Dcafe_nand.c715 cafe->nand.get_features = nand_get_set_features_notsupp; in cafe_nand_probe()
Dfsl_ifc_nand.c843 chip->get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Ddocg4.c1272 nand->get_features = nand_get_set_features_notsupp; in init_mtd_structs()
Dsh_flctl.c1195 nand->get_features = nand_get_set_features_notsupp; in flctl_probe()
Dnand_base.c1196 return chip->get_features(mtd, chip, addr, subfeature_param); in nand_get_features()
4983 if (!chip->get_features) in nand_set_defaults()
4984 chip->get_features = nand_default_get_features; in nand_set_defaults()
Dmxc_nand.c1800 this->get_features = mxc_nand_get_features; in mxcnd_probe()
Dqcom_nandc.c2818 chip->get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c925 chip->get_features = nand_get_set_features_notsupp; in spinand_probe()
/Linux-v4.19/drivers/misc/mic/vop/
Dvop_main.c429 .get_features = vop_get_features,
/Linux-v4.19/include/linux/mtd/
Drawnand.h1308 int (*get_features)(struct mtd_info *mtd, struct nand_chip *chip, member
/Linux-v4.19/drivers/s390/virtio/
Dvirtio_ccw.c947 .get_features = virtio_ccw_get_features,