/linux/drivers/media/cec/core/ |
H A 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/drivers/media/platform/st/sti/bdisp/ |
H A 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/drivers/vdpa/pds/ |
H A D | debugfs.c | 37 seq_puts(seq, "status:"); in print_status_bits() 44 seq_puts(seq, "\n"); in print_status_bits() 51 seq_puts(seq, "features:"); in print_feature_bits_all() 58 seq_puts(seq, " VIRTIO_NET_F_CSUM"); in print_feature_bits_all() 61 seq_puts(seq, " VIRTIO_NET_F_GUEST_CSUM"); in print_feature_bits_all() 64 seq_puts(seq, " VIRTIO_NET_F_CTRL_GUEST_OFFLOADS"); in print_feature_bits_all() 67 seq_puts(seq, " VIRTIO_NET_F_MTU"); in print_feature_bits_all() 70 seq_puts(seq, " VIRTIO_NET_F_MAC"); in print_feature_bits_all() 73 seq_puts(seq, " VIRTIO_NET_F_GUEST_TSO4"); in print_feature_bits_all() 76 seq_puts(seq, " VIRTIO_NET_F_GUEST_TSO6"); in print_feature_bits_all() [all …]
|
/linux/drivers/platform/x86/intel/telemetry/ |
H A 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/arch/powerpc/mm/ptdump/ |
H A 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 …]
|
H A D | segment_regs.c | 23 seq_puts(m, "No Exec "); in seg_show() 26 seq_puts(m, "\n"); in seg_show() 33 seq_puts(m, "---[ User Segments ]---\n"); in sr_show() 37 seq_puts(m, "\n---[ Kernel Segments ]---\n"); in sr_show()
|
/linux/fs/proc/ |
H A 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 …]
|
H A D | array.c | 181 seq_puts(m, "State:\t"); in task_state() 182 seq_puts(m, get_task_state(p)); in task_state() 199 seq_puts(m, "\nGroups:\t"); in task_state() 209 seq_puts(m, "\nNStgid:"); in task_state() 212 seq_puts(m, "\nNSpid:"); in task_state() 215 seq_puts(m, "\nNSpgid:"); in task_state() 218 seq_puts(m, "\nNSsid:"); in task_state() 232 seq_puts(m, header); in render_sigset_t() 306 seq_puts(m, header); in render_cap_t() 343 seq_puts(m, "\nSpeculation_Store_Bypass:\t"); in task_seccomp() [all …]
|
/linux/drivers/vfio/ |
H A D | debugfs.c | 31 seq_puts(seq, "ERROR\n"); in vfio_device_state_read() 34 seq_puts(seq, "STOP\n"); in vfio_device_state_read() 37 seq_puts(seq, "RUNNING\n"); in vfio_device_state_read() 40 seq_puts(seq, "STOP_COPY\n"); in vfio_device_state_read() 43 seq_puts(seq, "RESUMING\n"); in vfio_device_state_read() 46 seq_puts(seq, "RUNNING_P2P\n"); in vfio_device_state_read() 49 seq_puts(seq, "PRE_COPY\n"); in vfio_device_state_read() 52 seq_puts(seq, "PRE_COPY_P2P\n"); in vfio_device_state_read() 55 seq_puts(seq, "Invalid\n"); in vfio_device_state_read()
|
/linux/arch/x86/kernel/ |
H A D | irq.c | 68 seq_puts(p, " Non-maskable interrupts\n"); in arch_show_interrupts() 73 seq_puts(p, " Local timer interrupts\n"); in arch_show_interrupts() 78 seq_puts(p, " Spurious interrupts\n"); in arch_show_interrupts() 82 seq_puts(p, " Performance monitoring interrupts\n"); in arch_show_interrupts() 86 seq_puts(p, " IRQ work interrupts\n"); in arch_show_interrupts() 90 seq_puts(p, " APIC ICR read retries\n"); in arch_show_interrupts() 95 seq_puts(p, " Platform interrupts\n"); in arch_show_interrupts() 102 seq_puts(p, " Rescheduling interrupts\n"); in arch_show_interrupts() 106 seq_puts(p, " Function call interrupts\n"); in arch_show_interrupts() 110 seq_puts(p, " TLB shootdowns\n"); in arch_show_interrupts() [all …]
|
/linux/drivers/dma/ptdma/ |
H A 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/fs/smb/client/ |
H A D | cifsfs.c | 460 seq_puts(s, ",addr="); in cifs_show_address() 472 seq_puts(s, "(unknown)"); in cifs_show_address() 475 seq_puts(s, ",rdma"); in cifs_show_address() 483 seq_puts(s, ",sec=none"); in cifs_show_security() 487 seq_puts(s, ",sec="); in cifs_show_security() 491 seq_puts(s, "ntlmv2"); in cifs_show_security() 494 seq_puts(s, "krb5"); in cifs_show_security() 497 seq_puts(s, "ntlmssp"); in cifs_show_security() 501 seq_puts(s, "unknown"); in cifs_show_security() 506 seq_puts(s, "i"); in cifs_show_security() [all …]
|
H A D | cifs_debug.c | 103 seq_puts(m, " type: DISK "); in cifs_debug_tcon() 105 seq_puts(m, " type: CDROM "); in cifs_debug_tcon() 114 seq_puts(m, " encrypted"); in cifs_debug_tcon() 122 seq_puts(m, " Witness"); in cifs_debug_tcon() 124 seq_puts(m, " nosparse"); in cifs_debug_tcon() 126 seq_puts(m, "\tDISCONNECTED "); in cifs_debug_tcon() 219 seq_puts(m, "\t\tCapabilities: "); in cifs_dump_iface() 221 seq_puts(m, "rdma "); in cifs_dump_iface() 223 seq_puts(m, "rss "); in cifs_dump_iface() 225 seq_puts(m, "None"); in cifs_dump_iface() [all …]
|
/linux/drivers/scsi/aic7xxx/ |
H A 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/kernel/trace/ |
H A D | trace_osnoise.c | 429 seq_puts(s, "# osnoise is tainted!\n"); in print_osnoise_headers() 431 seq_puts(s, "# _-------=> irqs-off\n"); in print_osnoise_headers() 432 seq_puts(s, "# / _------=> need-resched\n"); in print_osnoise_headers() 433 seq_puts(s, "# | / _-----=> need-resched-lazy\n"); in print_osnoise_headers() 434 seq_puts(s, "# || / _----=> hardirq/softirq\n"); in print_osnoise_headers() 435 seq_puts(s, "# ||| / _---=> preempt-depth\n"); in print_osnoise_headers() 436 seq_puts(s, "# |||| / _--=> preempt-lazy-depth\n"); in print_osnoise_headers() 437 seq_puts(s, "# ||||| / _-=> migrate-disable\n"); in print_osnoise_headers() 439 seq_puts(s, "# |||||| / "); in print_osnoise_headers() 440 seq_puts(s, " MAX\n"); in print_osnoise_headers() [all …]
|
/linux/drivers/mtd/spi-nor/ |
H A D | debugfs.c | 67 seq_puts(s, " | "); in spi_nor_print_flags() 70 seq_puts(s, names[i]); in spi_nor_print_flags() 94 seq_puts(s, "flags\t\t"); in spi_nor_params_show() 96 seq_puts(s, "\n"); in spi_nor_params_show() 98 seq_puts(s, "\nopcodes\n"); in spi_nor_params_show() 120 seq_puts(s, "\nprotocols\n"); in spi_nor_params_show() 128 seq_puts(s, "\nerase commands\n"); in spi_nor_params_show() 144 seq_puts(s, "\nsector map\n"); in spi_nor_params_show() 145 seq_puts(s, " region (in hex) | erase mask | overlaid\n"); in spi_nor_params_show() 146 seq_puts(s, " ------------------+------------+----------\n"); in spi_nor_params_show() [all …]
|
/linux/net/l2tp/ |
H A D | l2tp_debugfs.c | 204 seq_puts(m, "\n"); in l2tp_dfs_seq_session_show() 214 seq_puts(m, "\n"); in l2tp_dfs_seq_session_show() 236 seq_puts(m, "TUNNEL ID, peer ID from IP to IP\n"); in l2tp_dfs_seq_show() 237 seq_puts(m, " L2TPv2/L2TPv3, UDP/IP\n"); in l2tp_dfs_seq_show() 238 seq_puts(m, " sessions session-count, refcnt refcnt/sk->refcnt\n"); in l2tp_dfs_seq_show() 239 seq_puts(m, " debug tx-pkts/bytes/errs rx-pkts/bytes/errs\n"); in l2tp_dfs_seq_show() 240 seq_puts(m, " SESSION ID, peer ID, PWTYPE\n"); in l2tp_dfs_seq_show() 241 seq_puts(m, " refcnt cnt\n"); in l2tp_dfs_seq_show() 242 seq_puts(m, " offset OFFSET l2specific TYPE/LEN\n"); in l2tp_dfs_seq_show() 243 seq_puts(m, " [ cookie ]\n"); in l2tp_dfs_seq_show() [all …]
|
/linux/fs/ |
H A D | proc_namespace.c | 58 seq_puts(m, fs_infop->str); in show_sb_opts() 80 seq_puts(m, fs_infop->str); in show_vfsmnt_opts() 84 seq_puts(m, ",idmapped"); in show_vfsmnt_opts() 123 seq_puts(m, __mnt_is_readonly(mnt) ? " ro" : " rw"); in show_vfsmnt() 130 seq_puts(m, " 0 0\n"); in show_vfsmnt() 155 seq_puts(m, mnt->mnt_flags & MNT_READONLY ? " ro" : " rw"); in show_mountinfo() 169 seq_puts(m, " unbindable"); in show_mountinfo() 172 seq_puts(m, " - "); in show_mountinfo() 182 seq_puts(m, sb_rdonly(sb) ? " ro" : " rw"); in show_mountinfo() 203 seq_puts(m, "device "); in show_vfsstat() [all …]
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | debug.c | 225 seq_puts(m, "\n"); in rtw89_debug_priv_read_reg_get() 382 seq_puts(m, "\n"); in rtw89_debug_priv_rf_reg_dump_get() 384 seq_puts(m, "\n"); in rtw89_debug_priv_rf_reg_dump_get() 788 seq_puts(m, #_regd "\n"); \ 853 seq_puts(m, "[Regulatory] "); in rtw89_debug_priv_txpwr_table_get_regd() 879 seq_puts(m, "[SAR]\n"); in rtw89_debug_priv_txpwr_table_get() 882 seq_puts(m, "[TAS]\n"); in rtw89_debug_priv_txpwr_table_get() 891 seq_puts(m, "\n[TX power byrate]\n"); in rtw89_debug_priv_txpwr_table_get() 896 seq_puts(m, "\n[TX power limit]\n"); in rtw89_debug_priv_txpwr_table_get() 901 seq_puts(m, "\n[TX power limit_ru]\n"); in rtw89_debug_priv_txpwr_table_get() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A 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/arch/m68k/atari/ |
H A 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/net/kcm/ |
H A 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/drivers/block/drbd/ |
H A D | drbd_proc.c | 102 seq_puts(seq, "\t["); in drbd_syncer_progress() 108 seq_puts(seq, "] "); in drbd_syncer_progress() 111 seq_puts(seq, "verified:"); in drbd_syncer_progress() 113 seq_puts(seq, "sync'ed:"); in drbd_syncer_progress() 126 seq_puts(seq, "\n\t"); in drbd_syncer_progress() 155 seq_puts(seq, " speed: "); in drbd_syncer_progress() 157 seq_puts(seq, " ("); in drbd_syncer_progress() 168 seq_puts(seq, " -- "); in drbd_syncer_progress() 184 seq_puts(seq, " want: "); in drbd_syncer_progress()
|
/linux/fs/nfs/ |
H A D | super.c | 400 seq_puts(m, ",mountaddr=unspecified"); in nfs_show_mountd_options() 481 seq_puts(m, ",hard"); in nfs_show_mount_options() 484 seq_puts(m, nfs_infop->str); in nfs_show_mount_options() 486 seq_puts(m, nfs_infop->nostr); in nfs_show_mount_options() 508 seq_puts(m, ",xprtsec=tls"); in nfs_show_mount_options() 511 seq_puts(m, ",xprtsec=mtls"); in nfs_show_mount_options() 527 seq_puts(m, ",fsc"); in nfs_show_mount_options() 529 seq_puts(m, ",fsc"); in nfs_show_mount_options() 534 seq_puts(m, ",migration"); in nfs_show_mount_options() 538 seq_puts(m, ",lookupcache=none"); in nfs_show_mount_options() [all …]
|
/linux/drivers/hwmon/pmbus/ |
H A D | adm1266.c | 240 seq_puts(s, adm1266_names[i]); in adm1266_gpio_dbg_show() 242 seq_puts(s, " ( "); in adm1266_gpio_dbg_show() 244 seq_puts(s, "high-Z )\n"); in adm1266_gpio_dbg_show() 248 seq_puts(s, "input "); in adm1266_gpio_dbg_show() 250 seq_puts(s, "output "); in adm1266_gpio_dbg_show() 252 seq_puts(s, "open-drain )\n"); in adm1266_gpio_dbg_show() 254 seq_puts(s, "push-pull )\n"); in adm1266_gpio_dbg_show() 263 seq_puts(s, adm1266_names[ADM1266_GPIO_NR + i]); in adm1266_gpio_dbg_show() 269 seq_puts(s, " ( "); in adm1266_gpio_dbg_show() 271 seq_puts(s, "high-Z )\n"); in adm1266_gpio_dbg_show() [all …]
|