/kernel/linux/linux-5.10/fs/proc/ |
H A D | proc_tty.c | 138 !driver->ops->proc_show) in proc_tty_register_driver() 142 driver->ops->proc_show, driver); in proc_tty_register_driver()
|
H A D | internal.h | 87 int (*proc_show)(struct seq_file *m, member
|
H A D | base.c | 156 { .proc_show = show } ) 784 ret = PROC_I(inode)->op.proc_show(m, ns, pid, task); in proc_single_show()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | proc_tty.c | 136 !driver->ops->proc_show) in proc_tty_register_driver() 140 driver->ops->proc_show, driver); in proc_tty_register_driver()
|
H A D | internal.h | 92 int (*proc_show)(struct seq_file *m, member
|
H A D | base.c | 160 { .proc_show = show } ) 789 ret = PROC_I(inode)->op.proc_show(m, ns, pid, task); in proc_single_show()
|
/kernel/linux/linux-5.10/include/linux/isdn/ |
H A D | capilli.h | 53 int (*proc_show)(struct seq_file *, void *); member
|
/kernel/linux/linux-6.6/include/linux/isdn/ |
H A D | capilli.h | 53 int (*proc_show)(struct seq_file *, void *); member
|
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/ |
H A D | console.c | 101 .proc_show = rs_proc_show,
|
/kernel/linux/linux-5.10/arch/xtensa/platforms/iss/ |
H A D | console.c | 166 .proc_show = rs_proc_show,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tty_driver.h | 290 int (*proc_show)(struct seq_file *, void *); member
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.h | 180 void (*proc_show)(struct seq_file *m, void *data); member
|
H A D | fwserial.c | 1428 (*port->fwcon_ops->proc_show)(m, port->con_data); in fwtty_debugfs_show_port() 1527 .proc_show = fwtty_proc_show,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tty_driver.h | 338 * @proc_show: ``int ()(struct seq_file *m, void *driver)`` 393 int (*proc_show)(struct seq_file *m, void *driver); member
|
/kernel/linux/linux-5.10/drivers/isdn/capi/ |
H A D | kcapi.c | 453 ctr->proc_show, ctr); in attach_capi_ctr()
|
/kernel/linux/linux-5.10/net/bluetooth/cmtp/ |
H A D | capi.c | 562 session->ctrl.proc_show = cmtp_proc_show; in cmtp_attach_device()
|
/kernel/linux/linux-6.6/drivers/isdn/capi/ |
H A D | kcapi.c | 453 ctr->proc_show, ctr); in attach_capi_ctr()
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | capi.c | 562 session->ctrl.proc_show = cmtp_proc_show; in cmtp_attach_device()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_uart.c | 1031 .proc_show = sdio_uart_proc_show,
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_uart.c | 1017 .proc_show = sdio_uart_proc_show,
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | amiserial.c | 1503 .proc_show = rs_proc_show,
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | usb-serial.c | 1202 .proc_show = serial_proc_show,
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | amiserial.c | 1454 .proc_show = rs_proc_show,
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | usb-serial.c | 1315 .proc_show = serial_proc_show,
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 97 static int proc_show(struct seq_file *m, void *unused); 6530 static int proc_show(struct seq_file *m, void *unused) in proc_show() function
|