Searched refs:show_value (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/hwmon/ |
| H A 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-6.15/drivers/misc/ |
| H A D | ics932s401.c | 324 static ssize_t show_value(struct device *dev, 339 static DEVICE_ATTR(usb_clock, S_IRUGO, show_value, NULL); 340 static DEVICE_ATTR(ref_clock, S_IRUGO, show_value, NULL); 359 static ssize_t show_value(struct device *dev, in show_value() function
|
| /linux-6.15/kernel/ |
| H A D | kallsyms.c | 565 int show_value; member 729 value = iter->show_value ? (void *)iter->value : NULL; in s_show() 807 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init() 862 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_iter_ksym.c | 49 value = iter->show_value ? iter->value : 0; in dump_ksym()
|
| /linux-6.15/scripts/kconfig/ |
| H A D | gconf.c | 32 static gboolean show_value = TRUE; variable 126 show_value); in init_main_window() 313 gtk_tree_view_column_set_visible(column, show_value); in init_right_tree() 569 show_value = GTK_CHECK_MENU_ITEM(menuitem)->active; in on_show_data1_activate() 572 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()
|
| /linux-6.15/drivers/hid/ |
| H A D | hid-sensor-custom.c | 277 static ssize_t show_value(struct device *dev, struct device_attribute *attr, in show_value() function 597 device_attr->show = show_value; in hid_sensor_custom_add_attributes()
|