Home
last modified time | relevance | path

Searched refs:attr (Results 1 – 25 of 2197) sorted by relevance

12345678910>>...88

/linux/drivers/infiniband/hw/hfi1/
H A Dsysfs.c105 struct ib_port_attribute *attr, char *buf) in cc_prescan_show() argument
114 struct ib_port_attribute *attr, const char *buf, in cc_prescan_store() argument
130 &ib_port_attr_cc_prescan.attr,
142 struct ib_port_attribute attr; member
147 struct ib_port_attribute *attr, char *buf) in sc2vl_attr_show() argument
150 container_of(attr, struct hfi1_sc2vl_attr, attr); in sc2vl_attr_show()
158 .attr = __ATTR(N, 0444, sc2vl_attr_show, NULL), \
196 &hfi1_sc2vl_attr_0.attr.attr,
197 &hfi1_sc2vl_attr_1.attr.attr,
198 &hfi1_sc2vl_attr_2.attr.attr,
[all …]
/linux/tools/arch/x86/include/asm/
H A Dinat.h121 static inline int inat_is_legacy_prefix(insn_attr_t attr) in inat_is_legacy_prefix() argument
123 attr &= INAT_PFX_MASK; in inat_is_legacy_prefix()
124 return attr && attr <= INAT_LGCPFX_MAX; in inat_is_legacy_prefix()
127 static inline int inat_is_address_size_prefix(insn_attr_t attr) in inat_is_address_size_prefix() argument
129 return (attr & INAT_PFX_MASK) == INAT_PFX_ADDRSZ; in inat_is_address_size_prefix()
132 static inline int inat_is_operand_size_prefix(insn_attr_t attr) in inat_is_operand_size_prefix() argument
134 return (attr & INAT_PFX_MASK) == INAT_PFX_OPNDSZ; in inat_is_operand_size_prefix()
137 static inline int inat_is_rex_prefix(insn_attr_t attr) in inat_is_rex_prefix() argument
139 return (attr & INAT_PFX_MASK) == INAT_PFX_REX; in inat_is_rex_prefix()
142 static inline int inat_is_rex2_prefix(insn_attr_t attr) in inat_is_rex2_prefix() argument
[all …]
/linux/arch/x86/include/asm/
H A Dinat.h121 static inline int inat_is_legacy_prefix(insn_attr_t attr) in inat_is_legacy_prefix() argument
123 attr &= INAT_PFX_MASK; in inat_is_legacy_prefix()
124 return attr && attr <= INAT_LGCPFX_MAX; in inat_is_legacy_prefix()
127 static inline int inat_is_address_size_prefix(insn_attr_t attr) in inat_is_address_size_prefix() argument
129 return (attr & INAT_PFX_MASK) == INAT_PFX_ADDRSZ; in inat_is_address_size_prefix()
132 static inline int inat_is_operand_size_prefix(insn_attr_t attr) in inat_is_operand_size_prefix() argument
134 return (attr & INAT_PFX_MASK) == INAT_PFX_OPNDSZ; in inat_is_operand_size_prefix()
137 static inline int inat_is_rex_prefix(insn_attr_t attr) in inat_is_rex_prefix() argument
139 return (attr & INAT_PFX_MASK) == INAT_PFX_REX; in inat_is_rex_prefix()
142 static inline int inat_is_rex2_prefix(insn_attr_t attr) in inat_is_rex2_prefix() argument
[all …]
/linux/drivers/infiniband/core/
H A Dsysfs.c50 struct ib_port_attribute attr; member
77 struct device_attribute attr; member
86 struct ib_port_attribute attr; member
106 struct attribute *attr, char *buf) in port_attr_show() argument
109 container_of(attr, struct ib_port_attribute, attr); in port_attr_show()
119 struct attribute *attr, in port_attr_store() argument
123 container_of(attr, struct ib_port_attribute, attr); in port_attr_store()
147 struct device_attribute *attr, char *buf) in hw_stat_device_show() argument
150 container_of(attr, struct hw_stats_device_attribute, attr); in hw_stat_device_show()
158 struct device_attribute *attr, in hw_stat_device_store() argument
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c65 struct kobj_attribute attr; member
79 static struct throttle_attribute *kobj_attribute_to_throttle(struct kobj_attribute *attr) in kobj_attribute_to_throttle() argument
81 return container_of(attr, struct throttle_attribute, attr); in kobj_attribute_to_throttle()
110 struct kobj_attribute *attr, char *buff) in reason_show() argument
112 struct throttle_attribute *ta = kobj_attribute_to_throttle(attr); in reason_show()
121 struct kobj_attribute *attr, char *buff) in reasons_show() argument
136 struct kobj_attribute *kattr = container_of(*pother, struct kobj_attribute, attr); in reasons_show()
158 .attr = __ATTR(name, 0444, reason_show, NULL), \
164 .attr = __ATTR(name, 0444, _show, NULL), \
180 &attr_reasons.attr.attr,
[all …]
/linux/fs/orangefs/
H A Dorangefs-sysfs.c166 struct attribute attr; member
168 struct orangefs_attribute *attr,
171 struct orangefs_attribute *attr,
177 struct attribute *attr, in orangefs_attr_show() argument
182 attribute = container_of(attr, struct orangefs_attribute, attr); in orangefs_attr_show()
189 struct attribute *attr, in orangefs_attr_store() argument
199 attribute = container_of(attr, struct orangefs_attribute, attr); in orangefs_attr_store()
211 struct orangefs_attribute *attr, char *buf) in sysfs_int_show() argument
219 if (!strcmp(attr->attr.name, "op_timeout_secs")) { in sysfs_int_show()
224 } else if (!strcmp(attr->attr.name, in sysfs_int_show()
[all …]
/linux/drivers/scsi/
H A Discsi_boot_sysfs.c24 struct attribute attr; member
33 struct attribute *attr, char *buf) in iscsi_boot_show_attribute() argument
38 container_of(attr, struct iscsi_boot_attr, attr); in iscsi_boot_show_attribute()
71 .attr = { .name = __stringify(sysfs_name), .mode = 0444 }, \
92 &iscsi_boot_attr_tgt_index.attr,
93 &iscsi_boot_attr_tgt_flags.attr,
94 &iscsi_boot_attr_tgt_ip.attr,
95 &iscsi_boot_attr_tgt_port.attr,
96 &iscsi_boot_attr_tgt_lun.attr,
97 &iscsi_boot_attr_tgt_chap.attr,
[all …]
H A Dscsi_transport_iscsi.c127 show_transport_handle(struct device *dev, struct device_attribute *attr, in show_transport_handle() argument
142 struct device_attribute *attr,char *buf) \
152 &dev_attr_handle.attr,
153 &dev_attr_caps.attr,
188 show_ep_handle(struct device *dev, struct device_attribute *attr, char *buf) in show_ep_handle() argument
196 &dev_attr_ep_handle.attr,
321 show_##type##_##name(struct device *dev, struct device_attribute *attr, \
442 struct attribute *attr, int i) in iscsi_iface_attr_is_visible() argument
449 if (attr == &dev_attr_iface_def_taskmgmt_tmo.attr) in iscsi_iface_attr_is_visible()
451 else if (attr == &dev_attr_iface_header_digest.attr) in iscsi_iface_attr_is_visible()
[all …]
/linux/drivers/memory/
H A Ddfl-emif.c52 struct device_attribute attr; member
58 container_of(dev_attr, struct emif_attr, attr)
61 struct device_attribute *attr, char *buf) in emif_state_show() argument
63 struct emif_attr *eattr = to_emif_attr(attr); in emif_state_show()
74 struct device_attribute *attr, in emif_clear_store() argument
77 struct emif_attr *eattr = to_emif_attr(attr); in emif_clear_store()
108 { .attr = __ATTR(inf##_index##_##_name, 0444, \
114 { .attr = __ATTR(inf##_index##_clear, 0200, \
148 &emif_attr_inf0_init_done.attr.attr,
149 &emif_attr_inf0_cal_fail.attr.attr,
[all …]
/linux/tools/net/ynl/lib/
H A Dynl-priv.h190 static inline unsigned int ynl_attr_type(const struct nlattr *attr) in ynl_attr_type() argument
192 return attr->nla_type & NLA_TYPE_MASK; in ynl_attr_type()
195 static inline unsigned int ynl_attr_data_len(const struct nlattr *attr) in ynl_attr_data_len() argument
197 return attr->nla_len - NLA_HDRLEN; in ynl_attr_data_len()
200 static inline void *ynl_attr_data(const struct nlattr *attr) in ynl_attr_data() argument
202 return (unsigned char *)attr + NLA_HDRLEN; in ynl_attr_data()
205 static inline void *ynl_attr_data_end(const struct nlattr *attr) in ynl_attr_data_end() argument
207 return (char *)ynl_attr_data(attr) + ynl_attr_data_len(attr); in ynl_attr_data_end()
210 #define ynl_attr_for_each(attr, nlh, fixed_hdr_sz) \ argument
211 for ((attr) = ynl_attr_first(nlh, (nlh)->nlmsg_len, \
[all …]
/linux/kernel/
H A Dfail_function.c58 struct fei_attr *attr; in fei_attr_new() local
60 attr = kzalloc_obj(*attr); in fei_attr_new()
61 if (attr) { in fei_attr_new()
62 attr->kp.symbol_name = kstrdup(sym, GFP_KERNEL); in fei_attr_new()
63 if (!attr->kp.symbol_name) { in fei_attr_new()
64 kfree(attr); in fei_attr_new()
67 attr->kp.pre_handler = fei_kprobe_handler; in fei_attr_new()
68 attr->kp.post_handler = fei_post_handler; in fei_attr_new()
69 attr->retval = adjust_error_retval(addr, 0); in fei_attr_new()
70 INIT_LIST_HEAD(&attr->list); in fei_attr_new()
[all …]
/linux/drivers/hwmon/
H A Dnct7802.c85 struct device_attribute *attr, char *buf) in temp_type_show()
88 struct sensor_device_attribute *sattr = to_sensor_dev_attr(attr); in temp_type_show()
100 struct device_attribute *attr, const char *buf, in temp_type_store()
104 struct sensor_device_attribute *sattr = to_sensor_dev_attr(attr); in temp_type_store()
121 struct device_attribute *attr, char *buf) in pwm_mode_show()
123 struct sensor_device_attribute *sattr = to_sensor_dev_attr(attr); in pwm_mode_show()
141 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in pwm_show()
146 if (!attr->index) in pwm_show()
149 ret = regmap_read(data->regmap, attr->index, &val); in pwm_show()
159 struct sensor_device_attribute *attr in pwm_store()
83 temp_type_show(struct device * dev,struct device_attribute * attr,char * buf) temp_type_show() argument
98 temp_type_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) temp_type_store() argument
119 pwm_mode_show(struct device * dev,struct device_attribute * attr,char * buf) pwm_mode_show() argument
139 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_show() local
157 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_store() local
171 pwm_enable_show(struct device * dev,struct device_attribute * attr,char * buf) pwm_enable_show() argument
186 pwm_enable_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) pwm_enable_store() argument
342 in_show(struct device * dev,struct device_attribute * attr,char * buf) in_show() argument
356 in_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) in_store() argument
374 in_alarm_show(struct device * dev,struct device_attribute * attr,char * buf) in_alarm_show() argument
434 temp_show(struct device * dev,struct device_attribute * attr,char * buf) temp_show() argument
448 temp_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) temp_store() argument
467 fan_show(struct device * dev,struct device_attribute * attr,char * buf) fan_show() argument
481 fan_min_show(struct device * dev,struct device_attribute * attr,char * buf) fan_min_show() argument
496 fan_min_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) fan_min_store() argument
512 alarm_show(struct device * dev,struct device_attribute * attr,char * buf) alarm_show() argument
529 beep_show(struct device * dev,struct device_attribute * attr,char * buf) beep_show() argument
544 beep_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) beep_store() argument
681 nct7802_temp_is_visible(struct kobject * kobj,struct attribute * attr,int index) nct7802_temp_is_visible() argument
780 nct7802_in_is_visible(struct kobject * kobj,struct attribute * attr,int index) nct7802_in_is_visible() argument
855 nct7802_fan_is_visible(struct kobject * kobj,struct attribute * attr,int index) nct7802_fan_is_visible() argument
[all...]
H A Dadt7462.c782 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_show()
785 if (!temp_enabled(data, attr->index)) in temp_min_show()
788 return sprintf(buf, "%d\n", 1000 * (data->temp_min[attr->index] - 64)); in temp_min_show()
795 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_min_store()
800 if (kstrtol(buf, 10, &temp) || !temp_enabled(data, attr->index)) in temp_min_store()
807 data->temp_min[attr->index] = temp; in temp_min_store()
808 i2c_smbus_write_byte_data(client, ADT7462_TEMP_MIN_REG(attr->index), in temp_min_store()
818 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); in temp_max_show()
821 if (!temp_enabled(data, attr->index)) in temp_max_show()
824 return sprintf(buf, "%d\n", 1000 * (data->temp_max[attr in temp_max_show()
781 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_min_show() local
794 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_min_store() local
817 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_max_show() local
830 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_max_store() local
853 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_show() local
867 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); temp_label_show() local
876 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); volt_max_show() local
890 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); volt_max_store() local
916 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); volt_min_show() local
930 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); volt_min_store() local
956 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); voltage_show() local
969 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); voltage_label_show() local
978 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); alarm_show() local
997 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); fan_min_show() local
1016 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); fan_min_store() local
1041 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); fan_show() local
1087 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_show() local
1095 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_store() local
1144 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_min_show() local
1153 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_min_store() local
1175 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_hyst_show() local
1185 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_hyst_store() local
1212 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_tmax_show() local
1228 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_tmax_store() local
1258 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_tmin_show() local
1267 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_tmin_store() local
1290 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_auto_show() local
1322 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_auto_store() local
1345 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_auto_temp_show() local
1379 struct sensor_device_attribute *attr = to_sensor_dev_attr(devattr); pwm_auto_temp_store() local
[all...]
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_sp.c43 struct bng_re_dev_attr *attr = rcfw->res->dattr; in bng_re_get_dev_attr() local
70 attr->max_qp = le32_to_cpu(sb->max_qp); in bng_re_get_dev_attr()
72 attr->max_qp += 1; in bng_re_get_dev_attr()
73 attr->max_qp_rd_atom = in bng_re_get_dev_attr()
76 attr->max_qp_init_rd_atom = in bng_re_get_dev_attr()
79 attr->max_qp_wqes = le16_to_cpu(sb->max_qp_wr) - 1; in bng_re_get_dev_attr()
82 attr->max_qp_wqes = min_t(u32, attr->max_qp_wqes, BNG_VAR_MAX_WQE - 1); in bng_re_get_dev_attr()
84 attr->max_qp_sges = min_t(u32, sb->max_sge_var_wqe, BNG_VAR_MAX_SGE); in bng_re_get_dev_attr()
85 attr->max_cq = le32_to_cpu(sb->max_cq); in bng_re_get_dev_attr()
86 attr->max_cq_wqes = le32_to_cpu(sb->max_cqe); in bng_re_get_dev_attr()
[all …]
/linux/tools/perf/tests/
H A Dparse-events.c79 return (evsel->core.attr.config & PERF_HW_EVENT_MASK) == expected_config; in test_hw_config()
114 TEST_ASSERT_EVSEL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type, evsel); in test__checkevent_tracepoint()
116 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type, evsel); in test__checkevent_tracepoint()
117 TEST_ASSERT_EVSEL("wrong sample_period", 1 == evsel->core.attr.sample_period, evsel); in test__checkevent_tracepoint()
130 PERF_TYPE_TRACEPOINT == evsel->core.attr.type, in test__checkevent_tracepoint_multi()
133 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type, in test__checkevent_tracepoint_multi()
136 1 == evsel->core.attr.sample_period, in test__checkevent_tracepoint_multi()
155 evsel->core.attr.type == PERF_TYPE_RAW, in test__checkevent_raw()
167 if (pmu->type == evsel->core.attr.type) { in test__checkevent_raw()
186 TEST_ASSERT_EVSEL("wrong type", 1 == evsel->core.attr in test__checkevent_numeric()
[all...]
/linux/drivers/usb/typec/
H A Dpd.c37 dual_role_power_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_power_show() argument
44 usb_suspend_supported_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_suspend_supported_show() argument
51 higher_capability_show(struct device *dev, struct device_attribute *attr, char *buf) in higher_capability_show() argument
58 unconstrained_power_show(struct device *dev, struct device_attribute *attr, char *buf) in unconstrained_power_show() argument
65 usb_communication_capable_show(struct device *dev, struct device_attribute *attr, char *buf) in usb_communication_capable_show() argument
72 dual_role_data_show(struct device *dev, struct device_attribute *attr, char *buf) in dual_role_data_show() argument
80 struct device_attribute *attr, char *buf) in unchunked_extended_messages_supported_show() argument
87 peak_current_show(struct device *dev, struct device_attribute *attr, char *buf) in peak_current_show() argument
94 fast_role_swap_current_show(struct device *dev, struct device_attribute *attr, char *buf) in fast_role_swap_current_show() argument
100 static ssize_t voltage_show(struct device *dev, struct device_attribute *attr, char *buf) in voltage_show() argument
[all …]
/linux/fs/ntfs3/
H A Drecord.c38 struct ATTRIB *attr; in mi_new_attt_id() local
52 attr = NULL; in mi_new_attt_id()
55 attr = mi_enum_attr(ni, mi, attr); in mi_new_attt_id()
56 if (!attr) { in mi_new_attt_id()
62 t16 = le16_to_cpu(attr->id); in mi_new_attt_id()
65 attr = NULL; in mi_new_attt_id()
199 struct ATTRIB *attr) in mi_enum_attr() argument
207 if (!attr) { in mi_enum_attr()
225 attr = Add2Ptr(rec, off); in mi_enum_attr()
231 off = PtrOffset(rec, attr); in mi_enum_attr()
[all …]
/linux/drivers/infiniband/sw/rxe/
H A Drxe_qp.c69 if (cap->max_send_wr > rxe->attr.max_qp_wr) { in rxe_qp_chk_cap()
71 cap->max_send_wr, rxe->attr.max_qp_wr); in rxe_qp_chk_cap()
75 if (cap->max_send_sge > rxe->attr.max_send_sge) { in rxe_qp_chk_cap()
77 cap->max_send_sge, rxe->attr.max_send_sge); in rxe_qp_chk_cap()
82 if (cap->max_recv_wr > rxe->attr.max_qp_wr) { in rxe_qp_chk_cap()
84 cap->max_recv_wr, rxe->attr.max_qp_wr); in rxe_qp_chk_cap()
88 if (cap->max_recv_sge > rxe->attr.max_recv_sge) { in rxe_qp_chk_cap()
90 cap->max_recv_sge, rxe->attr.max_recv_sge); in rxe_qp_chk_cap()
168 for (i = 0; i < qp->attr.max_dest_rd_atomic; i++) { in free_rd_atomic_resources()
189 for (i = 0; i < qp->attr.max_dest_rd_atomic; i++) { in cleanup_rd_atomic_resources()
[all …]
/linux/drivers/fpga/
H A Ddfl-fme-perf.c179 struct device_attribute *attr, char *buf) in cpumask_show() argument
191 &dev_attr_cpumask.attr,
222 &format_attr_event.attr,
223 &format_attr_evtype.attr,
224 &format_attr_portid.attr,
523 struct device_attribute *attr, char *buf) in fme_perf_event_show() argument
529 eattr = container_of(attr, struct dev_ext_attribute, attr); in fme_perf_event_show()
558 .attr = FME_EVENT_ATTR(_name), \
565 &fme_perf_event_clock.attr.attr,
577 .attr = FME_EVENT_ATTR(cache_##_name), \
[all …]
/linux/drivers/nvme/host/
H A Dsysfs.c15 struct device_attribute *attr, const char *buf, in nvme_sysfs_reset()
29 struct device_attribute *attr, const char *buf, in nvme_sysfs_rescan()
40 struct device_attribute *attr, char *buf) in nvme_adm_passthru_err_log_enabled_show()
49 struct device_attribute *attr, const char *buf, size_t count) in nvme_adm_passthru_err_log_enabled_store()
74 struct device_attribute *attr, char *buf) in nvme_io_passthru_err_log_enabled_show()
82 struct device_attribute *attr, const char *buf, size_t count) in nvme_io_passthru_err_log_enabled_store()
104 static ssize_t wwid_show(struct device *dev, struct device_attribute *attr, in wwid_show()
135 static ssize_t nguid_show(struct device *dev, struct device_attribute *attr, in nguid_show()
142 static ssize_t uuid_show(struct device *dev, struct device_attribute *attr, in uuid_show()
159 static ssize_t eui_show(struct device *dev, struct device_attribute *attr, in eui_show()
14 nvme_sysfs_reset(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_sysfs_reset() argument
28 nvme_sysfs_rescan(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_sysfs_rescan() argument
39 nvme_adm_passthru_err_log_enabled_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_adm_passthru_err_log_enabled_show() argument
48 nvme_adm_passthru_err_log_enabled_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_adm_passthru_err_log_enabled_store() argument
73 nvme_io_passthru_err_log_enabled_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_io_passthru_err_log_enabled_show() argument
81 nvme_io_passthru_err_log_enabled_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_io_passthru_err_log_enabled_store() argument
103 wwid_show(struct device * dev,struct device_attribute * attr,char * buf) wwid_show() argument
134 nguid_show(struct device * dev,struct device_attribute * attr,char * buf) nguid_show() argument
141 uuid_show(struct device * dev,struct device_attribute * attr,char * buf) uuid_show() argument
158 eui_show(struct device * dev,struct device_attribute * attr,char * buf) eui_show() argument
165 nsid_show(struct device * dev,struct device_attribute * attr,char * buf) nsid_show() argument
172 csi_show(struct device * dev,struct device_attribute * attr,char * buf) csi_show() argument
180 metadata_bytes_show(struct device * dev,struct device_attribute * attr,char * buf) metadata_bytes_show() argument
231 nuse_show(struct device * dev,struct device_attribute * attr,char * buf) nuse_show() argument
340 multipath_sysfs_attr_visible(struct kobject * kobj,struct attribute * attr,int n) multipath_sysfs_attr_visible() argument
392 nvme_sysfs_delete(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_sysfs_delete() argument
407 nvme_sysfs_show_transport(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_transport() argument
417 nvme_sysfs_show_state(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_state() argument
441 nvme_sysfs_show_subsysnqn(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_subsysnqn() argument
451 nvme_sysfs_show_hostnqn(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_hostnqn() argument
461 nvme_sysfs_show_hostid(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_hostid() argument
471 nvme_sysfs_show_address(struct device * dev,struct device_attribute * attr,char * buf) nvme_sysfs_show_address() argument
481 nvme_ctrl_loss_tmo_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_ctrl_loss_tmo_show() argument
493 nvme_ctrl_loss_tmo_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_ctrl_loss_tmo_store() argument
514 nvme_ctrl_reconnect_delay_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_ctrl_reconnect_delay_show() argument
524 nvme_ctrl_reconnect_delay_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_ctrl_reconnect_delay_store() argument
541 nvme_ctrl_fast_io_fail_tmo_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_ctrl_fast_io_fail_tmo_show() argument
551 nvme_ctrl_fast_io_fail_tmo_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_ctrl_fast_io_fail_tmo_store() argument
571 cntrltype_show(struct device * dev,struct device_attribute * attr,char * buf) cntrltype_show() argument
588 dctype_show(struct device * dev,struct device_attribute * attr,char * buf) dctype_show() argument
604 quirks_show(struct device * dev,struct device_attribute * attr,char * buf) quirks_show() argument
628 nvme_ctrl_dhchap_secret_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_ctrl_dhchap_secret_show() argument
639 nvme_ctrl_dhchap_secret_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_ctrl_dhchap_secret_store() argument
686 nvme_ctrl_dhchap_ctrl_secret_show(struct device * dev,struct device_attribute * attr,char * buf) nvme_ctrl_dhchap_ctrl_secret_show() argument
697 nvme_ctrl_dhchap_ctrl_secret_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) nvme_ctrl_dhchap_ctrl_secret_store() argument
814 tls_key_show(struct device * dev,struct device_attribute * attr,char * buf) tls_key_show() argument
825 tls_configured_key_show(struct device * dev,struct device_attribute * attr,char * buf) tls_configured_key_show() argument
834 tls_configured_key_store(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) tls_configured_key_store() argument
877 tls_keyring_show(struct device * dev,struct device_attribute * attr,char * buf) tls_keyring_show() argument
887 tls_mode_show(struct device * dev,struct device_attribute * attr,char * buf) tls_mode_show() argument
953 nvme_subsys_show_nqn(struct device * dev,struct device_attribute * attr,char * buf) nvme_subsys_show_nqn() argument
964 nvme_subsys_show_type(struct device * dev,struct device_attribute * attr,char * buf) nvme_subsys_show_type() argument
[all...]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c38 u32 *attr; in fm10k_tlv_attr_put_null_string() local
44 attr = &msg[FM10K_TLV_DWORD_LEN(*msg)]; in fm10k_tlv_attr_put_null_string()
50 attr[len / 4] = attr_data; in fm10k_tlv_attr_put_null_string()
62 attr[(len + 3) / 4] = attr_data; in fm10k_tlv_attr_put_null_string()
66 attr[0] = len | attr_id; in fm10k_tlv_attr_put_null_string()
84 static s32 fm10k_tlv_attr_get_null_string(u32 *attr, unsigned char *string) in fm10k_tlv_attr_get_null_string() argument
89 if (!string || !attr) in fm10k_tlv_attr_get_null_string()
92 len = *attr >> FM10K_TLV_LEN_SHIFT; in fm10k_tlv_attr_get_null_string()
93 attr++; in fm10k_tlv_attr_get_null_string()
96 string[len] = (u8)(attr[len / 4] >> (8 * (len % 4))); in fm10k_tlv_attr_get_null_string()
[all …]
/linux/net/core/
H A Dselftests.c20 struct net_packet_attrs *attr) in net_test_get_skb() argument
30 size = attr->size + NET_TEST_PKT_SIZE; in net_test_get_skb()
32 if (attr->tcp) in net_test_get_skb()
37 if (attr->max_size && attr->max_size > size) in net_test_get_skb()
38 size = attr->max_size; in net_test_get_skb()
53 if (attr->tcp) in net_test_get_skb()
60 if (attr->src) in net_test_get_skb()
61 ether_addr_copy(ehdr->h_source, attr->src); in net_test_get_skb()
62 if (attr->dst) in net_test_get_skb()
63 ether_addr_copy(ehdr->h_dest, attr->dst); in net_test_get_skb()
[all …]
/linux/drivers/dma/idxd/
H A Dsysfs.c21 struct device_attribute *attr, char *buf) in engine_group_id_show() argument
32 struct device_attribute *attr, in engine_group_id_store() argument
74 &dev_attr_engine_group.attr,
116 struct device_attribute *attr, in group_read_buffers_reserved_show() argument
125 struct device_attribute *attr, in group_tokens_reserved_show() argument
129 return group_read_buffers_reserved_show(dev, attr, buf); in group_tokens_reserved_show()
133 struct device_attribute *attr, in group_read_buffers_reserved_store() argument
166 struct device_attribute *attr, in group_tokens_reserved_store() argument
170 return group_read_buffers_reserved_store(dev, attr, buf, count); in group_tokens_reserved_store()
182 struct device_attribute *attr, in group_read_buffers_allowed_show() argument
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dobj_name.c25 union bpf_attr attr; in test_obj_name() local
30 ncopy = name_len < sizeof(attr.prog_name) ? in test_obj_name()
31 name_len : sizeof(attr.prog_name); in test_obj_name()
32 bzero(&attr, sizeof(attr)); in test_obj_name()
33 attr.prog_type = BPF_PROG_TYPE_SCHED_CLS; in test_obj_name()
34 attr.insn_cnt = 2; in test_obj_name()
35 attr.insns = ptr_to_u64(prog); in test_obj_name()
36 attr.license = ptr_to_u64(""); in test_obj_name()
37 memcpy(attr.prog_name, tests[i].name, ncopy); in test_obj_name()
39 fd = syscall(__NR_bpf, BPF_PROG_LOAD, &attr, sizeof(attr)); in test_obj_name()
[all …]
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c58 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr,
60 ssize_t (*store)(struct kobject *kobj, struct kobj_attribute *attr,
216 struct device_attribute *attr, in amdgpu_get_power_dpm_state() argument
238 struct device_attribute *attr, in amdgpu_set_power_dpm_state() argument
332 struct device_attribute *attr, in amdgpu_get_power_dpm_force_performance_level()
362 struct device_attribute *attr, in amdgpu_set_power_dpm_force_performance_level()
418 struct device_attribute *attr, in amdgpu_get_pp_num_states()
448 struct device_attribute *attr, in amdgpu_get_pp_cur_state()
482 struct device_attribute *attr, in amdgpu_get_pp_force_state()
489 return amdgpu_get_pp_cur_state(dev, attr, bu in amdgpu_set_pp_force_state()
328 amdgpu_get_power_dpm_force_performance_level(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_power_dpm_force_performance_level() argument
358 amdgpu_set_power_dpm_force_performance_level(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_power_dpm_force_performance_level() argument
410 amdgpu_get_pp_num_states(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_num_states() argument
440 amdgpu_get_pp_cur_state(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_cur_state() argument
474 amdgpu_get_pp_force_state(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_force_state() argument
487 amdgpu_set_pp_force_state(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_force_state() argument
552 amdgpu_get_pp_table(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_table() argument
580 amdgpu_set_pp_table(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_table() argument
751 amdgpu_set_pp_od_clk_voltage(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_od_clk_voltage() argument
845 amdgpu_get_pp_od_clk_voltage(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_od_clk_voltage() argument
896 amdgpu_set_pp_features(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_features() argument
924 amdgpu_get_pp_features(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_features() argument
1076 amdgpu_get_pp_dpm_sclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_sclk() argument
1083 amdgpu_set_pp_dpm_sclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_sclk() argument
1091 amdgpu_get_pp_dpm_mclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_mclk() argument
1098 amdgpu_set_pp_dpm_mclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_mclk() argument
1106 amdgpu_get_pp_dpm_socclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_socclk() argument
1113 amdgpu_set_pp_dpm_socclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_socclk() argument
1121 amdgpu_get_pp_dpm_fclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_fclk() argument
1128 amdgpu_set_pp_dpm_fclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_fclk() argument
1136 amdgpu_get_pp_dpm_vclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_vclk() argument
1143 amdgpu_set_pp_dpm_vclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_vclk() argument
1151 amdgpu_get_pp_dpm_vclk1(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_vclk1() argument
1158 amdgpu_set_pp_dpm_vclk1(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_vclk1() argument
1166 amdgpu_get_pp_dpm_dclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_dclk() argument
1173 amdgpu_set_pp_dpm_dclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_dclk() argument
1181 amdgpu_get_pp_dpm_dclk1(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_dclk1() argument
1188 amdgpu_set_pp_dpm_dclk1(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_dclk1() argument
1196 amdgpu_get_pp_dpm_dcefclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_dcefclk() argument
1203 amdgpu_set_pp_dpm_dcefclk(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_dcefclk() argument
1211 amdgpu_get_pp_dpm_pcie(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_dpm_pcie() argument
1218 amdgpu_set_pp_dpm_pcie(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_dpm_pcie() argument
1226 amdgpu_get_pp_sclk_od(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_sclk_od() argument
1246 amdgpu_set_pp_sclk_od(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_sclk_od() argument
1272 amdgpu_get_pp_mclk_od(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_mclk_od() argument
1292 amdgpu_set_pp_mclk_od(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_mclk_od() argument
1342 amdgpu_get_pp_power_profile_mode(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pp_power_profile_mode() argument
1365 amdgpu_set_pp_power_profile_mode(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pp_power_profile_mode() argument
1450 amdgpu_get_gpu_busy_percent(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_gpu_busy_percent() argument
1474 amdgpu_get_mem_busy_percent(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_mem_busy_percent() argument
1498 amdgpu_get_vcn_busy_percent(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_vcn_busy_percent() argument
1526 amdgpu_get_pcie_bw(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pcie_bw() argument
1563 amdgpu_get_unique_id(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_unique_id() argument
1591 amdgpu_get_thermal_throttling_logging(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_thermal_throttling_logging() argument
1604 amdgpu_set_thermal_throttling_logging(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_thermal_throttling_logging() argument
1648 amdgpu_get_apu_thermal_cap(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_apu_thermal_cap() argument
1672 amdgpu_set_apu_thermal_cap(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_apu_thermal_cap() argument
1707 amdgpu_pm_metrics_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) amdgpu_pm_metrics_attr_update() argument
1718 amdgpu_get_pm_metrics(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pm_metrics() argument
1749 amdgpu_get_gpu_metrics(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_gpu_metrics() argument
1817 amdgpu_get_smartshift_apu_power(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_smartshift_apu_power() argument
1833 amdgpu_get_smartshift_dgpu_power(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_smartshift_dgpu_power() argument
1849 amdgpu_get_smartshift_bias(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_smartshift_bias() argument
1860 amdgpu_set_smartshift_bias(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_smartshift_bias() argument
1892 ss_power_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) ss_power_attr_update() argument
1901 ss_bias_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) ss_bias_attr_update() argument
1918 pp_od_clk_voltage_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) pp_od_clk_voltage_attr_update() argument
1941 pp_dpm_dcefclk_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) pp_dpm_dcefclk_attr_update() argument
1973 pp_dpm_clk_default_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) pp_dpm_clk_default_attr_update() argument
2107 amdgpu_get_baseboard_temp_metrics(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_baseboard_temp_metrics() argument
2145 amdgpu_get_gpuboard_temp_metrics(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_gpuboard_temp_metrics() argument
2182 amdgpu_show_cur_node_power_limit(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_cur_node_power_limit() argument
2205 amdgpu_show_node_power(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_node_power() argument
2229 amdgpu_show_npm_status(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_npm_status() argument
2252 amdgpu_show_global_ppt_resid(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_global_ppt_resid() argument
2275 amdgpu_show_max_node_power_limit(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_max_node_power_limit() argument
2298 amdgpu_show_baseboard_power(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_baseboard_power() argument
2321 amdgpu_show_baseboard_power_limit(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_show_baseboard_power_limit() argument
2353 amdgpu_board_attr_visible(struct kobject * kobj,struct attribute * attr,int n) amdgpu_board_attr_visible() argument
2438 amdgpu_get_pm_policy_attr(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_get_pm_policy_attr() argument
2452 amdgpu_set_pm_policy_attr(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_set_pm_policy_attr() argument
2522 amdgpu_pm_policy_attr_visible(struct kobject * kobj,struct attribute * attr,int n) amdgpu_pm_policy_attr_visible() argument
2596 default_attr_update(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,enum amdgpu_device_attr_states * states) default_attr_update() argument
2712 amdgpu_device_attr_create(struct amdgpu_device * adev,struct amdgpu_device_attr * attr,uint32_t mask,struct list_head * attr_list) amdgpu_device_attr_create() argument
2760 amdgpu_device_attr_remove(struct amdgpu_device * adev,struct amdgpu_device_attr * attr) amdgpu_device_attr_remove() argument
2809 amdgpu_hwmon_show_temp(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_temp() argument
2847 amdgpu_hwmon_show_temp_thresh(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_temp_thresh() argument
2863 amdgpu_hwmon_show_hotspot_temp_thresh(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_hotspot_temp_thresh() argument
2879 amdgpu_hwmon_show_mem_temp_thresh(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_mem_temp_thresh() argument
2895 amdgpu_hwmon_show_temp_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_temp_label() argument
2907 amdgpu_hwmon_show_temp_emergency(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_temp_emergency() argument
2933 amdgpu_hwmon_get_pwm1_enable(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_pwm1_enable() argument
2955 amdgpu_hwmon_set_pwm1_enable(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_hwmon_set_pwm1_enable() argument
2992 amdgpu_hwmon_get_pwm1_min(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_pwm1_min() argument
2999 amdgpu_hwmon_get_pwm1_max(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_pwm1_max() argument
3006 amdgpu_hwmon_set_pwm1(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_hwmon_set_pwm1() argument
3044 amdgpu_hwmon_get_pwm1(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_pwm1() argument
3066 amdgpu_hwmon_get_fan1_input(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_fan1_input() argument
3088 amdgpu_hwmon_get_fan1_min(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_fan1_min() argument
3105 amdgpu_hwmon_get_fan1_max(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_fan1_max() argument
3122 amdgpu_hwmon_get_fan1_target(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_fan1_target() argument
3144 amdgpu_hwmon_set_fan1_target(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_hwmon_set_fan1_target() argument
3181 amdgpu_hwmon_get_fan1_enable(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_get_fan1_enable() argument
3203 amdgpu_hwmon_set_fan1_enable(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_hwmon_set_fan1_enable() argument
3238 amdgpu_hwmon_show_vddgfx(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddgfx() argument
3255 amdgpu_hwmon_show_vddboard(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddboard() argument
3272 amdgpu_hwmon_show_vddgfx_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddgfx_label() argument
3279 amdgpu_hwmon_show_vddboard_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddboard_label() argument
3285 amdgpu_hwmon_show_vddnb(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddnb() argument
3306 amdgpu_hwmon_show_vddnb_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_vddnb_label() argument
3331 amdgpu_hwmon_show_power_avg(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_avg() argument
3344 amdgpu_hwmon_show_power_input(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_input() argument
3357 amdgpu_hwmon_show_power_cap_generic(struct device * dev,struct device_attribute * attr,char * buf,enum pp_power_limit_level pp_limit_level) amdgpu_hwmon_show_power_cap_generic() argument
3385 amdgpu_hwmon_show_power_cap_min(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_cap_min() argument
3392 amdgpu_hwmon_show_power_cap_max(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_cap_max() argument
3400 amdgpu_hwmon_show_power_cap(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_cap() argument
3408 amdgpu_hwmon_show_power_cap_default(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_cap_default() argument
3416 amdgpu_hwmon_show_power_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_power_label() argument
3433 amdgpu_hwmon_set_power_cap(struct device * dev,struct device_attribute * attr,const char * buf,size_t count) amdgpu_hwmon_set_power_cap() argument
3463 amdgpu_hwmon_show_sclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_sclk() argument
3480 amdgpu_hwmon_show_sclk_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_sclk_label() argument
3487 amdgpu_hwmon_show_mclk(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_mclk() argument
3504 amdgpu_hwmon_show_mclk_label(struct device * dev,struct device_attribute * attr,char * buf) amdgpu_hwmon_show_mclk_label() argument
3695 hwmon_attributes_visible(struct kobject * kobj,struct attribute * attr,int index) hwmon_attributes_visible() argument
4052 fan_curve_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fan_curve_show() argument
4062 fan_curve_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) fan_curve_store() argument
4110 acoustic_limit_threshold_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) acoustic_limit_threshold_show() argument
4120 acoustic_limit_threshold_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) acoustic_limit_threshold_store() argument
4170 acoustic_target_threshold_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) acoustic_target_threshold_show() argument
4180 acoustic_target_threshold_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) acoustic_target_threshold_store() argument
4231 fan_target_temperature_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fan_target_temperature_show() argument
4241 fan_target_temperature_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) fan_target_temperature_store() argument
4290 fan_minimum_pwm_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fan_minimum_pwm_show() argument
4300 fan_minimum_pwm_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) fan_minimum_pwm_store() argument
4344 fan_zero_rpm_enable_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fan_zero_rpm_enable_show() argument
4354 fan_zero_rpm_enable_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) fan_zero_rpm_enable_store() argument
4401 fan_zero_rpm_stop_temp_show(struct kobject * kobj,struct kobj_attribute * attr,char * buf) fan_zero_rpm_stop_temp_show() argument
4411 fan_zero_rpm_stop_temp_store(struct kobject * kobj,struct kobj_attribute * attr,const char * buf,size_t count) fan_zero_rpm_stop_temp_store() argument
[all...]

12345678910>>...88