/kernel/linux/linux-5.10/include/linux/ |
D | vdpa.h | 220 int (*set_features)(struct vdpa_device *vdev, u64 features); member 320 return ops->set_features(vdev, features); in vdpa_set_features()
|
D | if_macvlan.h | 29 netdev_features_t set_features; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
D | wil_platform.h | 43 void (*set_features)(void *handle, int features); member
|
D | main.c | 1255 if (wil->platform_ops.set_features) { in wil_refresh_fw_capabilities() 1265 wil->platform_ops.set_features(wil->platform_handle, features); in wil_refresh_fw_capabilities()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | macvtap.c | 77 vlan->set_features = features; in macvtap_update_features()
|
D | macvlan.c | 1077 features &= (vlan->set_features | ~MACVLAN_FEATURES); in macvlan_fix_features() 1460 vlan->set_features = MACVLAN_FEATURES; in macvlan_common_newlink()
|
D | tun.c | 197 netdev_features_t set_features; member 1165 return (features & tun->set_features) | (features & ~TUN_USER_FEATURES); in tun_net_fix_features() 2911 tun->set_features = features; in set_offload()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_main.c | 79 static int set_features(struct hinic_dev *nic_dev, 869 return set_features(nic_dev, nic_dev->netdev->features, in hinic_set_features() 1056 static int set_features(struct hinic_dev *nic_dev, in set_features() function 1281 err = set_features(nic_dev, 0, nic_dev->netdev->features, true); in nic_dev_init()
|
/kernel/linux/linux-5.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 699 .set_features = vdpasim_set_features, 726 .set_features = vdpasim_set_features,
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | 3w-sas.c | 971 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()
|
D | 3w-9xxx.c | 131 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()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/bcm47xxnflash/ |
D | ops_bcm4706.c | 389 b47n->nand_chip.legacy.set_features = nand_get_set_features_notsupp; in bcm47xxnflash_ops_bcm4706_init()
|
/kernel/linux/linux-5.10/drivers/vdpa/ifcvf/ |
D | ifcvf_main.c | 378 .set_features = ifcvf_vdpa_set_features,
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | mpc5121_nfc.c | 705 chip->legacy.set_features = nand_get_set_features_notsupp; in mpc5121_nfc_probe()
|
D | hisi504_nand.c | 780 chip->legacy.set_features = nand_get_set_features_notsupp; in hisi_nfc_probe()
|
D | cafe_nand.c | 709 cafe->nand.legacy.set_features = nand_get_set_features_notsupp; in cafe_nand_probe()
|
D | fsl_elbc_nand.c | 707 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_elbc_chip_init()
|
D | fsl_ifc_nand.c | 881 chip->legacy.set_features = nand_get_set_features_notsupp; in fsl_ifc_chip_init()
|
D | sh_flctl.c | 1174 nand->legacy.set_features = nand_get_set_features_notsupp; in flctl_probe()
|
D | mxc_nand.c | 1796 this->legacy.set_features = mxc_nand_set_features; in mxcnd_probe()
|
D | nand_base.c | 2435 if (chip->legacy.set_features) in nand_set_features() 2436 return chip->legacy.set_features(chip, addr, subfeature_param); in nand_set_features()
|
D | qcom_nandc.c | 2829 chip->legacy.set_features = nand_get_set_features_notsupp; in qcom_nand_host_init_and_register()
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | rawnand.h | 1125 int (*set_features)(struct nand_chip *chip, int feature_addr, member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | sysfs.c | 104 static void set_features(struct btrfs_fs_info *fs_info, in set_features() function 219 set_features(fs_info, fa->feature_set, features); in btrfs_feature_attr_store()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/net/ |
D | mlx5_vnet.c | 1897 .set_features = mlx5_vdpa_set_features,
|