Searched refs:show_state (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/acpi/ |
| H A D | fan_attr.c | 19 static ssize_t show_state(struct device *dev, struct device_attribute *attr, char *buf) in show_state() function 105 fps->dev_attr.show = show_state; in acpi_fan_create_attributes()
|
| /linux/arch/sh/kernel/ |
| H A D | nmi_debug.c | 30 show_state(); in nmi_debug_notify()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_l2_sys.c | 14 int show_state) in qeth_bridge_port_role_state_show() argument 30 if (show_state) in qeth_bridge_port_role_state_show()
|
| /linux/lib/ |
| H A D | sys_info.c | 142 show_state(); in __sys_info()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_debugfs.c | 307 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/Documentation/ABI/testing/ |
| H A D | sysfs-class-extcon | 37 If the extcon object has an optional callback "show_state"
|
| /linux/kernel/module/ |
| H A D | internal.h | 129 char *module_flags(struct module *mod, char *buf, bool show_state);
|
| H A D | main.c | 3754 char *module_flags(struct module *mod, char *buf, bool show_state) in module_flags() argument 3759 if (!mod->taints && !show_state) in module_flags() 3767 if (mod->state == MODULE_STATE_GOING && show_state) in module_flags() 3770 if (mod->state == MODULE_STATE_COMING && show_state) in module_flags()
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 230 bool show_state; member 2107 if (sched->show_state) in timehist_header() 2150 if (sched->show_state) in timehist_header() 2211 if (sched->show_state) in timehist_print_sample() 3005 if (stats->sched->show_state) in show_thread_runtime() 3086 } else if (sched->show_state) { in timehist_print_summary() 3097 sched->show_state ? "(msec)" : "%"); in timehist_print_summary() 3901 OPT_BOOLEAN(0, "state", &sched.show_state, "Show task state when sched-out"), in cmd_sched()
|
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 610 show_state(); in fn_show_state()
|