Searched refs:show (Results 51 - 75 of 209) sorted by relevance

123456789

/drivers/base/
H A Dclass.c33 if (class_attr->show)
34 ret = class_attr->show(cp->class, class_attr, buf);
75 .show = class_attr_show,
190 /* let the block class directory show up in the root of sysfs */
H A Dbus.c61 if (drv_attr->show)
62 ret = drv_attr->show(drv_priv->driver, buf);
79 .show = drv_attr_show,
106 if (bus_attr->show)
107 ret = bus_attr->show(subsys_priv->bus, buf);
124 .show = bus_attr_show,
/drivers/platform/x86/
H A Dintel_menlow.c386 static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show, argument
400 attr->attr.show = show;
H A Dsony-laptop.c875 handles->devattr.show = sony_nc_handles_show;
968 * Sysfs show/store common to all sony_nc_values
1916 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show;
1922 kbdbl_ctl->timeout_attr.show = sony_nc_kbd_backlight_timeout_show;
2075 bcare_ctl->attrs[0].show = sony_nc_battery_care_limit_show;
2089 bcare_ctl->attrs[1].show = sony_nc_battery_care_health_show;
2242 th_handle->profiles_attr.show = sony_nc_thermal_profiles_show;
2247 th_handle->mode_attr.show = sony_nc_thermal_mode_show;
2375 lid_ctl->attrs[LID_RESUME_S5].show = sony_nc_lid_resume_show;
2382 lid_ctl->attrs[LID_RESUME_S4].show
[all...]
/drivers/edac/
H A Dmce_amd_inj.c23 ssize_t (*show) (struct kobject *kobj, struct edac_mce_attr *attr, char *buf); member in struct:edac_mce_attr
H A Dedac_device.c210 attrib->show = attrib_spec[attr].show;
/drivers/gpu/drm/msm/
H A Dmsm_gpu.h58 /* show GPU status in debugfs: */
59 void (*show)(struct msm_gpu *gpu, struct seq_file *m); member in struct:msm_gpu_funcs
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv20.c211 u32 show = stat; local
218 show &= ~NV_PGRAPH_INTR_ERROR;
226 if (show) {
228 nouveau_bitfield_print(nv10_graph_intr_name, show);
H A Dnv40.c309 u32 show = stat; local
319 show &= ~NV_PGRAPH_INTR_ERROR;
331 if (show) {
333 nouveau_bitfield_print(nv10_graph_intr_name, show);
/drivers/hwmon/
H A Diio_hwmon.c134 a->dev_attr.show = iio_hwmon_read_val;
H A Ds3c-hwmon.c89 * s3c_hwmon_show_raw - show a conversion from the raw channel number.
94 * This show deals with the raw attribute, registered for each possible
153 * s3c_hwmon_ch_show - show value of a given channel
185 * s3c_hwmon_label_show - show label name of the given channel.
234 attr->dev_attr.show = s3c_hwmon_ch_show;
252 attr->dev_attr.show = s3c_hwmon_label_show;
H A Dibmaem.c120 ssize_t (*show)(struct device *dev, member in struct:aem_ro_sensor_template
128 ssize_t (*show)(struct device *dev, member in struct:aem_rw_sensor_template
935 sensors->dev_attr.show = ro->show;
952 sensors->dev_attr.show = rw->show;
H A Dacpi_power_meter.c112 ssize_t (*show)(struct device *dev, member in struct:sensor_template
469 .show = _show, \
476 .show = _show, \
641 sensors->dev_attr.show = attrs->show;
/drivers/nubus/
H A Dproc.c202 .show = nubus_proc_show,
/drivers/zorro/
H A Dproc.c95 .show = zorro_seq_show,
/drivers/misc/sgi-gru/
H A Dgruprocfs.c248 .show = cch_seq_show
255 .show = gru_seq_show
/drivers/usb/gadget/function/
H A Df_serial.c280 if (f_serial_opts_attr->show)
281 ret = f_serial_opts_attr->show(opts, page);
H A Df_obex.c427 if (f_serial_opts_attr->show)
428 ret = f_serial_opts_attr->show(opts, page);
/drivers/parisc/
H A Dpdc_stable.c111 ssize_t (*show)(struct pdcspath_entry *entry, char *buf); member in struct:pdcspath_attribute
125 .show = _show, \
132 .show = _show, \
454 if (pdcs_attr->show)
455 ret = pdcs_attr->show(entry, buf);
485 .show = pdcspath_attr_show,
537 /* show the size of the stable storage */
970 * created will show in the sysfs tree as a folder containing files as defined
/drivers/net/
H A Dnetconsole.c237 ssize_t (*show)(struct netconsole_target *nt, member in struct:netconsole_target_attr
548 if (na->show)
549 ret = na->show(nt, buf);
/drivers/net/wireless/hostap/
H A Dhostap_proc.c145 .show = prism2_wds_proc_show,
216 .show = prism2_bss_list_proc_show,
397 /* We have a header (pos 0) + N results to show (pos 1...N) */
423 .show = prism2_scan_results_proc_show,
/drivers/powercap/
H A Dpowercap_sys.c29 /* Power zone show function */
70 /* Power zone constraint show function */
198 ssize_t (*show)(struct device *,
211 dev_attr->show = show;
/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h373 nv_show_cursor(struct drm_device *dev, int head, bool show) argument
379 if (show)
/drivers/macintosh/
H A Dwindfarm_core.c230 new_ct->attr.show = wf_show_control;
343 new_sr->attr.show = wf_show_sensor;
/drivers/md/bcache/
H A Dbcache.h854 #define kobj_attribute_rw(n, show, store) \
856 __ATTR(n, S_IWUSR|S_IRUSR, show, store)

Completed in 1162 milliseconds

123456789