Searched refs:show_value (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/arch/sh/boards/mach-cayman/ |
D | panic.c | 24 static void show_value(unsigned long x) in show_value() function 42 show_value(panicPC); in panic_handler() 44 show_value(panicSSR); in panic_handler() 46 show_value(panicEXPEVT); in panic_handler()
|
/Linux-v4.19/drivers/hwmon/ |
D | abituguru3.c | 838 static ssize_t show_value(struct device *dev, in show_value() function 926 SENSOR_ATTR_2(in%d_input, 0444, show_value, NULL, 0, 0), 927 SENSOR_ATTR_2(in%d_min, 0444, show_value, NULL, 1, 0), 928 SENSOR_ATTR_2(in%d_max, 0444, show_value, NULL, 2, 0), 943 SENSOR_ATTR_2(temp%d_input, 0444, show_value, NULL, 0, 0), 944 SENSOR_ATTR_2(temp%d_max, 0444, show_value, NULL, 1, 0), 945 SENSOR_ATTR_2(temp%d_crit, 0444, show_value, NULL, 2, 0), 955 SENSOR_ATTR_2(fan%d_input, 0444, show_value, NULL, 0, 0), 956 SENSOR_ATTR_2(fan%d_min, 0444, show_value, NULL, 1, 0),
|
/Linux-v4.19/drivers/misc/ |
D | ics932s401.c | 336 static ssize_t show_value(struct device *dev, 351 static DEVICE_ATTR(usb_clock, S_IRUGO, show_value, NULL); 352 static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL); 371 static ssize_t show_value(struct device *dev, in show_value() function
|
/Linux-v4.19/kernel/ |
D | kallsyms.c | 444 int show_value; member 601 value = iter->show_value ? (void *)iter->value : NULL; in s_show() 674 iter->show_value = kallsyms_show_value(); in kallsyms_open()
|
/Linux-v4.19/scripts/kconfig/ |
D | gconf.c | 40 static gboolean show_value = TRUE; variable 163 show_value); in init_main_window() 350 gtk_tree_view_column_set_visible(column, show_value); in init_right_tree() 606 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_data1_activate() 609 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()
|
/Linux-v4.19/drivers/hid/ |
D | hid-sensor-custom.c | 283 static ssize_t show_value(struct device *dev, struct device_attribute *attr, in show_value() function 605 device_attr->show = show_value; in hid_sensor_custom_add_attributes()
|