Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dics932s401.c324 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/kernel/
H A Dkallsyms.c605 int show_value; member
769 value = iter->show_value ? (void *)iter->value : NULL; in s_show()
847 iter->show_value = kallsyms_show_value(current_cred()); in bpf_iter_ksym_init()
901 iter->show_value = kallsyms_show_value(file->f_cred); in kallsyms_open()
/linux/scripts/kconfig/
H A Dgconf.c28 static gboolean show_value = TRUE; variable
447 show_value = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menuitem)); in on_show_data1_activate()
450 gtk_tree_view_column_set_visible(col, show_value); in on_show_data1_activate()
1049 show_value); in init_main_window()
/linux/drivers/hid/
H A Dhid-sensor-custom.c277 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()