Searched defs:show (Results 1 - 25 of 63) sorted by last modified time

123

/drivers/video/fbdev/omap2/dss/
H A Dmanager-sysfs.c434 ssize_t (*show)(struct omap_overlay_manager *, char *); member in struct:manager_attribute
487 if (!manager_attr->show)
490 return manager_attr->show(manager, buf);
509 .show = manager_attr_show,
H A Doverlay-sysfs.c364 ssize_t (*show)(struct omap_overlay *, char *); member in struct:overlay_attribute
414 if (!overlay_attr->show)
417 return overlay_attr->show(overlay, buf);
436 .show = overlay_attr_show,
/drivers/xen/
H A Dsys-hypervisor.c33 ssize_t (*show)(struct hyp_sysfs_attr *, char *); member in struct:hyp_sysfs_attr
426 if (hyp_attr->show)
427 return hyp_attr->show(hyp_attr, buffer);
444 .show = hyp_sysfs_show,
/drivers/uio/
H A Duio.c74 ssize_t (*show)(struct uio_mem *, char *); member in struct:map_sysfs_entry
110 if (!entry->show)
113 return entry->show(mem, buf);
117 .show = map_type_show,
162 ssize_t (*show)(struct uio_port *, char *); member in struct:portio_sysfs_entry
198 if (!entry->show)
201 return entry->show(port, buf);
205 .show = portio_type_show,
/drivers/usb/core/
H A Dendpoint.c28 ssize_t (*show)(struct usb_device *, member in struct:ep_attribute
/drivers/scsi/
H A Discsi_boot_sysfs.c34 ssize_t (*show) (void *data, int type, char *buf); member in struct:iscsi_boot_attr
53 if (boot_kobj->show)
54 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str);
59 .show = iscsi_boot_show_attribute,
308 ssize_t (*show) (void *data, int type, char *buf),
326 boot_kobj->show = show;
361 * @show: attr show function
371 ssize_t (*show) (voi
[all...]
H A Dmegaraid.c2737 * seq_file wrappers for procfile show routines.
2742 int (*show)(struct seq_file *, void *) = PDE_DATA(inode);
2744 return single_open(file, show, adapter);
2760 int (*show) (struct seq_file *m, void *v); member in struct:mega_proc_file
2808 f->show);
/drivers/staging/rtl8192u/
H A Dr8192U_core.c563 * seq_file wrappers for procfile show routines.
568 int (*show)(struct seq_file *, void *) = PDE_DATA(inode);
570 return single_open(file, show, dev);
585 int (*show)(struct seq_file *, void *); member in struct:rtl8192_proc_file
611 &rtl8192_proc_fops, f->show)) {
/drivers/target/iscsi/
H A Discsi_target_configfs.c46 ssize_t (*show)(void *, char *); member in struct:lio_target_configfs_attribute
/drivers/target/
H A Dtarget_core_configfs.c60 ssize_t (*show)(void *, char *); member in struct:target_core_configfs_attribute
1483 .show = target_core_show_dev_info,
1502 .show = NULL,
1552 .show = target_core_show_dev_alias,
1603 .show = target_core_show_dev_udev_path,
1640 .show = target_core_show_dev_enable,
1754 .show = target_core_show_alua_lu_gp,
1924 .show = target_core_show_dev_lba_map,
1959 if (!tc_attr->show)
1962 return tc_attr->show(de
[all...]
/drivers/misc/
H A Dspear13xx_pcie_gadget.c62 ssize_t (*show)(struct spear_pcie_gadget_config *config, member in struct:pcie_gadget_target_attr
221 * configfs interfaces show/store functions
649 if (t_attr->show)
650 ret = t_attr->show(&target->config, buf);
/drivers/net/bonding/
H A Dbond_sysfs_slave.c19 ssize_t (*show)(struct slave *, char *); member in struct:slave_attribute
26 .show = _show, \
102 return slave_attr->show(slave, buf);
106 .show = slave_show,
/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/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/pci/
H A Dpci.h187 ssize_t (*show)(struct pci_slot *, char *); member in struct:pci_slot_attribute
/drivers/platform/x86/
H A Dasus-wmi.c1448 .show = show_##_name, \
1584 int (*show) (struct seq_file *m, void *data); member in struct:asus_wmi_debugfs_node
1665 return single_open(file, node->show, node->asus);
H A Dintel_ips.c1234 int (*show)(struct seq_file *m, void *data); member in struct:ips_debugfs_node
1308 return single_open(file, node->show, node->ips);
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;
/drivers/power/
H A Dab8500_fg.c1199 * to show 100%.
1324 * and show 100% during maintenance charging (scaling).
2456 ssize_t (*show)(struct ab8500_fg *, char *); member in struct:ab8500_fg_sysfs_entry
2522 if (!entry->show)
2525 return entry->show(di, buf);
2544 .show = ab8500_fg_show,
H A Dabx500_chargalg.c283 ssize_t (*show)(struct abx500_chargalg *, char *); member in struct:abx500_chargalg_sysfs_entry
1916 if (!entry->show)
1919 return entry->show(di, buf);
1944 .show = abx500_chargalg_sysfs_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/fifo/
H A Dnvc0.c697 u32 show = stat; local
701 show &= ~0x00800000;
704 if (show) {
706 nouveau_bitfield_print(nvc0_fifo_pbdma_intr, show);
H A Dnve0.c838 u32 show = stat; local
842 show &= ~0x00800000;
845 if (show) {
847 nouveau_bitfield_print(nve0_fifo_pbdma_intr, show);
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv04.c1272 u32 show = stat; local
1285 show &= ~NV_PGRAPH_INTR_NOTIFY;
1292 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH;
1299 if (show) {
1301 nouveau_bitfield_print(nv04_graph_intr_name, show);
H A Dnv10.c1171 u32 show = stat; local
1184 show &= ~NV_PGRAPH_INTR_ERROR;
1191 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH;
1198 if (show) {
1200 nouveau_bitfield_print(nv10_graph_intr_name, show);

Completed in 500 milliseconds

123