Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-pxa.c304 #define show_state(i2c) i2c_pxa_show_state(i2c, __LINE__, __func__) macro
329 #define show_state(i2c) do { } while (0) macro
361 show_state(i2c); in i2c_pxa_abort()
380 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
384 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
447 show_state(i2c); in i2c_pxa_wait_slave()
476 show_state(i2c); in i2c_pxa_set_slave()
730 show_state(i2c); in i2c_pxa_pio_set_master()
734 show_state(i2c); in i2c_pxa_pio_set_master()
1035 show_state(i2c); in i2c_pxa_irq_txempty()
[all …]
/Linux-v4.19/include/linux/sched/
Ddebug.h19 static inline void show_state(void) in show_state() function
/Linux-v4.19/arch/sh/kernel/
Dnmi_debug.c33 show_state(); in nmi_debug_notify()
Dtraps_64.c809 show_state(); in do_debug_interrupt()
/Linux-v4.19/drivers/s390/net/
Dqeth_l2_sys.c14 int show_state) in qeth_bridge_port_role_state_show() argument
32 if (show_state) in qeth_bridge_port_role_state_show()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_debugfs.c305 unsigned int show_state = 0; in seq_print_resource_transfer_log_summary() local
346 if ((tmp & show_state) == tmp) in seq_print_resource_transfer_log_summary()
348 show_state |= tmp; in seq_print_resource_transfer_log_summary()
351 if (show_state == 0x1f) in seq_print_resource_transfer_log_summary()
/Linux-v4.19/tools/perf/
Dbuiltin-sched.c232 bool show_state; member
1937 if (sched->show_state) in timehist_header()
1953 if (sched->show_state) in timehist_header()
1970 if (sched->show_state) in timehist_header()
2030 if (sched->show_state) in timehist_print_sample()
2712 if (stats->sched->show_state) in __show_thread_runtime()
2809 } else if (sched->show_state) { in timehist_print_summary()
2820 sched->show_state ? "(msec)" : "%"); in timehist_print_summary()
3419 OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"), in cmd_sched()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-extcon37 If the extcon object has an optional callback "show_state"
/Linux-v4.19/arch/ia64/hp/sim/
Dsimserial.c72 show_state(); in receive_chars()
/Linux-v4.19/drivers/tty/
Dsysrq.c288 show_state(); in sysrq_handle_showstate()
/Linux-v4.19/drivers/tty/vt/
Dkeyboard.c582 show_state(); in fn_show_state()