Home
last modified time | relevance | path

Searched refs:show_state (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/drivers/i2c/busses/
Di2c-pxa.c301 #define show_state(i2c) i2c_pxa_show_state(i2c, __LINE__, __func__) macro
326 #define show_state(i2c) do { } while (0) macro
358 show_state(i2c); in i2c_pxa_abort()
377 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
381 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
444 show_state(i2c); in i2c_pxa_wait_slave()
473 show_state(i2c); in i2c_pxa_set_slave()
727 show_state(i2c); in i2c_pxa_pio_set_master()
731 show_state(i2c); in i2c_pxa_pio_set_master()
1032 show_state(i2c); in i2c_pxa_irq_txempty()
[all …]
/Linux-v5.4/include/linux/sched/
Ddebug.h19 static inline void show_state(void) in show_state() function
/Linux-v5.4/arch/sh/kernel/
Dnmi_debug.c30 show_state(); in nmi_debug_notify()
Dtraps_64.c806 show_state(); in do_debug_interrupt()
/Linux-v5.4/drivers/s390/net/
Dqeth_l2_sys.c14 int show_state) in qeth_bridge_port_role_state_show() argument
33 if (show_state) in qeth_bridge_port_role_state_show()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_debugfs.c307 unsigned int show_state = 0; in seq_print_resource_transfer_log_summary() local
348 if ((tmp & show_state) == tmp) in seq_print_resource_transfer_log_summary()
350 show_state |= tmp; in seq_print_resource_transfer_log_summary()
353 if (show_state == 0x1f) in seq_print_resource_transfer_log_summary()
/Linux-v5.4/tools/perf/
Dbuiltin-sched.c239 bool show_state; member
1945 if (sched->show_state) in timehist_header()
1961 if (sched->show_state) in timehist_header()
1978 if (sched->show_state) in timehist_header()
2038 if (sched->show_state) in timehist_print_sample()
2720 if (stats->sched->show_state) in __show_thread_runtime()
2817 } else if (sched->show_state) { in timehist_print_summary()
2828 sched->show_state ? "(msec)" : "%"); in timehist_print_summary()
3427 OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"), in cmd_sched()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-class-extcon37 If the extcon object has an optional callback "show_state"
/Linux-v5.4/kernel/
Dpanic.c144 show_state(); in panic_print_sys_info()
/Linux-v5.4/drivers/tty/
Dsysrq.c281 show_state(); in sysrq_handle_showstate()
/Linux-v5.4/drivers/tty/vt/
Dkeyboard.c583 show_state(); in fn_show_state()