/Linux-v6.1/arch/mips/kernel/ |
D | proc.c | 83 seq_puts(m, "]\n"); in show_cpuinfo() 86 seq_puts(m, "isa\t\t\t:"); in show_cpuinfo() 88 seq_puts(m, " mips1"); in show_cpuinfo() 90 seq_puts(m, " mips2"); in show_cpuinfo() 92 seq_puts(m, " mips3"); in show_cpuinfo() 94 seq_puts(m, " mips4"); in show_cpuinfo() 96 seq_puts(m, " mips5"); in show_cpuinfo() 98 seq_puts(m, " mips32r1"); in show_cpuinfo() 100 seq_puts(m, " mips32r2"); in show_cpuinfo() 102 seq_puts(m, " mips32r5"); in show_cpuinfo() [all …]
|
/Linux-v6.1/drivers/media/cec/core/ |
D | cec-pin-error-inj.c | 243 seq_puts(sf, "any,"); in cec_pin_show_cmd() 248 seq_puts(sf, "once "); in cec_pin_show_cmd() 251 seq_puts(sf, "always "); in cec_pin_show_cmd() 254 seq_puts(sf, "toggle "); in cec_pin_show_cmd() 257 seq_puts(sf, "off "); in cec_pin_show_cmd() 267 seq_puts(sf, "# Clear error injections:\n"); in cec_pin_error_inj_show() 268 seq_puts(sf, "# clear clear all rx and tx error injections\n"); in cec_pin_error_inj_show() 269 seq_puts(sf, "# rx-clear clear all rx error injections\n"); in cec_pin_error_inj_show() 270 seq_puts(sf, "# tx-clear clear all tx error injections\n"); in cec_pin_error_inj_show() 271 seq_puts(sf, "# <op> clear clear all rx and tx error injections for <op>\n"); in cec_pin_error_inj_show() [all …]
|
/Linux-v6.1/drivers/media/platform/st/sti/bdisp/ |
D | bdisp-debug.c | 43 seq_puts(s, "SRC1=mem - "); in bdisp_dbg_dump_ins() 46 seq_puts(s, "SRC1=ColorFill - "); in bdisp_dbg_dump_ins() 49 seq_puts(s, "SRC1=copy - "); in bdisp_dbg_dump_ins() 52 seq_puts(s, "SRC1=fil - "); in bdisp_dbg_dump_ins() 55 seq_puts(s, "SRC1=??? - "); in bdisp_dbg_dump_ins() 63 seq_puts(s, "SRC2=mem - "); in bdisp_dbg_dump_ins() 66 seq_puts(s, "SRC2=ColorFill - "); in bdisp_dbg_dump_ins() 69 seq_puts(s, "SRC2=??? - "); in bdisp_dbg_dump_ins() 74 seq_puts(s, "SRC3=mem - "); in bdisp_dbg_dump_ins() 77 seq_puts(s, "IVMX - "); in bdisp_dbg_dump_ins() [all …]
|
/Linux-v6.1/arch/powerpc/mm/ptdump/ |
D | bats.c | 25 seq_puts(m, " -\n"); in bat_show_603() 38 seq_puts(m, "User "); in bat_show_603() 40 seq_puts(m, "Kernel "); in bat_show_603() 42 seq_puts(m, "Kernel/User "); in bat_show_603() 45 seq_puts(m, is_d ? "r " : " x "); in bat_show_603() 47 seq_puts(m, is_d ? "rw " : " x "); in bat_show_603() 49 seq_puts(m, is_d ? " " : " "); in bat_show_603() 51 seq_puts(m, lower & _PAGE_WRITETHRU ? "w " : " "); in bat_show_603() 52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603() 53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " "); in bat_show_603() [all …]
|
/Linux-v6.1/drivers/platform/x86/intel/telemetry/ |
D | debugfs.c | 354 seq_puts(s, "\n----------------------------------------------------\n"); in telem_pss_states_show() 355 seq_puts(s, "\tPSS TELEM EVENTLOG (Residency = field/19.2 us\n"); in telem_pss_states_show() 356 seq_puts(s, "----------------------------------------------------\n"); in telem_pss_states_show() 403 seq_puts(s, "\n--------------------------------------\n"); in telem_pss_states_show() 404 seq_puts(s, "PStates\n"); in telem_pss_states_show() 405 seq_puts(s, "--------------------------------------\n"); in telem_pss_states_show() 406 seq_puts(s, "Domain\t\t\t\tFreq(Mhz)\n"); in telem_pss_states_show() 415 seq_puts(s, "\n--------------------------------------\n"); in telem_pss_states_show() 416 seq_puts(s, "PSS IDLE Status\n"); in telem_pss_states_show() 417 seq_puts(s, "--------------------------------------\n"); in telem_pss_states_show() [all …]
|
/Linux-v6.1/arch/x86/kernel/ |
D | irq.c | 66 seq_puts(p, " Non-maskable interrupts\n"); in arch_show_interrupts() 71 seq_puts(p, " Local timer interrupts\n"); in arch_show_interrupts() 76 seq_puts(p, " Spurious interrupts\n"); in arch_show_interrupts() 80 seq_puts(p, " Performance monitoring interrupts\n"); in arch_show_interrupts() 84 seq_puts(p, " IRQ work interrupts\n"); in arch_show_interrupts() 88 seq_puts(p, " APIC ICR read retries\n"); in arch_show_interrupts() 93 seq_puts(p, " Platform interrupts\n"); in arch_show_interrupts() 100 seq_puts(p, " Rescheduling interrupts\n"); in arch_show_interrupts() 104 seq_puts(p, " Function call interrupts\n"); in arch_show_interrupts() 108 seq_puts(p, " TLB shootdowns\n"); in arch_show_interrupts() [all …]
|
/Linux-v6.1/fs/proc/ |
D | proc_tty.c | 39 seq_puts(m, "system"); in show_tty_range() 41 seq_puts(m, ":/dev/tty"); in show_tty_range() 43 seq_puts(m, ":console"); in show_tty_range() 45 seq_puts(m, ":vtmaster"); in show_tty_range() 48 seq_puts(m, "console"); in show_tty_range() 51 seq_puts(m, "serial"); in show_tty_range() 55 seq_puts(m, "pty:master"); in show_tty_range() 57 seq_puts(m, "pty:slave"); in show_tty_range() 59 seq_puts(m, "pty"); in show_tty_range() 77 seq_puts(m, "system:/dev/tty\n"); in show_tty_driver() [all …]
|
D | array.c | 180 seq_puts(m, "State:\t"); in task_state() 181 seq_puts(m, get_task_state(p)); in task_state() 198 seq_puts(m, "\nGroups:\t"); in task_state() 208 seq_puts(m, "\nNStgid:"); in task_state() 211 seq_puts(m, "\nNSpid:"); in task_state() 214 seq_puts(m, "\nNSpgid:"); in task_state() 217 seq_puts(m, "\nNSsid:"); in task_state() 229 seq_puts(m, header); in render_sigset_t() 305 seq_puts(m, header); in render_cap_t() 345 seq_puts(m, "\nSpeculation_Store_Bypass:\t"); in task_seccomp() [all …]
|
/Linux-v6.1/drivers/scsi/ |
D | aha152x.c | 2547 seq_puts(m, "not issued|"); in get_command() 2549 seq_puts(m, "selecting|"); in get_command() 2551 seq_puts(m, "disconnected|"); in get_command() 2553 seq_puts(m, "aborted|"); in get_command() 2555 seq_puts(m, "identified|"); in get_command() 2557 seq_puts(m, "completed|"); in get_command() 2559 seq_puts(m, "spiordy|"); in get_command() 2561 seq_puts(m, "syncneg|"); in get_command() 2572 seq_puts(m, "SCSISEQ( "); in get_ports() 2574 seq_puts(m, "TARGET MODE "); in get_ports() [all …]
|
/Linux-v6.1/kernel/trace/ |
D | trace_osnoise.c | 400 seq_puts(s, "# osnoise is tainted!\n"); in print_osnoise_headers() 402 seq_puts(s, "# _-------=> irqs-off\n"); in print_osnoise_headers() 403 seq_puts(s, "# / _------=> need-resched\n"); in print_osnoise_headers() 404 seq_puts(s, "# | / _-----=> need-resched-lazy\n"); in print_osnoise_headers() 405 seq_puts(s, "# || / _----=> hardirq/softirq\n"); in print_osnoise_headers() 406 seq_puts(s, "# ||| / _---=> preempt-depth\n"); in print_osnoise_headers() 407 seq_puts(s, "# |||| / _--=> preempt-lazy-depth\n"); in print_osnoise_headers() 408 seq_puts(s, "# ||||| / _-=> migrate-disable\n"); in print_osnoise_headers() 410 seq_puts(s, "# |||||| / "); in print_osnoise_headers() 411 seq_puts(s, " MAX\n"); in print_osnoise_headers() [all …]
|
/Linux-v6.1/drivers/dma/ptdma/ |
D | ptdma-debugfs.c | 35 seq_puts(s, " Engines:"); in pt_debugfs_info_show() 36 seq_puts(s, "\n"); in pt_debugfs_info_show() 67 seq_puts(s, " Enabled Interrupts:"); in pt_debugfs_queue_show() 69 seq_puts(s, " EMPTY"); in pt_debugfs_queue_show() 71 seq_puts(s, " STOPPED"); in pt_debugfs_queue_show() 73 seq_puts(s, " ERROR"); in pt_debugfs_queue_show() 75 seq_puts(s, " COMPLETION"); in pt_debugfs_queue_show() 76 seq_puts(s, "\n"); in pt_debugfs_queue_show()
|
/Linux-v6.1/fs/cifs/ |
D | cifsfs.c | 439 seq_puts(s, ",addr="); in cifs_show_address() 451 seq_puts(s, "(unknown)"); in cifs_show_address() 454 seq_puts(s, ",rdma"); in cifs_show_address() 462 seq_puts(s, ",sec=none"); in cifs_show_security() 466 seq_puts(s, ",sec="); in cifs_show_security() 470 seq_puts(s, "ntlmv2"); in cifs_show_security() 473 seq_puts(s, "krb5"); in cifs_show_security() 476 seq_puts(s, "ntlmssp"); in cifs_show_security() 480 seq_puts(s, "unknown"); in cifs_show_security() 485 seq_puts(s, "i"); in cifs_show_security() [all …]
|
D | cifs_debug.c | 99 seq_puts(m, " type: DISK "); in cifs_debug_tcon() 101 seq_puts(m, " type: CDROM "); in cifs_debug_tcon() 118 seq_puts(m, " Witness"); in cifs_debug_tcon() 120 seq_puts(m, " nosparse"); in cifs_debug_tcon() 122 seq_puts(m, "\tDISCONNECTED "); in cifs_debug_tcon() 155 seq_puts(m, "\t\tCapabilities: "); in cifs_dump_iface() 157 seq_puts(m, "rdma "); in cifs_dump_iface() 159 seq_puts(m, "rss "); in cifs_dump_iface() 166 seq_puts(m, "\t\t[for-cleanup]\n"); in cifs_dump_iface() 176 seq_puts(m, "# Version:1\n"); in cifs_debug_files_proc_show() [all …]
|
/Linux-v6.1/drivers/scsi/aic7xxx/ |
D | aic79xx_proc.c | 100 seq_puts(m, "Renegotiation Pending\n"); in ahd_format_transinfo() 122 seq_puts(m, " RDSTRM"); in ahd_format_transinfo() 126 seq_puts(m, printed_options ? "|DT" : " DT"); in ahd_format_transinfo() 130 seq_puts(m, printed_options ? "|IU" : " IU"); in ahd_format_transinfo() 134 seq_puts(m, printed_options ? "|RTI" : " RTI"); in ahd_format_transinfo() 138 seq_puts(m, printed_options ? "|QAS" : " QAS"); in ahd_format_transinfo() 145 seq_puts(m, ", "); in ahd_format_transinfo() 147 seq_puts(m, " ("); in ahd_format_transinfo() 168 seq_puts(m, "\tUser: "); in ahd_dump_target_state() 174 seq_puts(m, "\tGoal: "); in ahd_dump_target_state() [all …]
|
/Linux-v6.1/drivers/mtd/spi-nor/ |
D | debugfs.c | 64 seq_puts(s, " | "); in spi_nor_print_flags() 67 seq_puts(s, names[i]); in spi_nor_print_flags() 91 seq_puts(s, "flags\t\t"); in spi_nor_params_show() 93 seq_puts(s, "\n"); in spi_nor_params_show() 95 seq_puts(s, "\nopcodes\n"); in spi_nor_params_show() 117 seq_puts(s, "\nprotocols\n"); in spi_nor_params_show() 125 seq_puts(s, "\nerase commands\n"); in spi_nor_params_show() 141 seq_puts(s, "\nsector map\n"); in spi_nor_params_show() 142 seq_puts(s, " region (in hex) | erase mask | flags\n"); in spi_nor_params_show() 143 seq_puts(s, " ------------------+------------+----------\n"); in spi_nor_params_show() [all …]
|
/Linux-v6.1/net/l2tp/ |
D | l2tp_debugfs.c | 205 seq_puts(m, "\n"); in l2tp_dfs_seq_session_show() 215 seq_puts(m, "\n"); in l2tp_dfs_seq_session_show() 237 seq_puts(m, "TUNNEL ID, peer ID from IP to IP\n"); in l2tp_dfs_seq_show() 238 seq_puts(m, " L2TPv2/L2TPv3, UDP/IP\n"); in l2tp_dfs_seq_show() 239 seq_puts(m, " sessions session-count, refcnt refcnt/sk->refcnt\n"); in l2tp_dfs_seq_show() 240 seq_puts(m, " debug tx-pkts/bytes/errs rx-pkts/bytes/errs\n"); in l2tp_dfs_seq_show() 241 seq_puts(m, " SESSION ID, peer ID, PWTYPE\n"); in l2tp_dfs_seq_show() 242 seq_puts(m, " refcnt cnt\n"); in l2tp_dfs_seq_show() 243 seq_puts(m, " offset OFFSET l2specific TYPE/LEN\n"); in l2tp_dfs_seq_show() 244 seq_puts(m, " [ cookie ]\n"); in l2tp_dfs_seq_show() [all …]
|
/Linux-v6.1/fs/ |
D | proc_namespace.c | 58 seq_puts(m, fs_infop->str); in show_sb_opts() 80 seq_puts(m, fs_infop->str); in show_mnt_opts() 84 seq_puts(m, ",idmapped"); in show_mnt_opts() 123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt() 130 seq_puts(m, " 0 0\n"); in show_vfsmnt() 159 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo() 173 seq_puts(m, " unbindable"); in show_mountinfo() 176 seq_puts(m, " - "); in show_mountinfo() 186 seq_puts(m, sb_rdonly(sb) ? " ro" : " rw"); in show_mountinfo() 207 seq_puts(m, "device "); in show_vfsstat() [all …]
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_debugfs.c | 16 seq_puts(file, "Length: "); in mt76x02_ampdu_stat_show() 19 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show() 20 seq_puts(file, "Count: "); in mt76x02_ampdu_stat_show() 24 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show() 25 seq_puts(file, "--------"); in mt76x02_ampdu_stat_show() 27 seq_puts(file, "-----------"); in mt76x02_ampdu_stat_show() 28 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show() 58 seq_puts(file, "\n"); in mt76x02_dfs_stat_show()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | debug.c | 327 seq_puts(m, "\n"); in rtw89_debug_priv_rf_reg_dump_get() 329 seq_puts(m, "\n"); in rtw89_debug_priv_rf_reg_dump_get() 523 seq_puts(m, #_regd "\n"); \ 563 seq_puts(m, "[Regulatory] "); in rtw89_debug_priv_txpwr_table_get() 566 seq_puts(m, "[SAR]\n"); in rtw89_debug_priv_txpwr_table_get() 569 seq_puts(m, "\n[TX power byrate]\n"); in rtw89_debug_priv_txpwr_table_get() 574 seq_puts(m, "\n[TX power limit]\n"); in rtw89_debug_priv_txpwr_table_get() 579 seq_puts(m, "\n[TX power limit_ru]\n"); in rtw89_debug_priv_txpwr_table_get() 635 seq_puts(m, "Debug selected MAC page 0x00\n"); in rtw89_debug_priv_mac_reg_dump_get() 640 seq_puts(m, "Debug selected MAC page 0x30\n"); in rtw89_debug_priv_mac_reg_dump_get() [all …]
|
/Linux-v6.1/drivers/net/ethernet/qualcomm/ |
D | qca_debug.c | 78 seq_puts(s, "TX ring state : "); in qcaspi_info_show() 81 seq_puts(s, "empty"); in qcaspi_info_show() 83 seq_puts(s, "full"); in qcaspi_info_show() 85 seq_puts(s, "in use"); in qcaspi_info_show() 87 seq_puts(s, "\n"); in qcaspi_info_show() 96 seq_puts(s, "QCASPI_SYNC_UNKNOWN"); in qcaspi_info_show() 99 seq_puts(s, "QCASPI_SYNC_RESET"); in qcaspi_info_show() 102 seq_puts(s, "QCASPI_SYNC_READY"); in qcaspi_info_show() 105 seq_puts(s, "INVALID"); in qcaspi_info_show() 108 seq_puts(s, ")\n"); in qcaspi_info_show()
|
/Linux-v6.1/arch/m68k/atari/ |
D | nvram.c | 191 seq_puts(seq, "Boot preference : "); in atari_nvram_proc_read() 202 seq_puts(seq, "SCSI host ID : "); in atari_nvram_proc_read() 206 seq_puts(seq, "n/a\n"); in atari_nvram_proc_read() 211 seq_puts(seq, "OS language : "); in atari_nvram_proc_read() 216 seq_puts(seq, "Keyboard language: "); in atari_nvram_proc_read() 221 seq_puts(seq, "Date format : "); in atari_nvram_proc_read() 225 seq_puts(seq, "Boot delay : "); in atari_nvram_proc_read() 227 seq_puts(seq, "default\n"); in atari_nvram_proc_read()
|
/Linux-v6.1/drivers/gpu/drm/sti/ |
D | sti_mixer.c | 87 seq_puts(s, "\tEnabled: "); in mixer_dbg_ctl() 98 seq_puts(s, "CURS "); in mixer_dbg_ctl() 102 seq_puts(s, "Nothing"); in mixer_dbg_ctl() 109 seq_puts(s, "\tDepth: "); in mixer_dbg_crb() 113 seq_puts(s, "VID0"); in mixer_dbg_crb() 116 seq_puts(s, "VID1"); in mixer_dbg_crb() 119 seq_puts(s, "GDP0"); in mixer_dbg_crb() 122 seq_puts(s, "GDP1"); in mixer_dbg_crb() 125 seq_puts(s, "GDP2"); in mixer_dbg_crb() 128 seq_puts(s, "GDP3"); in mixer_dbg_crb() [all …]
|
/Linux-v6.1/drivers/thunderbolt/ |
D | debugfs.c | 345 seq_puts(s, "# hardware margining: yes\n"); in margining_caps_show() 346 seq_puts(s, "# minimum BER level contour: "); in margining_caps_show() 348 seq_puts(s, "# maximum BER level contour: "); in margining_caps_show() 351 seq_puts(s, "# hardware margining: no\n"); in margining_caps_show() 363 seq_puts(s, "# returns minimum between high and low voltage margins\n"); in margining_caps_show() 366 seq_puts(s, "# returns high or low voltage margin\n"); in margining_caps_show() 369 seq_puts(s, "# returns both high and low margins\n"); in margining_caps_show() 374 seq_puts(s, "# time margining: yes\n"); in margining_caps_show() 380 seq_puts(s, "# returns minimum between left and right time margins\n"); in margining_caps_show() 383 seq_puts(s, "# returns left or right margin\n"); in margining_caps_show() [all …]
|
/Linux-v6.1/net/kcm/ |
D | kcmproc.c | 106 seq_puts(seq, "\n"); in kcm_format_mux_header() 128 seq_puts(seq, "TxWait "); in kcm_format_sock() 131 seq_puts(seq, "WMore "); in kcm_format_sock() 134 seq_puts(seq, "RxWait "); in kcm_format_sock() 136 seq_puts(seq, "\n"); in kcm_format_sock() 155 seq_puts(seq, "Done "); in kcm_format_psock() 158 seq_puts(seq, "TxStop "); in kcm_format_psock() 161 seq_puts(seq, "RxStop "); in kcm_format_psock() 176 seq_puts(seq, "RxPause "); in kcm_format_psock() 179 seq_puts(seq, "RdyRx "); in kcm_format_psock() [all …]
|
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | debugfs.c | 216 seq_puts(file, "Please enable muru_debug first.\n"); in mt7915_muru_stats_show() 227 seq_puts(file, "[Non-HE]\nDownlink\nData Type: "); in mt7915_muru_stats_show() 233 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show() 241 seq_puts(file, "\nDownlink MU-MIMO\nData Type: "); in mt7915_muru_stats_show() 246 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show() 269 seq_puts(file, "\n\n[HE]\nDownlink\nData Type: "); in mt7915_muru_stats_show() 274 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show() 279 seq_puts(file, "\nDownlink MU-MIMO\nData Type: "); in mt7915_muru_stats_show() 284 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show() 290 seq_puts(file, "\nDownlink OFDMA\nData Type: "); in mt7915_muru_stats_show() [all …]
|