Home
last modified time | relevance | path

Searched refs:set_features (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwil_platform.h54 void (*set_features)(void *handle, int features); member
Dmain.c1136 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/
Dif_macvlan.h29 netdev_features_t set_features; member
/Linux-v4.19/drivers/net/
Dmacvtap.c76 vlan->set_features = features; in macvtap_update_features()
Dmacvlan.c1029 features &= (vlan->set_features | ~MACVLAN_FEATURES); in macvlan_fix_features()
1397 vlan->set_features = MACVLAN_FEATURES; in macvlan_common_newlink()
Dtun.c223 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/
D3w-sas.c968 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()
D3w-9xxx.c131 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/
Dsysfs.c35 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/
Dops_bcm4706.c395 b47n->nand_chip.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v4.19/drivers/mtd/nand/raw/
Dmpc5121_nfc.c710 chip->set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c802 chip->set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dfsl_elbc_nand.c782 chip->set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
Dcafe_nand.c714 cafe->nand.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
Dfsl_ifc_nand.c842 chip->set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Ddocg4.c1271 nand->set_features = nand_get_set_features_notsupp; in init_mtd_structs()
Dsh_flctl.c1194 nand->set_features = nand_get_set_features_notsupp; in flctl_probe()
Dnand_base.c1217 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()
Dmxc_nand.c1799 this->set_features = mxc_nand_set_features; in mxcnd_probe()
Dqcom_nandc.c2817 chip->set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/Linux-v4.19/drivers/staging/mt29f_spinand/
Dmt29f_spinand.c924 chip->set_features = nand_get_set_features_notsupp; in spinand_probe()
/Linux-v4.19/include/linux/mtd/
Drawnand.h1306 int (*set_features)(struct mtd_info *mtd, struct nand_chip *chip, member