Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Dwil_platform.h54 void (*set_features)(void *handle, int features); member
Dmain.c1266 if (wil->platform_ops.set_features) { in wil_refresh_fw_capabilities()
1276 wil->platform_ops.set_features(wil->platform_handle, features); in wil_refresh_fw_capabilities()
/Linux-v5.4/include/linux/
Dif_macvlan.h29 netdev_features_t set_features; member
/Linux-v5.4/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c70 static int set_features(struct hinic_dev *nic_dev,
807 return set_features(nic_dev, nic_dev->netdev->features, in hinic_set_features()
904 static int set_features(struct hinic_dev *nic_dev, in set_features() function
1034 err = set_features(nic_dev, 0, nic_dev->netdev->features, true); in nic_dev_init()
/Linux-v5.4/drivers/net/
Dmacvtap.c77 vlan->set_features = features; in macvtap_update_features()
Dmacvlan.c1059 features &= (vlan->set_features | ~MACVLAN_FEATURES); in macvlan_fix_features()
1429 vlan->set_features = MACVLAN_FEATURES; in macvlan_common_newlink()
Dtun.c217 netdev_features_t set_features; member
1142 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features()
2915 tun->set_features = features; in set_offload()
/Linux-v5.4/drivers/scsi/
D3w-sas.c971 u32 set_features, unsigned short current_fw_srl, in twl_initconnection() argument
994 tw_initconnect->features = set_features; in twl_initconnection()
1001 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
1017 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twl_initconnection()
D3w-9xxx.c131 u32 set_features, unsigned short current_fw_srl,
1109 u32 set_features, unsigned short current_fw_srl, in twa_initconnection() argument
1132 tw_initconnect->features = set_features; in twa_initconnection()
1139 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
1155 if (set_features & TW_EXTENDED_INIT_CONNECT) { in twa_initconnection()
/Linux-v5.4/drivers/mtd/nand/raw/bcm47xxnflash/
Dops_bcm4706.c389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
/Linux-v5.4/fs/btrfs/
Dsysfs.c100 static void set_features(struct btrfs_fs_info *fs_info, in set_features() function
215 set_features(fs_info, fa->feature_set, features); in btrfs_feature_attr_store()
/Linux-v5.4/drivers/mtd/nand/raw/
Dmpc5121_nfc.c688 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
Dhisi504_nand.c782 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
Dcafe_nand.c713 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
Dfsl_elbc_nand.c708 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
Dfsl_ifc_nand.c857 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
Dsh_flctl.c1174 nand->legacy.set_features = nand_get_set_features_notsupp; in flctl_probe()
Dmxc_nand.c1790 this->legacy.set_features = mxc_nand_set_features; in mxcnd_probe()
Dnand_base.c2441 if (chip->legacy.set_features) in nand_set_features()
2442 return chip->legacy.set_features(chip, addr, subfeature_param); in nand_set_features()
Dqcom_nandc.c2801 chip->legacy.set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
/Linux-v5.4/include/linux/mtd/
Drawnand.h1005 int (*set_features)(struct nand_chip *chip, int feature_addr, member