/Linux-v4.19/fs/btrfs/ |
D | sysfs.c | 23 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/ |
D | msp_prom.c | 169 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/ |
D | hanwang.c | 314 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/ |
D | virtio_pci_legacy.c | 205 .get_features = vp_get_features,
|
D | virtio_pci_modern.c | 458 .get_features = vp_get_features, 474 .get_features = vp_get_features,
|
D | virtio.c | 203 device_features = dev->config->get_features(dev); in virtio_dev_probe()
|
D | virtio_mmio.c | 506 .get_features = vm_get_features,
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_virtio.c | 264 .get_features = rproc_virtio_get_features,
|
/Linux-v4.19/include/linux/ |
D | virtio_config.h | 79 u64 (*get_features)(struct virtio_device *vdev); member
|
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 396 b47n->nand_chip.get_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
/Linux-v4.19/drivers/isdn/mISDN/ |
D | dsp_core.c | 628 get_features(struct mISDNchannel *ch) in get_features() function 913 get_features(ch); in dsp_function()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | mpc5121_nfc.c | 711 chip->get_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
|
D | hisi504_nand.c | 803 chip->get_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
|
D | fsl_elbc_nand.c | 783 chip->get_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
|
D | cafe_nand.c | 715 cafe->nand.get_features = nand_get_set_features_notsupp; in cafe_nand_probe()
|
D | fsl_ifc_nand.c | 843 chip->get_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
|
D | docg4.c | 1272 nand->get_features = nand_get_set_features_notsupp; in init_mtd_structs()
|
D | sh_flctl.c | 1195 nand->get_features = nand_get_set_features_notsupp; in flctl_probe()
|
D | nand_base.c | 1196 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()
|
D | mxc_nand.c | 1800 this->get_features = mxc_nand_get_features; in mxcnd_probe()
|
D | qcom_nandc.c | 2818 chip->get_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 925 chip->get_features = nand_get_set_features_notsupp; in spinand_probe()
|
/Linux-v4.19/drivers/misc/mic/vop/ |
D | vop_main.c | 429 .get_features = vop_get_features,
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 1308 int (*get_features)(struct mtd_info *mtd, struct nand_chip *chip, member
|
/Linux-v4.19/drivers/s390/virtio/ |
D | virtio_ccw.c | 947 .get_features = virtio_ccw_get_features,
|