Searched refs:show_value (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/sh/boards/mach-cayman/ |
H A D | panic.c | 24 static void show_value(unsigned long x) show_value() function 42 show_value(panicPC); panic_handler() 44 show_value(panicSSR); panic_handler() 46 show_value(panicEXPEVT); panic_handler()
|
/linux-4.1.27/drivers/misc/ |
H A D | ics932s401.c | 335 static ssize_t show_value(struct device *dev, 350 static DEVICE_ATTR(usb_clock, S_IRUGO, show_value, NULL); 351 static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL); 371 static ssize_t show_value(struct device *dev, show_value() function
|
/linux-4.1.27/drivers/hwmon/ |
H A D | abituguru3.c | 838 static ssize_t show_value(struct device *dev, 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-4.1.27/scripts/kconfig/ |
H A D | gconf.c | 40 static gboolean show_value = TRUE; variable 163 show_value); init_main_window() 350 gtk_tree_view_column_set_visible(column, show_value); init_right_tree() 605 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; on_show_data1_activate() 608 gtk_tree_view_column_set_visible(col, show_value); on_show_data1_activate()
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-sensor-custom.c | 283 static ssize_t show_value(struct device *dev, struct device_attribute *attr, show_value() function 605 device_attr->show = show_value; hid_sensor_custom_add_attributes()
|
Completed in 210 milliseconds