Searched refs:show_value (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/sh/boards/mach-cayman/ |
| D | panic.c | 21 static void show_value(unsigned long x) in show_value() function 39 show_value(panicPC); in panic_handler() 41 show_value(panicSSR); in panic_handler() 43 show_value(panicEXPEVT); in panic_handler()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | abituguru3.c | 825 static ssize_t show_value(struct device *dev, in show_value() function 913 SENSOR_ATTR_2(in%d_input, 0444, show_value, NULL, 0, 0), 914 SENSOR_ATTR_2(in%d_min, 0444, show_value, NULL, 1, 0), 915 SENSOR_ATTR_2(in%d_max, 0444, show_value, NULL, 2, 0), 930 SENSOR_ATTR_2(temp%d_input, 0444, show_value, NULL, 0, 0), 931 SENSOR_ATTR_2(temp%d_max, 0444, show_value, NULL, 1, 0), 932 SENSOR_ATTR_2(temp%d_crit, 0444, show_value, NULL, 2, 0), 942 SENSOR_ATTR_2(fan%d_input, 0444, show_value, NULL, 0, 0), 943 SENSOR_ATTR_2(fan%d_min, 0444, show_value, NULL, 1, 0),
|
| /Linux-v5.4/drivers/misc/ |
| D | ics932s401.c | 325 static ssize_t show_value(struct device *dev, 340 static DEVICE_ATTR(usb_clock, S_IRUGO, show_value, NULL); 341 static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL); 360 static ssize_t show_value(struct device *dev, in show_value() function
|
| /Linux-v5.4/kernel/ |
| D | kallsyms.c | 447 int show_value; member 604 value = iter->show_value ? (void *)iter->value : NULL; in s_show() 677 iter->show_value = kallsyms_show_value(); in kallsyms_open()
|
| /Linux-v5.4/scripts/kconfig/ |
| D | gconf.c | 37 static gboolean show_value = TRUE; variable 161 show_value); in init_main_window() 348 gtk_tree_view_column_set_visible(column, show_value); in init_right_tree() 604 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_data1_activate() 607 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-sensor-custom.c | 273 static ssize_t show_value(struct device *dev, struct device_attribute *attr, in show_value() function 593 device_attr->show = show_value; in hid_sensor_custom_add_attributes()
|