Home
last modified time | relevance | path

Searched refs:sysfs_emit_at (Results 1 - 25 of 119) sorted by relevance

12345

/kernel/linux/linux-6.6/drivers/media/common/siano/
H A Dsmsdvb-debugfs.c48 n += sysfs_emit_at(buf, n, "is_rf_locked = %d\n", p->is_rf_locked); in smsdvb_print_dvb_stats()
49 n += sysfs_emit_at(buf, n, "is_demod_locked = %d\n", p->is_demod_locked); in smsdvb_print_dvb_stats()
50 n += sysfs_emit_at(buf, n, "is_external_lna_on = %d\n", p->is_external_lna_on); in smsdvb_print_dvb_stats()
51 n += sysfs_emit_at(buf, n, "SNR = %d\n", p->SNR); in smsdvb_print_dvb_stats()
52 n += sysfs_emit_at(buf, n, "ber = %d\n", p->ber); in smsdvb_print_dvb_stats()
53 n += sysfs_emit_at(buf, n, "FIB_CRC = %d\n", p->FIB_CRC); in smsdvb_print_dvb_stats()
54 n += sysfs_emit_at(buf, n, "ts_per = %d\n", p->ts_per); in smsdvb_print_dvb_stats()
55 n += sysfs_emit_at(buf, n, "MFER = %d\n", p->MFER); in smsdvb_print_dvb_stats()
56 n += sysfs_emit_at(buf, n, "RSSI = %d\n", p->RSSI); in smsdvb_print_dvb_stats()
57 n += sysfs_emit_at(bu in smsdvb_print_dvb_stats()
[all...]
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H A Dshpchp_sysfs.c35 len += sysfs_emit_at(buf, len, "Free resources: memory\n"); in show_ctrl()
39 len += sysfs_emit_at(buf, len, in show_ctrl()
45 len += sysfs_emit_at(buf, len, "Free resources: prefetchable memory\n"); in show_ctrl()
49 len += sysfs_emit_at(buf, len, in show_ctrl()
55 len += sysfs_emit_at(buf, len, "Free resources: IO\n"); in show_ctrl()
58 len += sysfs_emit_at(buf, len, in show_ctrl()
64 len += sysfs_emit_at(buf, len, "Free resources: bus numbers\n"); in show_ctrl()
70 len += sysfs_emit_at(buf, len, in show_ctrl()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dzcrypt_cex4.c126 n += sysfs_emit_at(buf, n, "AES NEW: %s 0x%016llx\n", in cca_mkvps_show()
130 n += sysfs_emit_at(buf, n, "AES NEW: - -\n"); in cca_mkvps_show()
133 n += sysfs_emit_at(buf, n, "AES CUR: %s 0x%016llx\n", in cca_mkvps_show()
137 n += sysfs_emit_at(buf, n, "AES CUR: - -\n"); in cca_mkvps_show()
140 n += sysfs_emit_at(buf, n, "AES OLD: %s 0x%016llx\n", in cca_mkvps_show()
144 n += sysfs_emit_at(buf, n, "AES OLD: - -\n"); in cca_mkvps_show()
147 n += sysfs_emit_at(buf, n, "APKA NEW: %s 0x%016llx\n", in cca_mkvps_show()
151 n += sysfs_emit_at(buf, n, "APKA NEW: - -\n"); in cca_mkvps_show()
154 n += sysfs_emit_at(buf, n, "APKA CUR: %s 0x%016llx\n", in cca_mkvps_show()
158 n += sysfs_emit_at(bu in cca_mkvps_show()
[all...]
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dmspro_block.c263 rc += sysfs_emit_at(buffer, rc, "%02x ", in mspro_block_attr_show_default()
293 rc += sysfs_emit_at(buffer, rc, "class: %x\n", x_sys->class); in mspro_block_attr_show_sysinfo()
294 rc += sysfs_emit_at(buffer, rc, "block size: %x\n", be16_to_cpu(x_sys->block_size)); in mspro_block_attr_show_sysinfo()
295 rc += sysfs_emit_at(buffer, rc, "block count: %x\n", be16_to_cpu(x_sys->block_count)); in mspro_block_attr_show_sysinfo()
296 rc += sysfs_emit_at(buffer, rc, "user block count: %x\n", in mspro_block_attr_show_sysinfo()
298 rc += sysfs_emit_at(buffer, rc, "page size: %x\n", be16_to_cpu(x_sys->page_size)); in mspro_block_attr_show_sysinfo()
299 rc += sysfs_emit_at(buffer, rc, "assembly date: GMT%+d:%d %04u-%02u-%02u %02u:%02u:%02u\n", in mspro_block_attr_show_sysinfo()
305 rc += sysfs_emit_at(buffer, rc, "serial number: %x\n", be32_to_cpu(x_sys->serial_number)); in mspro_block_attr_show_sysinfo()
306 rc += sysfs_emit_at(buffer, rc, "assembly maker code: %x\n", x_sys->assembly_maker_code); in mspro_block_attr_show_sysinfo()
307 rc += sysfs_emit_at(buffe in mspro_block_attr_show_sysinfo()
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
H A Dspmobj-attributes.c168 len += sysfs_emit_at(buf, len, "{\n"); in status_show()
169 len += sysfs_emit_at(buf, len, "\t\"State\": \"%s\",\n", in status_show()
171 len += sysfs_emit_at(buf, len, "\t\"Version\": \"%d.%d\"", in status_show()
179 len += sysfs_emit_at(buf, len, "\n"); in status_show()
182 len += sysfs_emit_at(buf, len, ",\n"); in status_show()
185 len += sysfs_emit_at(buf, len, "\t\"Nonce\": %d,\n", data.nonce); in status_show()
186 len += sysfs_emit_at(buf, len, "\t\"FeaturesInUse\": %d,\n", data.features); in status_show()
187 len += sysfs_emit_at(buf, len, "\t\"EndorsementKeyMod\": \""); in status_show()
190 len += sysfs_emit_at(buf, len, " %u", data.kek_mod[i]); in status_show()
192 len += sysfs_emit_at(bu in status_show()
[all...]
/kernel/linux/linux-6.6/drivers/acpi/
H A Dfan_attr.c30 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
32 count += sysfs_emit_at(buf, count, "%lld:", fps->trip_point); in show_state()
35 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
37 count += sysfs_emit_at(buf, count, "%lld:", fps->speed); in show_state()
40 count += sysfs_emit_at(buf, count, "not-defined:"); in show_state()
42 count += sysfs_emit_at(buf, count, "%lld:", fps->noise_level * 100); in show_state()
45 count += sysfs_emit_at(buf, count, "not-defined\n"); in show_state()
47 count += sysfs_emit_at(buf, count, "%lld\n", fps->power); in show_state()
H A Dplatform_profile.c43 len += sysfs_emit_at(buf, len, "%s", profile_names[i]); in platform_profile_choices_show()
45 len += sysfs_emit_at(buf, len, " %s", profile_names[i]); in platform_profile_choices_show()
47 len += sysfs_emit_at(buf, len, "\n"); in platform_profile_choices_show()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_sysfs.c30 count += sysfs_emit_at(buf, count, in reboot_show()
32 count += sysfs_emit_at(buf, count, " [at-shutdown]\n"); in reboot_show()
140 count += sysfs_emit_at(buf, count, "RO version: %s\n", r_ver->version_string_ro); in version_show()
141 count += sysfs_emit_at(buf, count, "RW version: %s\n", r_ver->version_string_rw); in version_show()
142 count += sysfs_emit_at(buf, count, "Firmware copy: %s\n", in version_show()
151 count += sysfs_emit_at(buf, count, in version_show()
156 count += sysfs_emit_at(buf, count, "Build info: %s\n", msg->data); in version_show()
164 count += sysfs_emit_at(buf, count, in version_show()
173 count += sysfs_emit_at(buf, count, "Chip vendor: %s\n", r_chip->vendor); in version_show()
174 count += sysfs_emit_at(bu in version_show()
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/
H A Discsi_target_configfs.c511 rb += sysfs_emit_at(page, rb, "No active iSCSI Session for Initiator" in lio_target_nacl_info_show()
516 rb += sysfs_emit_at(page, rb, "InitiatorName: %s\n", in lio_target_nacl_info_show()
518 rb += sysfs_emit_at(page, rb, "InitiatorAlias: %s\n", in lio_target_nacl_info_show()
521 rb += sysfs_emit_at(page, rb, in lio_target_nacl_info_show()
524 rb += sysfs_emit_at(page, rb, "SessionType: %s\n", in lio_target_nacl_info_show()
527 rb += sysfs_emit_at(page, rb, "Session State: "); in lio_target_nacl_info_show()
530 rb += sysfs_emit_at(page, rb, "TARG_SESS_FREE\n"); in lio_target_nacl_info_show()
533 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_ACTIVE\n"); in lio_target_nacl_info_show()
536 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_LOGGED_IN\n"); in lio_target_nacl_info_show()
539 rb += sysfs_emit_at(pag in lio_target_nacl_info_show()
[all...]
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_configfs.c536 rb += sysfs_emit_at(page, rb, "No active iSCSI Session for Initiator" in lio_target_nacl_info_show()
541 rb += sysfs_emit_at(page, rb, "InitiatorName: %s\n", in lio_target_nacl_info_show()
543 rb += sysfs_emit_at(page, rb, "InitiatorAlias: %s\n", in lio_target_nacl_info_show()
546 rb += sysfs_emit_at(page, rb, in lio_target_nacl_info_show()
549 rb += sysfs_emit_at(page, rb, "SessionType: %s\n", in lio_target_nacl_info_show()
552 rb += sysfs_emit_at(page, rb, "Session State: "); in lio_target_nacl_info_show()
555 rb += sysfs_emit_at(page, rb, "TARG_SESS_FREE\n"); in lio_target_nacl_info_show()
558 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_ACTIVE\n"); in lio_target_nacl_info_show()
561 rb += sysfs_emit_at(page, rb, "TARG_SESS_STATE_LOGGED_IN\n"); in lio_target_nacl_info_show()
564 rb += sysfs_emit_at(pag in lio_target_nacl_info_show()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dcyan_skillfish_ppt.c305 size += sysfs_emit_at(buf, size,"%s:\n", "OD_SCLK"); in cyan_skillfish_print_clk_levels()
306 size += sysfs_emit_at(buf, size, "0: %uMhz *\n", cur_value); in cyan_skillfish_print_clk_levels()
312 size += sysfs_emit_at(buf, size,"%s:\n", "OD_VDDC"); in cyan_skillfish_print_clk_levels()
313 size += sysfs_emit_at(buf, size, "0: %umV *\n", cur_value); in cyan_skillfish_print_clk_levels()
316 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in cyan_skillfish_print_clk_levels()
317 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in cyan_skillfish_print_clk_levels()
319 size += sysfs_emit_at(buf, size, "VDDC: %7umV %10umV\n", in cyan_skillfish_print_clk_levels()
330 size += sysfs_emit_at(buf, size, "0: %uMhz *\n", cur_value); in cyan_skillfish_print_clk_levels()
343 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", CYAN_SKILLFISH_SCLK_MIN, in cyan_skillfish_print_clk_levels()
345 size += sysfs_emit_at(bu in cyan_skillfish_print_clk_levels()
[all...]
H A Dnavi10_ppt.c1300 *offset += sysfs_emit_at(buf, *offset, in navi10_emit_clk_levels()
1328 *offset += sysfs_emit_at(buf, *offset, in navi10_emit_clk_levels()
1339 *offset += sysfs_emit_at(buf, *offset, "%d: %s %s %dMhz %s\n", i, in navi10_emit_clk_levels()
1361 *offset += sysfs_emit_at(buf, *offset, "OD_SCLK:\n0: %uMhz\n1: %uMhz\n", in navi10_emit_clk_levels()
1369 *offset += sysfs_emit_at(buf, *offset, "OD_MCLK:\n1: %uMHz\n", od_table->UclkFmax); in navi10_emit_clk_levels()
1376 *offset += sysfs_emit_at(buf, *offset, "OD_VDDC_CURVE:\n"); in navi10_emit_clk_levels()
1391 *offset += sysfs_emit_at(buf, *offset, "%d: %uMHz %umV\n", in navi10_emit_clk_levels()
1399 *offset += sysfs_emit_at(buf, *offset, "%s:\n", "OD_RANGE"); in navi10_emit_clk_levels()
1406 *offset += sysfs_emit_at(buf, *offset, "SCLK: %7uMhz %10uMhz\n", in navi10_emit_clk_levels()
1413 *offset += sysfs_emit_at(bu in navi10_emit_clk_levels()
[all...]
H A Dvangogh_ppt.c604 size += sysfs_emit_at(buf, size, "%s:\n", "OD_SCLK"); in vangogh_print_legacy_clk_levels()
605 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in vangogh_print_legacy_clk_levels()
607 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in vangogh_print_legacy_clk_levels()
613 size += sysfs_emit_at(buf, size, "CCLK_RANGE in Core%d:\n", smu->cpu_core_id_select); in vangogh_print_legacy_clk_levels()
614 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in vangogh_print_legacy_clk_levels()
616 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in vangogh_print_legacy_clk_levels()
622 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in vangogh_print_legacy_clk_levels()
623 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in vangogh_print_legacy_clk_levels()
625 size += sysfs_emit_at(buf, size, "CCLK: %7uMhz %10uMhz\n", in vangogh_print_legacy_clk_levels()
669 size += sysfs_emit_at(bu in vangogh_print_legacy_clk_levels()
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dcpufreq_stats.c131 len += sysfs_emit_at(buf, len, " From : To\n"); in show_trans_table()
132 len += sysfs_emit_at(buf, len, " : "); in show_trans_table()
136 len += sysfs_emit_at(buf, len, "%9u ", stats->freq_table[i]); in show_trans_table()
141 len += sysfs_emit_at(buf, len, "\n"); in show_trans_table()
147 len += sysfs_emit_at(buf, len, "%9u: ", stats->freq_table[i]); in show_trans_table()
158 len += sysfs_emit_at(buf, len, "%9u ", count); in show_trans_table()
162 len += sysfs_emit_at(buf, len, "\n"); in show_trans_table()
/kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c95 len += sysfs_emit_at(buf, len, " Per VF:"); in config_show()
100 len += sysfs_emit_at(buf, len, "%s %d %s", in config_show()
106 len += sysfs_emit_at(buf, len, "\n"); in config_show()
226 len += sysfs_emit_at(buf, len, " %s[%d]", in summary_show()
232 len += sysfs_emit_at(buf, len, "\n"); in summary_show()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore_ctl.c172 count += sysfs_emit_at(buf, count, in show_global_state()
174 count += sysfs_emit_at(buf, count, in show_global_state()
176 count += sysfs_emit_at(buf, count, in show_global_state()
179 count += sysfs_emit_at(buf, count, in show_global_state()
182 count += sysfs_emit_at(buf, count, in show_global_state()
185 count += sysfs_emit_at(buf, count, in show_global_state()
187 count += sysfs_emit_at(buf, count, in show_global_state()
189 count += sysfs_emit_at(buf, count, in show_global_state()
192 count += sysfs_emit_at(buf, count, in show_global_state()
194 count += sysfs_emit_at(bu in show_global_state()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore_ctl.c172 count += sysfs_emit_at(buf, count, in show_global_state()
174 count += sysfs_emit_at(buf, count, in show_global_state()
176 count += sysfs_emit_at(buf, count, in show_global_state()
179 count += sysfs_emit_at(buf, count, in show_global_state()
182 count += sysfs_emit_at(buf, count, in show_global_state()
185 count += sysfs_emit_at(buf, count, in show_global_state()
187 count += sysfs_emit_at(buf, count, in show_global_state()
189 count += sysfs_emit_at(buf, count, in show_global_state()
192 count += sysfs_emit_at(buf, count, in show_global_state()
194 count += sysfs_emit_at(bu in show_global_state()
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dcpu.c291 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline()
296 len += sysfs_emit_at(buf, len, ","); in print_cpus_offline()
299 len += sysfs_emit_at(buf, len, "%u", nr_cpu_ids); in print_cpus_offline()
301 len += sysfs_emit_at(buf, len, "%u-%d", in print_cpus_offline()
305 len += sysfs_emit_at(buf, len, "\n"); in print_cpus_offline()
376 len += sysfs_emit_at(buf, len, in print_cpu_modalias()
386 len += sysfs_emit_at(buf, len, ",%04X", i); in print_cpu_modalias()
388 len += sysfs_emit_at(buf, len, "\n"); in print_cpu_modalias()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt-stats.c48 used += sysfs_emit_at(buf, used, "%d ", in rtrs_clt_stats_migration_from_cnt_to_str()
52 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_from_cnt_to_str()
67 used += sysfs_emit_at(buf, used, "%d ", s->cpu_migr.to); in rtrs_clt_stats_migration_to_cnt_to_str()
70 used += sysfs_emit_at(buf, used, "\n"); in rtrs_clt_stats_migration_to_cnt_to_str()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_7_ppt.c1155 size += sysfs_emit_at(buf, size, "unavailable\n"); in smu_v13_0_7_print_clk_levels()
1213 size += sysfs_emit_at(buf, size, "0: %uMhz\n", in smu_v13_0_7_print_clk_levels()
1215 size += sysfs_emit_at(buf, size, "1: %uMhz *\n", in smu_v13_0_7_print_clk_levels()
1217 size += sysfs_emit_at(buf, size, "2: %uMhz\n", in smu_v13_0_7_print_clk_levels()
1220 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1223 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1229 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", in smu_v13_0_7_print_clk_levels()
1249 size += sysfs_emit_at(buf, size, "%d: %s %s %dMhz %s\n", i, in smu_v13_0_7_print_clk_levels()
1271 size += sysfs_emit_at(buf, size, "OD_SCLK:\n"); in smu_v13_0_7_print_clk_levels()
1272 size += sysfs_emit_at(bu in smu_v13_0_7_print_clk_levels()
[all...]
H A Dsmu_v13_0_5_ppt.c885 size += sysfs_emit_at(buf, size, "%s:\n", "OD_SCLK"); in smu_v13_0_5_print_clk_levels()
886 size += sysfs_emit_at(buf, size, "0: %10uMhz\n", in smu_v13_0_5_print_clk_levels()
888 size += sysfs_emit_at(buf, size, "1: %10uMhz\n", in smu_v13_0_5_print_clk_levels()
892 size += sysfs_emit_at(buf, size, "%s:\n", "OD_RANGE"); in smu_v13_0_5_print_clk_levels()
893 size += sysfs_emit_at(buf, size, "SCLK: %7uMhz %10uMhz\n", in smu_v13_0_5_print_clk_levels()
914 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", i, value, in smu_v13_0_5_print_clk_levels()
931 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", min, in smu_v13_0_5_print_clk_levels()
933 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_5_print_clk_levels()
936 size += sysfs_emit_at(buf, size, "2: %uMhz %s\n", max, in smu_v13_0_5_print_clk_levels()
H A Dsmu_v13_0_0_ppt.c1174 size += sysfs_emit_at(buf, size, "unavailable\n"); in smu_v13_0_0_print_clk_levels()
1232 size += sysfs_emit_at(buf, size, "0: %uMhz\n", in smu_v13_0_0_print_clk_levels()
1234 size += sysfs_emit_at(buf, size, "1: %uMhz *\n", in smu_v13_0_0_print_clk_levels()
1236 size += sysfs_emit_at(buf, size, "2: %uMhz\n", in smu_v13_0_0_print_clk_levels()
1239 size += sysfs_emit_at(buf, size, "0: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1242 size += sysfs_emit_at(buf, size, "1: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1248 size += sysfs_emit_at(buf, size, "%d: %uMhz %s\n", in smu_v13_0_0_print_clk_levels()
1268 size += sysfs_emit_at(buf, size, "%d: %s %s %dMhz %s\n", i, in smu_v13_0_0_print_clk_levels()
1290 size += sysfs_emit_at(buf, size, "OD_SCLK:\n"); in smu_v13_0_0_print_clk_levels()
1291 size += sysfs_emit_at(bu in smu_v13_0_0_print_clk_levels()
[all...]
/kernel/linux/linux-5.10/drivers/base/
H A Dcpu.c283 len += sysfs_emit_at(buf, len, "%*pbl", cpumask_pr_args(offline)); in print_cpus_offline()
288 len += sysfs_emit_at(buf, len, ","); in print_cpus_offline()
291 len += sysfs_emit_at(buf, len, "%u", nr_cpu_ids); in print_cpus_offline()
293 len += sysfs_emit_at(buf, len, "%u-%d", in print_cpus_offline()
297 len += sysfs_emit_at(buf, len, "\n"); in print_cpus_offline()
358 len += sysfs_emit_at(buf, len, in print_cpu_modalias()
368 len += sysfs_emit_at(buf, len, ",%04X", i); in print_cpu_modalias()
370 len += sysfs_emit_at(buf, len, "\n"); in print_cpu_modalias()
H A Dnode.c377 len = sysfs_emit_at(buf, len, in node_read_meminfo()
404 len += sysfs_emit_at(buf, len, in node_read_meminfo()
414 len += sysfs_emit_at(buf, len, in node_read_meminfo()
509 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat()
515 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat()
521 len += sysfs_emit_at(buf, len, "%s %lu\n", in node_read_vmstat()
543 len += sysfs_emit_at(buf, len, "%s%d", in node_read_distance()
547 len += sysfs_emit_at(buf, len, "\n"); in node_read_distance()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/
H A Ddell-wmi-privacy.c148 len += sysfs_emit_at(buf, len, "[%s] [supported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
150 len += sysfs_emit_at(buf, len, "[%s] [unsupported]\n", privacy_types[type]); in dell_privacy_supported_type_show()
169 len += sysfs_emit_at(buf, len, "[%s] [unmuted]\n", privacy_types[type]); in dell_privacy_current_state_show()
171 len += sysfs_emit_at(buf, len, "[%s] [muted]\n", privacy_types[type]); in dell_privacy_current_state_show()

Completed in 28 milliseconds

12345