/linux-6.15/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-6.15/drivers/accel/habanalabs/common/ |
D | hwmon.c | 17 static u32 fixup_flags_legacy_fw(struct hl_device *hdev, enum hwmon_sensor_types type, in fixup_flags_legacy_fw() 64 static u32 fixup_flags_legacy_fw(struct hl_device *hdev, enum hwmon_sensor_types type, in fixup_flags_legacy_fw() 77 static u32 adjust_hwmon_flags(struct hl_device *hdev, enum hwmon_sensor_types type, u32 cpucp_flags) in adjust_hwmon_flags() 155 enum hwmon_sensor_types type; in hl_build_hwmon_channel_info() local 243 static int hl_read(struct device *dev, enum hwmon_sensor_types type, in hl_read() 397 static int hl_write(struct device *dev, enum hwmon_sensor_types type, in hl_write() 492 static umode_t hl_is_visible(const void *data, enum hwmon_sensor_types type, in hl_is_visible() 570 int sensor_index, u32 attr, long *value) in hl_get_temperature() 599 int sensor_index, u32 attr, long value) in hl_set_temperature() 623 int sensor_index, u32 attr, long *value) in hl_get_voltage() [all …]
|
/linux-6.15/tools/testing/selftests/bpf/ |
D | test_btf.h | 24 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument 26 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ argument 36 #define BTF_VAR_ENC(name, type, linkage) \ argument 38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ argument 41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument 48 #define BTF_TYPEDEF_ENC(name, type) \ argument 51 #define BTF_PTR_ENC(type) \ argument 54 #define BTF_CONST_ENC(type) \ argument 57 #define BTF_VOLATILE_ENC(type) \ argument 60 #define BTF_RESTRICT_ENC(type) \ argument [all …]
|
/linux-6.15/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() 152 enum pm_qos_req_action action, s32 value) in apply_constraint() 323 enum dev_pm_qos_req_type type) in dev_pm_qos_invalid_req_type() 331 enum dev_pm_qos_req_type type, s32 value) in __dev_pm_qos_add_request() 390 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_request() 537 enum dev_pm_qos_req_type type) in dev_pm_qos_add_notifier() 588 enum dev_pm_qos_req_type type) in dev_pm_qos_remove_notifier() 631 enum dev_pm_qos_req_type type, s32 value) in dev_pm_qos_add_ancestor_request() 661 enum dev_pm_qos_req_type type) in __dev_pm_qos_drop_user_request() 687 enum dev_pm_qos_req_type type) in dev_pm_qos_drop_user_request() [all …]
|
/linux-6.15/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
|
/linux-6.15/drivers/net/phy/aquantia/ |
D | aquantia_hwmon.c | 19 enum hwmon_sensor_types type, in aqr_hwmon_is_visible() 42 static int aqr_hwmon_get(struct phy_device *phydev, int reg, long *value) in aqr_hwmon_get() 55 static int aqr_hwmon_set(struct phy_device *phydev, int reg, long value) in aqr_hwmon_set() 78 static int aqr_hwmon_status1(struct phy_device *phydev, int bit, long *value) in aqr_hwmon_status1() 90 static int aqr_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_read() 91 u32 attr, int channel, long *value) in aqr_hwmon_read() 143 static int aqr_hwmon_write(struct device *dev, enum hwmon_sensor_types type, in aqr_hwmon_write() 144 u32 attr, int channel, long value) in aqr_hwmon_write()
|
/linux-6.15/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() 223 static inline bool cpu_latency_qos_value_invalid(s32 value) in cpu_latency_qos_value_invalid() 250 enum pm_qos_req_action action, s32 value) in cpu_latency_qos_apply() 269 void cpu_latency_qos_add_request(struct pm_qos_request *req, s32 value) in cpu_latency_qos_add_request() 371 s32 value; in cpu_latency_qos_read() local 386 s32 value; in cpu_latency_qos_write() local 434 static inline bool freq_qos_value_invalid(s32 value) in freq_qos_value_invalid() 472 enum freq_qos_req_type type) in freq_qos_read_value() 504 enum pm_qos_req_action action, s32 value) in freq_qos_apply() [all …]
|
/linux-6.15/drivers/firmware/samsung/ |
D | exynos-acpm-pmic.c | 56 static void acpm_pmic_init_read_cmd(u32 cmd[4], u8 type, u8 reg, u8 chan) in acpm_pmic_init_read_cmd() 66 unsigned int acpm_chan_id, u8 type, u8 reg, u8 chan, in acpm_pmic_read_reg() 85 static void acpm_pmic_init_bulk_read_cmd(u32 cmd[4], u8 type, u8 reg, u8 chan, in acpm_pmic_init_bulk_read_cmd() 96 unsigned int acpm_chan_id, u8 type, u8 reg, u8 chan, in acpm_pmic_bulk_read() 127 static void acpm_pmic_init_write_cmd(u32 cmd[4], u8 type, u8 reg, u8 chan, in acpm_pmic_init_write_cmd() 128 u8 value) in acpm_pmic_init_write_cmd() 139 unsigned int acpm_chan_id, u8 type, u8 reg, u8 chan, in acpm_pmic_write_reg() 140 u8 value) in acpm_pmic_write_reg() 156 static void acpm_pmic_init_bulk_write_cmd(u32 cmd[4], u8 type, u8 reg, u8 chan, in acpm_pmic_init_bulk_write_cmd() 176 unsigned int acpm_chan_id, u8 type, u8 reg, u8 chan, in acpm_pmic_bulk_write() [all …]
|
/linux-6.15/drivers/gpu/drm/i915/gt/ |
D | intel_gt_mcr.c | 208 int group, int instance, u32 value) in rw_with_mcr_steering_fw() 286 u32 value) in rw_with_mcr_steering() 455 void intel_gt_mcr_unicast_write(struct intel_gt *gt, i915_mcr_reg_t reg, u32 value, in intel_gt_mcr_unicast_write() 472 i915_mcr_reg_t reg, u32 value) in intel_gt_mcr_multicast_write() 503 void intel_gt_mcr_multicast_write_fw(struct intel_gt *gt, i915_mcr_reg_t reg, u32 value) in intel_gt_mcr_multicast_write_fw() 563 enum intel_steering_type type) in reg_needs_read_steering() 593 enum intel_steering_type type, in get_nonterminated_steering() 665 int type; in intel_gt_mcr_get_nonterminated_steering() local 695 int type; in intel_gt_mcr_read_any_fw() local 726 int type; in intel_gt_mcr_read_any() local [all …]
|
/linux-6.15/drivers/pinctrl/spacemit/ |
D | pinctrl-k1.c | 132 static u16 spacemit_dt_get_pin(u32 value) in spacemit_dt_get_pin() 137 static u16 spacemit_dt_get_pin_mux(u32 value) in spacemit_dt_get_pin_mux() 175 enum spacemit_pin_io_type type = spacemit_to_pin_io_type(spin); in spacemit_pctrl_dbg_show() local 177 u32 value; in spacemit_pctrl_dbg_show() local 230 static inline u8 spacemit_get_driver_strength(enum spacemit_pin_io_type type, in spacemit_get_driver_strength() 247 static inline u32 spacemit_get_drive_strength_mA(enum spacemit_pin_io_type type, in spacemit_get_drive_strength_mA() 248 u32 value) in spacemit_get_drive_strength_mA() 271 enum spacemit_pin_io_type type; in spacemit_pctrl_check_power() local 436 u32 value = configs[i].config; in spacemit_pmx_set_mux() local 478 u32 value, arg = 0; in spacemit_pinconf_get() local [all …]
|
/linux-6.15/tools/perf/util/ |
D | perf_event_attr_fprintf.c | 19 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits() 32 static void __p_sample_type(char *buf, size_t size, u64 value) in __p_sample_type() 50 static void __p_branch_sample_type(char *buf, size_t size, u64 value) in __p_branch_sample_type() 67 static void __p_read_format(char *buf, size_t size, u64 value) in __p_read_format() 80 static const char *stringify_perf_type_id(struct perf_pmu *pmu, u32 type) in stringify_perf_type_id() 95 static const char *stringify_perf_hw_id(u64 value) in stringify_perf_hw_id() 113 static const char *stringify_perf_hw_cache_id(u64 value) in stringify_perf_hw_cache_id() 128 static const char *stringify_perf_hw_cache_op_id(u64 value) in stringify_perf_hw_cache_op_id() 139 static const char *stringify_perf_hw_cache_op_result_id(u64 value) in stringify_perf_hw_cache_op_result_id() 149 static const char *stringify_perf_sw_id(u64 value) in stringify_perf_sw_id() [all …]
|
/linux-6.15/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, bool rcu) in ext2_get_acl() 147 char *value = NULL; in ext2_get_acl() local 183 __ext2_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __ext2_set_acl() 186 void *value = NULL; in __ext2_set_acl() local 223 struct posix_acl *acl, int type) in ext2_set_acl()
|
/linux-6.15/fs/orangefs/ |
D | acl.c | 13 struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu) in orangefs_get_acl() 17 char *key = NULL, *value = NULL; in orangefs_get_acl() local 67 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type) in __orangefs_set_acl() 70 void *value = NULL; in __orangefs_set_acl() local 122 struct posix_acl *acl, int type) in orangefs_set_acl()
|
/linux-6.15/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() 206 nfp_bpf_parse_cap_adjust_head(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_adjust_head() 238 nfp_bpf_parse_cap_func(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_func() 266 nfp_bpf_parse_cap_maps(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_maps() 286 nfp_bpf_parse_cap_random(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_random() 294 nfp_bpf_parse_cap_qsel(struct nfp_app_bpf *bpf, void __iomem *value, u32 length) in nfp_bpf_parse_cap_qsel() 301 nfp_bpf_parse_cap_adjust_tail(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_adjust_tail() 309 nfp_bpf_parse_cap_cmsg_multi_ent(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_cmsg_multi_ent() 317 nfp_bpf_parse_cap_abi_version(struct nfp_app_bpf *bpf, void __iomem *value, in nfp_bpf_parse_cap_abi_version() [all …]
|
/linux-6.15/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() 126 const char *name, const void *value, size_t size, in hfs_xattr_set()
|
/linux-6.15/fs/fuse/ |
D | acl.c | 15 struct inode *inode, int type, bool rcu) in __fuse_get_acl() 19 void *value = NULL; in __fuse_get_acl() local 68 struct dentry *dentry, int type) in fuse_get_acl() 79 struct posix_acl *fuse_get_inode_acl(struct inode *inode, int type, bool rcu) in fuse_get_inode_acl() 96 struct posix_acl *acl, int type) in fuse_set_acl() 126 void *value; in fuse_set_acl() local
|
/linux-6.15/fs/btrfs/ |
D | acl.c | 18 struct posix_acl *btrfs_get_acl(struct inode *inode, int type, bool rcu) in btrfs_get_acl() 22 char *value = NULL; in btrfs_get_acl() local 58 struct posix_acl *acl, int type) in __btrfs_set_acl() 62 char *value = NULL; in __btrfs_set_acl() local 113 struct posix_acl *acl, int type) in btrfs_set_acl()
|
/linux-6.15/drivers/pinctrl/sophgo/ |
D | pinctrl-cv18xx.c | 34 static unsigned int cv1800_dt_get_pin_mux(u32 value) in cv1800_dt_get_pin_mux() 39 static unsigned int cv1800_dt_get_pin_mux2(u32 value) in cv1800_dt_get_pin_mux2() 94 enum cv1800_pin_io_type type = cv1800_pin_io_type(pin); in cv1800_pctrl_dbg_show() local 96 u32 value; in cv1800_pctrl_dbg_show() local 154 enum cv1800_pin_io_type type; in cv1800_verify_pin_group() local 249 enum cv1800_pin_io_type type; in cv1800_pconf_get() local 250 u32 value; in cv1800_pconf_get() local 314 u32 *value, u32 *mask) in cv1800_pinconf_compute_config() 320 enum cv1800_pin_io_type type; in cv1800_pinconf_compute_config() local 389 u32 value, u32 mask) in cv1800_set_pinconf_config()
|
/linux-6.15/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, bool rcu) in ext4_get_acl() 148 char *value = NULL; in ext4_get_acl() local 189 __ext4_set_acl(handle_t *handle, struct inode *inode, int type, in __ext4_set_acl() 193 void *value = NULL; in __ext4_set_acl() local 229 struct posix_acl *acl, int type) in ext4_set_acl()
|
/linux-6.15/net/802/ |
D | mrp.c | 216 static void mrp_attrvalue_inc(void *value, u8 len) in mrp_attrvalue_inc() 228 const void *value, u8 len, u8 type) in mrp_attr_cmp() 238 const void *value, u8 len, u8 type) in mrp_attr_lookup() 258 const void *value, u8 len, u8 type) in mrp_attr_create() 532 const void *value, u8 len, u8 type) in mrp_request_join() 557 const void *value, u8 len, u8 type) in mrp_request_leave()
|
/linux-6.15/fs/jfs/ |
D | acl.c | 17 struct posix_acl *jfs_get_acl(struct inode *inode, int type, bool rcu) in jfs_get_acl() 22 char *value = NULL; in jfs_get_acl() local 59 static int __jfs_set_acl(tid_t tid, struct inode *inode, int type, in __jfs_set_acl() 65 char *value = NULL; in __jfs_set_acl() local 98 struct posix_acl *acl, int type) in jfs_set_acl()
|
/linux-6.15/drivers/hwmon/ |
D | scmi-hwmon.c | 38 static int scmi_hwmon_scale(const struct scmi_sensor_info *sensor, u64 *value) in scmi_hwmon_scale() 77 u64 value; in scmi_hwmon_read_scaled_value() local 90 static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read() 102 scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, in scmi_hwmon_read_string() 115 scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, in scmi_hwmon_is_visible() 143 long value; in scmi_hwmon_thermal_get_temp() local 160 enum hwmon_sensor_types type, u32 config) in scmi_hwmon_add_chan_info() 233 enum hwmon_sensor_types type; in scmi_hwmon_probe() local
|
/linux-6.15/security/ipe/ |
D | hooks.c | 212 const void *value, in ipe_set_dmverity_signature() 219 const void *value, in ipe_set_dmverity_signature() 238 int ipe_bdev_setintegrity(struct block_device *bdev, enum lsm_integrity_type type, in ipe_bdev_setintegrity() 239 const void *value, size_t size) in ipe_bdev_setintegrity() 302 enum lsm_integrity_type type, in ipe_inode_setintegrity() 303 const void *value, size_t size) in ipe_inode_setintegrity()
|
/linux-6.15/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-6.15/drivers/net/ethernet/microchip/vcap/ |
D | vcap_api_client.h | 20 enum vcap_field_type type; member 24 u8 value; member 29 u32 value; member 34 u8 value[6]; member 39 u8 value[7]; member 44 u8 value[8]; member 49 u8 value[9]; member 54 u8 value[14]; member 59 u8 value[16]; member 87 enum vcap_field_type type; member [all …]
|