/linux-5.10/arch/mips/include/asm/ |
D | unaligned-emul.h | 8 #define _LoadHW(addr, value, res, type) \ argument 31 #define _LoadW(addr, value, res, type) \ argument 53 #define _LoadW(addr, value, res, type) \ argument 88 #define _LoadHWU(addr, value, res, type) \ argument 113 #define _LoadWU(addr, value, res, type) \ argument 135 #define _LoadDW(addr, value, res) \ argument 157 #define _LoadWU(addr, value, res, type) \ argument 190 #define _LoadDW(addr, value, res) \ argument 242 #define _StoreHW(addr, value, res, type) \ argument 266 #define _StoreW(addr, value, res, type) \ argument [all …]
|
/linux-5.10/drivers/base/power/ |
D | qos.c | 110 s32 dev_pm_qos_read_value(struct device *dev, enum dev_pm_qos_req_type type) in dev_pm_qos_read_value() 151 enum pm_qos_req_action action, s32 value) in apply_constraint() 322 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type() 330 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request() 389 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request() 536 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier() 587 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier() 630 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request() 660 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request() 686 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request() [all …]
|
/linux-5.10/drivers/net/wireless/broadcom/b43/ |
D | tables_phy_ht.c | 608 u32 type, value; in b43_httab_read() local 640 u32 type; in b43_httab_read_bulk() local 672 void b43_httab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_httab_write() 674 u32 type; in b43_httab_write() local 705 u32 type, value; in b43_httab_write_few() local 750 u32 type, value; in b43_httab_write_bulk() local
|
D | tables_phy_lcn.c | 459 u32 type, value; in b43_lcntab_read() local 490 u32 type; in b43_lcntab_read_bulk() local 525 void b43_lcntab_write(struct b43_wldev *dev, u32 offset, u32 value) in b43_lcntab_write() 527 u32 type; in b43_lcntab_write() local 558 u32 type, value; in b43_lcntab_write_bulk() local
|
/linux-5.10/drivers/misc/habanalabs/common/ |
D | hwmon.c | 24 enum hwmon_sensor_types type; in hl_build_hwmon_channel_info() local 111 static int hl_read(struct device *dev, enum hwmon_sensor_types type, in hl_read() 190 static int hl_write(struct device *dev, enum hwmon_sensor_types type, in hl_write() 243 static umode_t hl_is_visible(const void *data, enum hwmon_sensor_types type, in hl_is_visible() 312 int sensor_index, u32 attr, long *value) in hl_get_temperature() 338 int sensor_index, u32 attr, long value) in hl_set_temperature() 363 int sensor_index, u32 attr, long *value) in hl_get_voltage() 389 int sensor_index, u32 attr, long *value) in hl_get_current() 415 int sensor_index, u32 attr, long *value) in hl_get_fan_speed() 441 int sensor_index, u32 attr, long *value) in hl_get_pwm_info() [all …]
|
/linux-5.10/kernel/power/ |
D | qos.c | 76 static void pm_qos_set_value(struct pm_qos_constraints *c, s32 value) in pm_qos_set_value() 99 enum pm_qos_req_action action, int value) in pm_qos_update_target() 245 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply() 264 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request() 366 s32 value; in cpu_latency_qos_read() local 381 s32 value; in cpu_latency_qos_write() local 462 enum freq_qos_req_type type) in freq_qos_read_value() 494 enum pm_qos_req_action action, s32 value) in freq_qos_apply() 530 enum freq_qos_req_type type, s32 value) in freq_qos_add_request() 616 enum freq_qos_req_type type, in freq_qos_add_notifier() [all …]
|
/linux-5.10/drivers/net/phy/ |
D | aquantia_hwmon.c | 33 enum hwmon_sensor_types type, in aqr_hwmon_is_visible() 56 static int aqr_hwmon_get(struct phy_device *phydev, int reg, long *value) in aqr_hwmon_get() 69 static int aqr_hwmon_set(struct phy_device *phydev, int reg, long value) in aqr_hwmon_set() 92 static int aqr_hwmon_status1(struct phy_device *phydev, int bit, long *value) in aqr_hwmon_status1() 104 static int aqr_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_read() 105 u32 attr, int channel, long *value) in aqr_hwmon_read() 157 static int aqr_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_write() 158 u32 attr, int channel, long value) in aqr_hwmon_write()
|
/linux-5.10/fs/ext2/ |
D | acl.c | 20 ext2_acl_from_disk(const void *value, size_t size) in ext2_acl_from_disk() 144 ext2_get_acl(struct inode *inode, int type) in ext2_get_acl() 147 char *value = NULL; in ext2_get_acl() local 180 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl() 183 void *value = NULL; in __ext2_set_acl() local 219 ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext2_set_acl()
|
/linux-5.10/fs/hfs/ |
D | attr.c | 22 static int __hfs_setxattr(struct inode *inode, enum hfs_xattr_type type, in __hfs_setxattr() 23 const void *value, size_t size, int flags) in __hfs_setxattr() 68 static ssize_t __hfs_getxattr(struct inode *inode, enum hfs_xattr_type type, in __hfs_getxattr() 69 void *value, size_t size) in __hfs_getxattr() 118 const char *name, void *value, size_t size) in hfs_xattr_get() 125 const char *name, const void *value, size_t size, in hfs_xattr_set()
|
/linux-5.10/fs/fuse/ |
D | acl.c | 14 struct posix_acl *fuse_get_acl(struct inode *inode, int type) in fuse_get_acl() 19 void *value = NULL; in fuse_get_acl() local 50 int fuse_set_acl(struct inode *inode, struct posix_acl *acl, int type) in fuse_set_acl() 75 void *value; in fuse_set_acl() local
|
/linux-5.10/fs/btrfs/ |
D | acl.c | 19 struct posix_acl *btrfs_get_acl(struct inode *inode, int type) in btrfs_get_acl() 23 char *value = NULL; in btrfs_get_acl() local 56 struct inode *inode, struct posix_acl *acl, int type) in __btrfs_set_acl() 60 char *value = NULL; in __btrfs_set_acl() local 110 int btrfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in btrfs_set_acl()
|
/linux-5.10/fs/orangefs/ |
D | acl.c | 13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type) in orangefs_get_acl() 17 char *key = NULL, *value = NULL; in orangefs_get_acl() local 65 int type) in __orangefs_set_acl() 68 void *value = NULL; in __orangefs_set_acl() local 119 int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in orangefs_set_acl()
|
/linux-5.10/fs/ext4/ |
D | acl.c | 18 ext4_acl_from_disk(const void *value, size_t size) in ext4_acl_from_disk() 145 ext4_get_acl(struct inode *inode, int type) in ext4_get_acl() 148 char *value = NULL; in ext4_get_acl() local 186 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl() 190 void *value = NULL; in __ext4_set_acl() local 225 ext4_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ext4_set_acl()
|
/linux-5.10/fs/jfs/ |
D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type) in jfs_get_acl() 22 char *value = NULL; in jfs_get_acl() local 56 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() 62 char *value = NULL; in __jfs_set_acl() local 94 int jfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in jfs_set_acl()
|
/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
D | main.c | 105 static int nfp_bpf_setup_tc_block_cb(enum tc_setup_type type, in nfp_bpf_setup_tc_block_cb() 166 enum tc_setup_type type, void *type_data) in nfp_bpf_setup_tc() 200 nfp_bpf_parse_cap_adjust_head(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_adjust_head() 232 nfp_bpf_parse_cap_func(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_func() 260 nfp_bpf_parse_cap_maps(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_maps() 280 nfp_bpf_parse_cap_random(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_random() 288 nfp_bpf_parse_cap_qsel(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_qsel() 295 nfp_bpf_parse_cap_adjust_tail(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_adjust_tail() 303 nfp_bpf_parse_cap_cmsg_multi_ent(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_cmsg_multi_ent() 311 nfp_bpf_parse_cap_abi_version(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_abi_version() [all …]
|
/linux-5.10/fs/ |
D | posix_acl.c | 26 static struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() 38 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() 57 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() 63 void set_cached_acl(struct inode *inode, int type, struct posix_acl *acl) in set_cached_acl() 83 void forget_cached_acl(struct inode *inode, int type) in forget_cached_acl() 96 struct posix_acl *get_acl(struct inode *inode, int type) in get_acl() 671 void *value, size_t size) in posix_acl_fix_xattr_userns() 708 void posix_acl_fix_xattr_from_user(void *value, size_t size) in posix_acl_fix_xattr_from_user() 716 void posix_acl_fix_xattr_to_user(void *value, size_t size) in posix_acl_fix_xattr_to_user() 729 const void *value, size_t size) in posix_acl_from_xattr() [all …]
|
/linux-5.10/fs/reiserfs/ |
D | xattr_acl.c | 21 reiserfs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in reiserfs_set_acl() 65 static struct posix_acl *reiserfs_posix_acl_from_disk(const void *value, size_t size) in reiserfs_posix_acl_from_disk() 191 struct posix_acl *reiserfs_get_acl(struct inode *inode, int type) in reiserfs_get_acl() 193 char *name, *value; in reiserfs_get_acl() local 245 int type, struct posix_acl *acl) in __reiserfs_set_acl() 248 void *value = NULL; in __reiserfs_set_acl() local
|
/linux-5.10/fs/f2fs/ |
D | acl.c | 45 static struct posix_acl *f2fs_acl_from_disk(const char *value, size_t size) in f2fs_acl_from_disk() 167 static struct posix_acl *__f2fs_get_acl(struct inode *inode, int type, in __f2fs_get_acl() 171 void *value = NULL; in __f2fs_get_acl() local 198 struct posix_acl *f2fs_get_acl(struct inode *inode, int type) in f2fs_get_acl() 203 static int __f2fs_set_acl(struct inode *inode, int type, in __f2fs_set_acl() 207 void *value = NULL; in __f2fs_set_acl() local 251 int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in f2fs_set_acl()
|
/linux-5.10/fs/ocfs2/ |
D | acl.c | 35 static struct posix_acl *ocfs2_acl_from_xattr(const void *value, size_t size) in ocfs2_acl_from_xattr() 115 int type, in ocfs2_get_acl_nolock() 119 char *value = NULL; in ocfs2_get_acl_nolock() local 219 int type, in ocfs2_set_acl() 225 void *value = NULL; in ocfs2_set_acl() local 265 int ocfs2_iop_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ocfs2_iop_set_acl() 292 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type) in ocfs2_iop_get_acl()
|
/linux-5.10/fs/ceph/ |
D | acl.c | 20 int type, struct posix_acl *acl) in ceph_set_cached_acl() 32 struct posix_acl *ceph_get_acl(struct inode *inode, int type) in ceph_get_acl() 37 char *value = NULL; in ceph_get_acl() local 85 int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type) in ceph_set_acl() 89 char *value = NULL; in ceph_set_acl() local
|
/linux-5.10/net/802/ |
D | mrp.c | 215 static void mrp_attrvalue_inc(void *value, u8 len) in mrp_attrvalue_inc() 227 const void *value, u8 len, u8 type) in mrp_attr_cmp() 237 const void *value, u8 len, u8 type) in mrp_attr_lookup() 257 const void *value, u8 len, u8 type) in mrp_attr_create() 518 const void *value, u8 len, u8 type) in mrp_request_join() 543 const void *value, u8 len, u8 type) in mrp_request_leave()
|
/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_osdep.h | 13 #define wr32(a, reg, value) writel((value), ((a)->hw_addr + (reg))) argument 15 #define wr64(a, reg, value) writeq((value), ((a)->hw_addr + (reg))) argument 31 #define ice_debug(hw, type, fmt, args...) \ argument 34 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument 39 #define ice_debug(hw, type, fmt, args...) \ argument 46 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument 55 #define ice_debug_array(hw, type, rowsize, groupsize, buf, len) \ argument
|
/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fs_tracepoint.c | 38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument 39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument 43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument 49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument 64 const u32 *mask, const u32 *value) in print_lyr_2_4_hdrs() 66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument 87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument 134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument 156 const u32 *mask, const u32 *value) in print_misc_parameters_hdrs() 158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument [all …]
|
/linux-5.10/include/linux/ |
D | pm_qos.h | 57 enum pm_qos_type type; member 93 enum freq_qos_req_type type; member 108 enum dev_pm_qos_req_type type; member 159 s32 value) {} in cpu_latency_qos_add_request() 221 enum dev_pm_qos_req_type type) in dev_pm_qos_read_value() 238 enum dev_pm_qos_req_type type, in dev_pm_qos_add_request() 239 s32 value) in dev_pm_qos_add_request() 248 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier() 252 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier() 264 enum dev_pm_qos_req_type type, in dev_pm_qos_add_ancestor_request() [all …]
|
/linux-5.10/drivers/acpi/numa/ |
D | hmat.c | 155 static __init const char *hmat_data_type(u8 type) in hmat_data_type() 175 static __init const char *hmat_data_type_suffix(u8 type) in hmat_data_type_suffix() 191 static u32 hmat_normalize(u16 entry, u64 base, u8 type) in hmat_normalize() 193 u32 value; in hmat_normalize() local 227 u8 type, u32 value, int access) in hmat_update_target_access() 300 u32 *inits, *targs, value; in hmat_parse_locality() local 302 u8 type, mem_hier; in hmat_parse_locality() local 532 static bool hmat_update_best(u8 type, u32 value, u32 *best) in hmat_update_best() 621 u32 value; in hmat_register_target_initiators() local 655 u32 value; in hmat_register_target_initiators() local
|