/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | wil_platform.h | 54 void (*set_features)(void *handle, int features); member
|
D | main.c | 1136 if (wil->platform_ops.set_features) { in wil_refresh_fw_capabilities() 1146 wil->platform_ops.set_features(wil->platform_handle, features); in wil_refresh_fw_capabilities()
|
/Linux-v4.19/include/linux/ |
D | if_macvlan.h | 29 netdev_features_t set_features; member
|
/Linux-v4.19/drivers/net/ |
D | macvtap.c | 76 vlan->set_features = features; in macvtap_update_features()
|
D | macvlan.c | 1029 features &= (vlan->set_features | ~MACVLAN_FEATURES); in macvlan_fix_features() 1397 vlan->set_features = MACVLAN_FEATURES; in macvlan_common_newlink()
|
D | tun.c | 223 netdev_features_t set_features; member 1155 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features() 2716 tun->set_features = features; in set_offload()
|
/Linux-v4.19/drivers/scsi/ |
D | 3w-sas.c | 968 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() argument 991 tw_initconnect->features = set_features; in twl_initconnection() 998 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection() 1014 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
|
D | 3w-9xxx.c | 131 u32 set_features, unsigned short current_fw_srl, 1105 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() argument 1128 tw_initconnect->features = set_features; in twa_initconnection() 1135 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection() 1151 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
|
/Linux-v4.19/fs/btrfs/ |
D | sysfs.c | 35 static void set_features(struct btrfs_fs_info *fs_info, in set_features() function 150 set_features(fs_info, fa->feature_set, features); in btrfs_feature_attr_store()
|
/Linux-v4.19/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 395 b47n->nand_chip.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | mpc5121_nfc.c | 710 chip->set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
|
D | hisi504_nand.c | 802 chip->set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
|
D | fsl_elbc_nand.c | 782 chip->set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
|
D | cafe_nand.c | 714 cafe->nand.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
|
D | fsl_ifc_nand.c | 842 chip->set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
|
D | docg4.c | 1271 nand->set_features = nand_get_set_features_notsupp; in init_mtd_structs()
|
D | sh_flctl.c | 1194 nand->set_features = nand_get_set_features_notsupp; in flctl_probe()
|
D | nand_base.c | 1217 return chip->set_features(mtd, chip, addr, subfeature_param); in nand_set_features() 4981 if (!chip->set_features) in nand_set_defaults() 4982 chip->set_features = nand_default_set_features; in nand_set_defaults()
|
D | mxc_nand.c | 1799 this->set_features = mxc_nand_set_features; in mxcnd_probe()
|
D | qcom_nandc.c | 2817 chip->set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
|
/Linux-v4.19/drivers/staging/mt29f_spinand/ |
D | mt29f_spinand.c | 924 chip->set_features = nand_get_set_features_notsupp; in spinand_probe()
|
/Linux-v4.19/include/linux/mtd/ |
D | rawnand.h | 1306 int (*set_features)(struct mtd_info *mtd, struct nand_chip *chip, member
|