Searched defs:show (Results 1 - 25 of 63) sorted by relevance

123

/drivers/md/
H A Ddm-sysfs.c13 ssize_t (*show)(struct mapped_device *, char *); member in struct:dm_sysfs_attr
29 if (!dm_attr->show)
36 ret = dm_attr->show(md, page);
79 .show = dm_attr_show,
/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_core.h152 ssize_t (*show)(struct edac_device_ctl_info *, char *); member in struct:edac_dev_sysfs_attribute
161 * can have an array of the following. The show and store functions
162 * will be filled in with the show/store function in the
170 ssize_t (*show)(struct kobject *, struct attribute *, char *); member in struct:edac_dev_sysfs_block_attribute
H A Dedac_device_sysfs.c28 * Set of edac_device_ctl_info attribute store/show functions
82 /* 'poll_msec' show and store functions*/
109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member in struct:ctl_info_attribute
116 /* Function to 'show' fields from the edac_dev 'ctl_info' structure */
123 if (ctl_info_attr->show)
124 return ctl_info_attr->show(edac_dev, buffer);
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
315 * Set of low-level instance attribute show functions
349 ssize_t(*show) (struc member in struct:instance_attribute
[all...]
H A Dedac_pci_sysfs.c95 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member in struct:instance_attribute
99 /* Function to 'show' fields from the edac_pci 'instance' structure */
106 if (instance_attr->show)
107 return instance_attr->show(pci, buffer);
126 .show = edac_pci_instance_show,
133 .show = _show, \
216 /* simple show/store functions for attributes */
236 ssize_t(*show) (void *, char *); member in struct:edac_pci_dev_attribute
240 /* Set of show/store abstract level functions for PCI Parity object */
247 if (edac_pci_dev->show)
[all...]
/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/firmware/
H A Dmemmap.c65 ssize_t (*show)(struct firmware_map_entry *entry, char *buf); member in struct:memmap_attribute
83 .show = memmap_attr_show,
403 return memmap_attr->show(entry, buf);
H A Dedd.c65 ssize_t(*show) (struct edd_device * edev, char *buf); member in struct:edd_attribute
78 .show = _show, \
120 if (edd_attr->show)
121 ret = edd_attr->show(dev, buf);
126 .show = edd_attr_show,
/drivers/gpu/drm/nouveau/core/engine/mpeg/
H A Dnv44.c114 u32 show = stat; local
124 show &= ~0x01000000;
130 show &= ~0x01000000;
138 if (show) {
H A Dnv50.c135 u32 show = stat; local
141 show &= ~0x01000000;
145 if (show) {
H A Dnv31.c209 u32 show = stat; local
219 show &= ~0x01000000;
225 show &= ~0x01000000;
233 if (show) {
/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h62 void (*show)(struct nouveau_crtc *, bool update); member in struct:nouveau_crtc::__anon897
/drivers/usb/core/
H A Dendpoint.c28 ssize_t (*show)(struct usb_device *, member in struct:ep_attribute
/drivers/firmware/efi/
H A Druntime-map.c30 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member in struct:map_attribute
67 return map_attr->show(entry, buf);
89 .show = map_attr_show,
H A Defivars.c102 ssize_t (*show) (struct efivar_entry *entry, char *buf); member in struct:efivar_attribute
109 .show = _show, \
360 if (efivar_attr->show) {
361 ret = efivar_attr->show(var, buf);
383 .show = efivar_attr_show,
/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/gpu/drm/nouveau/dispnv04/
H A Dhw.h373 nv_show_cursor(struct drm_device *dev, int head, bool show) argument
379 if (show)
/drivers/infiniband/hw/usnic/
H A Dusnic_ib_sysfs.c200 ssize_t (*show)(struct usnic_ib_qp_grp *, char *buf); member in struct:qpn_attribute
215 return qpn_attr->show(qp_grp, buf);
219 .show = usnic_ib_qpn_attr_show
/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...]
/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/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/infiniband/hw/mlx4/
H A Dsysfs.c184 ssize_t (*show)(struct device *dev,
196 vdentry->dentry.show = show;
207 if (vdentry->dentry.show)
416 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member in struct:port_attribute
428 if (!port_attr->show)
430 return port_attr->show(p, port_attr, buf);
447 .show = port_attr_show,
518 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *,
550 element->attr.show
[all...]
/drivers/pci/
H A Dpci.h187 ssize_t (*show)(struct pci_slot *, char *); member in struct:pci_slot_attribute

Completed in 1184 milliseconds

123