Home
last modified time | relevance | path

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

/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()
/linux/drivers/i2c/busses/
H A Di2c-pxa.c360 #define show_state(i2c) i2c_pxa_show_state(i2c, __LINE__, __func__) macro
384 #define show_state(i2c) do { } while (0) macro
415 show_state(i2c); in i2c_pxa_abort()
442 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
445 show_state(i2c); in i2c_pxa_wait_bus_not_busy()
509 show_state(i2c); in i2c_pxa_wait_slave()
538 show_state(i2c); in i2c_pxa_set_slave()
967 show_state(i2c); in i2c_pxa_irq_txempty()
1016 show_state(i2c); in i2c_pxa_handler()
1178 show_state(i2c); in i2c_pxa_pio_set_master()
/linux/include/linux/sched/
H A Ddebug.h19 static inline void show_state(void) in show_state() function
/linux/arch/sh/kernel/
H A Dnmi_debug.c30 show_state(); in nmi_debug_notify()
/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()
/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()
/linux/tools/perf/
H A Dbuiltin-sched.c226 bool show_state; member
1972 if (sched->show_state) in timehist_header()
1988 if (sched->show_state) in timehist_header()
2005 if (sched->show_state) in timehist_header()
2056 if (sched->show_state) in timehist_print_sample()
2757 if (stats->sched->show_state) in show_thread_runtime()
2838 } else if (sched->show_state) { in timehist_print_summary()
2849 sched->show_state ? "(msec)" : "%"); in timehist_print_summary()
3587 OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"), in cmd_sched()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-extcon37 If the extcon object has an optional callback "show_state"
/linux/kernel/module/
H A Dinternal.h112 char *module_flags(struct module *mod, char *buf, bool show_state);
H A Dmain.c3217 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() argument
3222 if (!mod->taints && !show_state) in module_flags()
3230 if (mod->state == MODULE_STATE_GOING && show_state) in module_flags()
3233 if (mod->state == MODULE_STATE_COMING && show_state) in module_flags()
/linux/kernel/
H A Dpanic.c217 show_state(); in panic_print_sys_info()
/linux/drivers/tty/
H A Dsysrq.c305 show_state(); in sysrq_handle_showstate()
/linux/drivers/tty/vt/
H A Dkeyboard.c614 show_state(); in fn_show_state()