Home
last modified time | relevance | path

Searched refs:show_value (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/sh/boards/mach-cayman/
Dpanic.c24 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-4.4.14/drivers/hwmon/
Dabituguru3.c838 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-4.4.14/drivers/misc/
Dics932s401.c335 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, in show_value() function
/linux-4.4.14/scripts/kconfig/
Dgconf.c40 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()
605 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_data1_activate()
608 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()
/linux-4.4.14/drivers/staging/most/hdm-usb/
Dhdm_usb.c968 __ATTR(_name, S_IRUGO, show_value, NULL)
972 __ATTR(_name, S_IRUGO | S_IWUSR, show_value, store_value)
1050 static ssize_t show_value(struct most_dci_obj *dci_obj, in show_value() function
/linux-4.4.14/drivers/hid/
Dhid-sensor-custom.c283 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()