Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-pxa.c359 #define show_state(i2c) i2c_pxa_show_state(i2c, __LINE__, __func__) macro
383 #define show_state(i2c) do { } while (0) macro
414 show_state(i2c); in i2c_pxa_abort()
441 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
444 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
508 show_state(i2c); in i2c_pxa_wait_slave()
537 show_state(i2c); in i2c_pxa_set_slave()
966 show_state(i2c); in i2c_pxa_irq_txempty()
1015 show_state(i2c); in i2c_pxa_handler()
1177 show_state(i2c); in i2c_pxa_pio_set_master()
/openbmc/linux/drivers/acpi/
H A Dfan_attr.c19 static ssize_t show_state(struct device *dev, struct device_attribute *attr, char *buf) in show_state() function
102 fps->dev_attr.show = show_state; in acpi_fan_create_attributes()
/openbmc/linux/include/linux/sched/
H A Ddebug.h19 static inline void show_state(void) in show_state() function
/openbmc/linux/arch/sh/kernel/
H A Dnmi_debug.c30 show_state(); in nmi_debug_notify()
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_sys.c14 int show_state) in qeth_bridge_port_role_state_show() argument
30 if (show_state) in qeth_bridge_port_role_state_show()
/openbmc/linux/drivers/block/drbd/
H A 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()
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c244 bool show_state; member
1997 if (sched->show_state) in timehist_header()
2013 if (sched->show_state) in timehist_header()
2030 if (sched->show_state) in timehist_header()
2093 if (sched->show_state) in timehist_print_sample()
2797 if (stats->sched->show_state) in show_thread_runtime()
2878 } else if (sched->show_state) { in timehist_print_summary()
2889 sched->show_state ? "(msec)" : "%"); in timehist_print_summary()
3628 OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"), in cmd_sched()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-extcon37 If the extcon object has an optional callback "show_state"
/openbmc/linux/kernel/module/
H A Dinternal.h112 char *module_flags(struct module *mod, char *buf, bool show_state);
H A Dmain.c3220 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() argument
3225 if (!mod->taints && !show_state) in module_flags()
3233 if (mod->state == MODULE_STATE_GOING && show_state) in module_flags()
3236 if (mod->state == MODULE_STATE_COMING && show_state) in module_flags()
/openbmc/linux/kernel/
H A Dpanic.c216 show_state(); in panic_print_sys_info()
/openbmc/linux/drivers/tty/
H A Dsysrq.c305 show_state(); in sysrq_handle_showstate()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c614 show_state(); in fn_show_state()