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

123

/drivers/cpufreq/
H A Dcpufreq.c152 * - validate & show freq table passed
571 * show_scaling_governor - show the current policy for the specified CPU
619 * show_scaling_driver - show the cpufreq driver currently loaded
627 * show_scaling_available_governors - show the available CPUfreq governors
669 * show_related_cpus - show the CPUs affected by each transition even if
678 * show_affected_cpus - show the CPUs affected by each transition
712 * show_bios_limit - show the current cpufreq HW/BIOS limitation
759 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) function
770 if (fattr->show)
771 ret = fattr->show(polic
[all...]
H A Dcpufreq_stats.c62 ssize_t(*show) (struct cpufreq_stats *, char *); member in struct:cpufreq_stats_attribute
/drivers/cpuidle/
H A Dsysfs.c164 ssize_t (*show)(struct cpuidle_device *, char *); member in struct:cpuidle_attr
168 #define define_one_ro(_name, show) \
169 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0444, show, NULL)
170 #define define_one_rw(_name, show, store) \
171 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0644, show, store)
196 if (cattr->show) {
198 ret = cattr->show(dev, buf);
220 .show = cpuidle_show,
239 ssize_t (*show)(struct cpuidle_state *, \ member in struct:cpuidle_state_attr
245 #define define_one_state_ro(_name, show) \
458 ssize_t (*show)(struct cpuidle_driver *, char *); member in struct:cpuidle_driver_attr
[all...]
/drivers/dma/ioat/
H A Ddma.h126 ssize_t (*show)(struct dma_chan *, char *); member in struct:ioat_sysfs_entry
/drivers/edac/
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...]
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
/drivers/firmware/
H A Ddmi-sysfs.c52 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf); member in struct:dmi_sysfs_attribute
58 .show = dmi_sysfs_##_entry##_##_name, \
67 ssize_t (*show)(struct dmi_sysfs_entry *entry, member in struct:dmi_sysfs_mapped_attribute
75 .show = dmi_sysfs_##_entry##_##_name, \
106 return attr->show(entry, buf);
110 .show = dmi_sysfs_attr_show,
210 return attr->show(entry, dh, data->buf);
222 * normalized show method hanging off of the attribute */
228 .show = dmi_entry_attr_show,
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,
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);
/drivers/firmware/efi/
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,
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,
/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);
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);
H A Dnv50.c808 u32 show = stat, show_bitfield = stat; local
817 show &= ~0x00000010;
821 if (show & 0x00100000) {
830 if (!nv50_graph_trap_handler(priv, show, chid, (u64)inst << 12,
832 show &= ~0x00200000;
839 if (show) {
840 show &= show_bitfield;
841 if (show) {
843 nouveau_bitfield_print(nv50_graph_intr_name, show);
/drivers/gpu/drm/nouveau/core/engine/mpeg/
H A Dnv31.c209 u32 show = stat; local
219 show &= ~0x01000000;
225 show &= ~0x01000000;
233 if (show) {
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) {
/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h373 nv_show_cursor(struct drm_device *dev, int head, bool show) argument
379 if (show)

Completed in 280 milliseconds

123