Home
last modified time | relevance | path

Searched refs:show (Results 1 – 200 of 737) sorted by relevance

1234

/linux-4.1.27/security/integrity/ima/
Dima_template_lib.c69 enum ima_show_type show, in ima_show_template_data_ascii() argument
100 enum ima_show_type show, in ima_show_template_data_binary() argument
104 u32 len = (show == IMA_SHOW_BINARY_OLD_STRING_FMT) ? in ima_show_template_data_binary()
107 if (show != IMA_SHOW_BINARY_NO_FIELD_LEN) in ima_show_template_data_binary()
117 enum ima_show_type show, in ima_show_template_field_data() argument
121 switch (show) { in ima_show_template_field_data()
123 ima_show_template_data_ascii(m, show, datafmt, field_data); in ima_show_template_field_data()
128 ima_show_template_data_binary(m, show, datafmt, field_data); in ima_show_template_field_data()
135 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show, in ima_show_template_digest() argument
138 ima_show_template_field_data(m, show, DATA_FMT_DIGEST, field_data); in ima_show_template_digest()
[all …]
Dima_template_lib.h21 void ima_show_template_digest(struct seq_file *m, enum ima_show_type show,
23 void ima_show_template_digest_ng(struct seq_file *m, enum ima_show_type show,
25 void ima_show_template_string(struct seq_file *m, enum ima_show_type show,
27 void ima_show_template_sig(struct seq_file *m, enum ima_show_type show,
Dima_fs.c162 enum ima_show_type show = IMA_SHOW_BINARY; in ima_measurements_show() local
166 show = IMA_SHOW_BINARY_NO_FIELD_LEN; in ima_measurements_show()
168 show = IMA_SHOW_BINARY_OLD_STRING_FMT; in ima_measurements_show()
169 field->field_show(m, show, &e->template_data[i]); in ima_measurements_show()
178 .show = ima_measurements_show
244 .show = ima_ascii_measurements_show
/linux-4.1.27/block/
Dblk-sysfs.c18 ssize_t (*show)(struct request_queue *, char *); member
290 .show = queue_requests_show,
296 .show = queue_ra_show,
302 .show = queue_max_sectors_show,
308 .show = queue_max_hw_sectors_show,
313 .show = queue_max_segments_show,
318 .show = queue_max_integrity_segments_show,
323 .show = queue_max_segment_size_show,
328 .show = elv_iosched_show,
334 .show = queue_logical_block_size_show,
[all …]
Dblk-mq-sysfs.c22 ssize_t (*show)(struct blk_mq_ctx *, char *); member
28 ssize_t (*show)(struct blk_mq_hw_ctx *, char *); member
44 if (!entry->show) in blk_mq_sysfs_show()
50 res = entry->show(ctx, page); in blk_mq_sysfs_show()
90 if (!entry->show) in blk_mq_hw_sysfs_show()
96 res = entry->show(hctx, page); in blk_mq_hw_sysfs_show()
251 .show = blk_mq_sysfs_dispatched_show,
255 .show = blk_mq_sysfs_merged_show,
259 .show = blk_mq_sysfs_completed_show,
263 .show = blk_mq_sysfs_rq_list_show,
[all …]
Dblk-integrity.c241 ssize_t (*show)(struct blk_integrity *, char *); member
253 return entry->show(bi, page); in integrity_attr_show()
334 .show = integrity_format_show,
339 .show = integrity_tag_size_show,
344 .show = integrity_verify_show,
350 .show = integrity_generate_show,
356 .show = integrity_device_show,
369 .show = &integrity_attr_show,
/linux-4.1.27/Documentation/zh_CN/filesystems/
Dsysfs.txt105 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
129 .show = show_foo,
142 ssize_t (*show)(struct kobject *, struct attribute *, char *);
167 if (dev_attr->show)
168 ret = dev_attr->show(dev, dev_attr, buf);
171 (unsigned long)dev_attr->show);
181 在声明属性时,必须指定 show() 或 store() 方法,以实现属性的
184 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
194 - 在读方面(read(2)),show() 方法应该填充整个缓冲区。回想属性
199 向后搜索到零或使用‘0’偏移执行一个pread(2)操作,show()方法将
[all …]
/linux-4.1.27/drivers/cpuidle/
Dsysfs.c164 ssize_t (*show)(struct cpuidle_device *, char *); member
168 #define define_one_ro(_name, show) \ argument
169 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0444, show, NULL)
170 #define define_one_rw(_name, show, store) \ argument
171 static struct cpuidle_attr attr_##_name = __ATTR(_name, 0644, show, store)
196 if (cattr->show) { in cpuidle_show()
198 ret = cattr->show(dev, buf); in cpuidle_show()
220 .show = cpuidle_show,
239 ssize_t (*show)(struct cpuidle_state *, \ member
245 #define define_one_state_ro(_name, show) \ argument
[all …]
/linux-4.1.27/include/target/
Dconfigfs_macros.h56 ssize_t (*show)(struct _item *, char *); \
75 .show = _show, \
86 .show = _show, \
118 if (_name##_attr->show) \
119 ret = _name##_attr->show(_item, page); \
/linux-4.1.27/fs/xfs/
Dxfs_sysfs.c27 ssize_t (*show)(char *buf, void *data); member
100 return xfs_attr->show ? xfs_attr->show(buf, NULL) : 0; in xfs_dbg_show()
116 .show = xfs_dbg_show,
214 return xfs_attr->show ? xfs_attr->show(buf, log) : 0; in xfs_log_show()
231 .show = xfs_log_show,
/linux-4.1.27/drivers/hwmon/
Dgl518sm.c238 #define show(type, suffix, value) \ macro
246 show(TEMP, temp_input1, temp_in);
247 show(TEMP, temp_max1, temp_max);
248 show(TEMP, temp_hyst1, temp_hyst);
249 show(BOOL, fan_auto1, fan_auto1);
250 show(VDD, in_input0, voltage_in[0]);
251 show(IN, in_input1, voltage_in[1]);
252 show(IN, in_input2, voltage_in[2]);
253 show(IN, in_input3, voltage_in[3]);
254 show(VDD, in_min0, voltage_min[0]);
[all …]
Di5k_amb.c299 iattr->s_attr.dev_attr.show = show_label; in i5k_amb_hwmon_init()
314 iattr->s_attr.dev_attr.show = show_amb_temp; in i5k_amb_hwmon_init()
329 iattr->s_attr.dev_attr.show = show_amb_min; in i5k_amb_hwmon_init()
345 iattr->s_attr.dev_attr.show = show_amb_mid; in i5k_amb_hwmon_init()
361 iattr->s_attr.dev_attr.show = show_amb_max; in i5k_amb_hwmon_init()
377 iattr->s_attr.dev_attr.show = show_amb_alarm; in i5k_amb_hwmon_init()
Dibmpowernv.c328 ssize_t (*show)(struct device *dev, in create_hwmon_attr()
339 sdata->dev_attr.show = show; in create_hwmon_attr()
Dibmaem.c120 ssize_t (*show)(struct device *dev, member
128 ssize_t (*show)(struct device *dev, member
935 sensors->dev_attr.show = ro->show; in aem_register_sensors()
952 sensors->dev_attr.show = rw->show; in aem_register_sensors()
Dacpi_power_meter.c112 ssize_t (*show)(struct device *dev, member
469 .show = _show, \
476 .show = _show, \
641 sensors->dev_attr.show = attrs->show; in register_attrs()
Ds3c-hwmon.c234 attr->dev_attr.show = s3c_hwmon_ch_show; in s3c_hwmon_create_attr()
252 attr->dev_attr.show = s3c_hwmon_label_show; in s3c_hwmon_create_attr()
/linux-4.1.27/include/linux/
Discsi_boot_sysfs.h84 ssize_t (*show) (void *data, int type, char *buf); member
112 ssize_t (*show) (void *data, int type, char *buf),
119 ssize_t (*show) (void *data, int type, char *buf),
125 ssize_t (*show) (void *data, int type, char *buf),
Dconfigfs.h141 ssize_t (*show)(struct _item *, char *); \
160 .show = _show, \
171 .show = _show, \
192 if (_item##_attr->show) \
193 ret = _item##_attr->show(_item, page); \
Dsysfs.h93 .show = _show, \
100 .show = _show, \
106 .show = _name##_show, \
123 .show = _show, \
200 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
Dseq_file_net.h18 int (*show)(struct seq_file *, void *));
/linux-4.1.27/drivers/scsi/
Discsi_boot_sysfs.c34 ssize_t (*show) (void *data, int type, char *buf); member
53 if (boot_kobj->show) in iscsi_boot_show_attribute()
54 ret = boot_kobj->show(boot_kobj->data, boot_attr->type, str); in iscsi_boot_show_attribute()
59 .show = iscsi_boot_show_attribute,
308 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
326 boot_kobj->show = show; in iscsi_boot_create_kobj()
371 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
376 "target%d", index, data, show, is_visible, in iscsi_boot_create_target()
396 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
402 "initiator", index, data, show, in iscsi_boot_create_initiator()
[all …]
/linux-4.1.27/drivers/edac/
Dedac_pci_sysfs.c92 ssize_t(*show) (struct edac_pci_ctl_info *, char *); member
103 if (instance_attr->show) in edac_pci_instance_show()
104 return instance_attr->show(pci, buffer); in edac_pci_instance_show()
123 .show = edac_pci_instance_show,
130 .show = _show, \
233 ssize_t(*show) (void *, char *); member
244 if (edac_pci_dev->show) in edac_pci_dev_show()
245 return edac_pci_dev->show(edac_pci_dev->value, buffer); in edac_pci_dev_show()
262 .show = edac_pci_dev_show,
270 .show = _show, \
[all …]
Dedac_device_sysfs.c109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member
123 if (ctl_info_attr->show) in edac_dev_ctl_info_show()
124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show()
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
349 ssize_t(*show) (struct edac_device_instance *, char *); member
360 if (instance_attr->show) in edac_dev_instance_show()
361 return instance_attr->show(instance, buffer); in edac_dev_instance_show()
380 .show = edac_dev_instance_show,
387 .show = _show, \
[all …]
Dedac_core.h152 ssize_t (*show)(struct edac_device_ctl_info *, char *); member
170 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
/linux-4.1.27/fs/exofs/
Dsys.c29 ssize_t (*show)(struct exofs_dev *, char *); member
39 return a->show ? a->show(edp, buf) : 0; in odev_attr_show()
52 .show = odev_attr_show,
94 #define OSD_ATTR(name, mode, show, store) \ argument
96 __ATTR(name, mode, show, store)
/linux-4.1.27/arch/ia64/kernel/
Derr_inject.c56 #define show(name) \ macro
75 show(call_start) in show() function
126 show(err_type_info)
158 show(err_struct_info)
198 show(status)
199 show(capabilities)
200 show(resources)
Dtopology.c241 ssize_t (*show)(struct cache_info *, char *); member
282 ret = fattr->show ? fattr->show(this_leaf, buf) : 0; in ia64_cache_show()
287 .show = ia64_cache_show
/linux-4.1.27/fs/nilfs2/
Dsysfs.h65 ssize_t (*show)(struct kobject *, struct attribute *, \
76 ssize_t (*show)(struct nilfs_##name##_attr *, struct the_nilfs *, \
92 ssize_t (*show)(struct nilfs_##name##_attr *, struct nilfs_root *, \
100 #define NILFS_ATTR(type, name, mode, show, store) \ argument
102 __ATTR(name, mode, show, store)
Dsysfs.c54 return a->show ? a->show(a, nilfs, buf) : 0; \
69 .show = nilfs_##name##_attr_show, \
165 return a->show ? a->show(a, root, buf) : 0; in nilfs_snapshot_attr_show()
188 .show = nilfs_snapshot_attr_show,
960 return a->show ? a->show(a, nilfs, buf) : 0; in nilfs_dev_attr_show()
983 .show = nilfs_dev_attr_show,
/linux-4.1.27/Documentation/filesystems/
Dsysfs.txt90 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
115 .show = show_foo,
125 show and store methods of the attribute owners.
128 ssize_t (*show)(struct kobject *, struct attribute *, char *);
154 if (dev_attr->show)
155 ret = dev_attr->show(dev, dev_attr, buf);
158 (unsigned long)dev_attr->show);
168 To read or write attributes, show() or store() methods must be
172 ssize_t (*show)(struct device *dev, struct device_attribute *attr, char *buf);
184 - On read(2), the show() method should fill the entire buffer.
[all …]
Dseq_file.txt52 result. Yes, it is a thoroughly useless module, but the point is to show
106 to instruct your show() function (described below) to print a header at the
133 Finally, the show() function should format the object currently pointed to
134 by the iterator for output. The example module's show() function is:
143 If all is well, the show() function should return zero. A negative error
146 causes the current item to be skipped; if the show() function has already
157 .show = ct_seq_show
326 module can define only the show() function, which should create all the
331 int (*show)(struct seq_file *m, void *p),
334 When output time comes, the show() function will be called once. The data
Dsysfs-tagging.txt7 The problem. Network devices show up in sysfs and with the network
8 namespace active multiple devices with the same name can show up in
/linux-4.1.27/drivers/net/bonding/
Dbond_sysfs_slave.c19 ssize_t (*show)(struct slave *, char *); member
26 .show = _show, \
102 return slave_attr->show(slave, buf); in slave_show()
106 .show = slave_show,
/linux-4.1.27/drivers/media/usb/pvrusb2/
Dpvrusb2-sysfs.c330 cip->attr_name.show = show_name; in pvr2_sysfs_add_control()
335 cip->attr_type.show = show_type; in pvr2_sysfs_add_control()
340 cip->attr_min.show = show_min; in pvr2_sysfs_add_control()
345 cip->attr_max.show = show_max; in pvr2_sysfs_add_control()
350 cip->attr_def.show = show_def; in pvr2_sysfs_add_control()
363 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control()
368 cip->attr_bits.show = show_bits; in pvr2_sysfs_add_control()
380 cip->attr_val.show = show_val_norm; in pvr2_sysfs_add_control()
384 cip->attr_custom.show = show_val_custom; in pvr2_sysfs_add_control()
438 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc()
[all …]
/linux-4.1.27/drivers/md/
Ddm-sysfs.c13 ssize_t (*show)(struct mapped_device *, char *); member
29 if (!dm_attr->show) in dm_attr_show()
36 ret = dm_attr->show(md, page); in dm_attr_show()
115 .show = dm_attr_show,
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv44.c106 u32 show = stat; in nv44_mpeg_intr() local
116 show &= ~0x01000000; in nv44_mpeg_intr()
122 show &= ~0x01000000; in nv44_mpeg_intr()
130 if (show) { in nv44_mpeg_intr()
Dnv50.c130 u32 show = stat; in nv50_mpeg_intr() local
136 show &= ~0x01000000; in nv50_mpeg_intr()
140 if (show) { in nv50_mpeg_intr()
Dnv31.c204 u32 show = stat; in nv31_mpeg_intr() local
214 show &= ~0x01000000; in nv31_mpeg_intr()
220 show &= ~0x01000000; in nv31_mpeg_intr()
228 if (show) { in nv31_mpeg_intr()
/linux-4.1.27/drivers/leds/
Dleds-lp55xx-common.h32 #define LP55XX_DEV_ATTR_RW(name, show, store) \ argument
33 DEVICE_ATTR(name, S_IRUGO | S_IWUSR, show, store)
34 #define LP55XX_DEV_ATTR_RO(name, show) \ argument
35 DEVICE_ATTR(name, S_IRUGO, show, NULL)
/linux-4.1.27/Documentation/cgroups/
Dhugetlb.txt30 hugetlb.<hugepagesize>.limit_in_bytes # set/show limit of "hugepagesize" hugetlb usage
31 hugetlb.<hugepagesize>.max_usage_in_bytes # show max "hugepagesize" hugetlb usage recorded
32 hugetlb.<hugepagesize>.usage_in_bytes # show current usage for "hugepagesize" hugetlb
33 hugetlb.<hugepagesize>.failcnt # show the number of allocation failure due to HugeTLB limit
Dmemory.txt57 tasks # attach a task(thread) and show list of threads
58 cgroup.procs # show list of processes
60 memory.usage_in_bytes # show current usage for memory
62 memory.memsw.usage_in_bytes # show current usage for memory+Swap
64 memory.limit_in_bytes # set/show limit of memory usage
65 memory.memsw.limit_in_bytes # set/show limit of memory+Swap usage
66 memory.failcnt # show the number of memory usage hits limits
67 memory.memsw.failcnt # show the number of memory+Swap hits limits
68 memory.max_usage_in_bytes # show max memory usage recorded
69 memory.memsw.max_usage_in_bytes # show max memory+Swap usage recorded
[all …]
/linux-4.1.27/drivers/isdn/capi/
Dkcapi_proc.c101 .show = controller_show,
108 .show = contrstats_show,
209 .show = applications_show,
216 .show = applstats_show,
279 .show = capi_driver_show,
/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c354 ssize_t (*show)(struct o2nm_node *, char *); member
362 .show = o2nm_node_num_read,
370 .show = o2nm_node_ipv4_port_read,
378 .show = o2nm_node_ipv4_address_read,
386 .show = o2nm_node_local_read,
418 if (o2nm_node_attr->show) in o2nm_node_show()
419 ret = o2nm_node_attr->show(node, page); in o2nm_node_show()
480 ssize_t (*show)(struct o2nm_cluster *, char *); member
627 .show = o2nm_cluster_attr_idle_timeout_ms_read,
635 .show = o2nm_cluster_attr_keepalive_delay_ms_read,
[all …]
Dheartbeat.c1891 ssize_t (*show)(struct o2hb_region *, char *); member
1899 .show = o2hb_region_block_bytes_read,
1907 .show = o2hb_region_start_block_read,
1915 .show = o2hb_region_blocks_read,
1923 .show = o2hb_region_dev_read,
1931 .show = o2hb_region_pid_read,
1952 if (o2hb_region_attr->show) in o2hb_region_show()
1953 ret = o2hb_region_attr->show(reg, page); in o2hb_region_show()
2171 ssize_t (*show)(struct o2hb_heartbeat_group *, char *); member
2184 if (o2hb_heartbeat_group_attr->show) in o2hb_heartbeat_group_show()
[all …]
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_explicit.c58 ssize_t (*show)(struct childless *, char *); member
117 .show = childless_showme_read,
121 .show = childless_storeme_read,
126 .show = childless_description_read,
145 if (childless_attr->show) in childless_attr_show()
146 ret = childless_attr->show(childless, page); in childless_attr_show()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sysfs.c120 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_location; in ixgbe_add_hwmon_attr()
125 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_temp; in ixgbe_add_hwmon_attr()
130 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_cautionthresh; in ixgbe_add_hwmon_attr()
135 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_maxopthresh; in ixgbe_add_hwmon_attr()
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-c2port29 The /sys/class/c2port/c2portX/dev_id file show the device ID
44 The /sys/class/c2port/c2portX/flash_block_size file show
51 The /sys/class/c2port/c2portX/flash_blocks_num file show
73 The /sys/class/c2port/c2portX/flash_erase file show the
87 The /sys/class/c2port/c2portX/rev_id file show the revision ID
Dsysfs-bus-i2c-devices-fsa94805 show what device is attached
16 show or set the state of manual switch
Dsysfs-devices-memory29 is read-only and is designed to show the name of physical
46 is read-write. When read, its contents show the
69 read-only and is designed to show which zone this memory
Dsysfs-class-backlight-driver-adp887013 will also show the brightness level stored for this
28 This file will also show the dim brightness level stored for
Dconfigfs-spear-pcie-gadget10 This interfaces can be used to show spear's PCIe device capability.
Dsysfs-platform-eeepc-laptop38 Reading this file will show the raw hexadecimal value which
/linux-4.1.27/fs/dlm/
Dconfig.c129 ssize_t (*show)(struct dlm_cluster *, char *); member
151 .show = cluster_cluster_name_read,
229 ssize_t (*show)(struct dlm_comm *, char *); member
237 .show = comm_nodeid_read,
245 .show = comm_local_read,
260 .show = comm_addr_list_read,
278 ssize_t (*show)(struct dlm_node *, char *); member
286 .show = node_nodeid_read,
294 .show = node_weight_read,
696 return cla->show ? cla->show(cl, buf) : 0; in show_cluster()
[all …]
Dlockspace.c116 ssize_t (*show)(struct dlm_ls *, char *); member
132 .show = dlm_id_show,
138 .show = dlm_nodir_show,
144 .show = dlm_recover_status_show
149 .show = dlm_recover_nodeid_show
167 return a->show ? a->show(ls, buf) : 0; in dlm_attr_show()
185 .show = dlm_attr_show,
Ddebug_fs.c581 .show = table_seq_show,
588 .show = table_seq_show,
595 .show = table_seq_show,
602 .show = table_seq_show,
/linux-4.1.27/scripts/
Dcoccicheck157 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || \
161 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff || exit 1
164 $FLAGS --cocci-file $COCCI $OPT $OPTIONS --no-show-diff && \
Dobjdiff28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
/linux-4.1.27/crypto/
Dproc.c102 if (alg->cra_type && alg->cra_type->show) { in c_show()
103 alg->cra_type->show(m, alg); in c_show()
133 .show = c_show
Dpcompress.c84 .show = crypto_pcomp_show,
Drng.c105 .show = crypto_rng_show,
/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb_hwmon.c121 igb_attr->dev_attr.show = igb_hwmon_show_location; in igb_add_hwmon_attr()
126 igb_attr->dev_attr.show = igb_hwmon_show_temp; in igb_add_hwmon_attr()
131 igb_attr->dev_attr.show = igb_hwmon_show_cautionthresh; in igb_add_hwmon_attr()
136 igb_attr->dev_attr.show = igb_hwmon_show_maxopthresh; in igb_add_hwmon_attr()
/linux-4.1.27/samples/kobject/
Dkset-example.c42 ssize_t (*show)(struct foo_obj *foo, struct foo_attribute *attr, char *buf); member
64 if (!attribute->show) in foo_attr_show()
67 return attribute->show(foo, attribute, buf); in foo_attr_show()
92 .show = foo_attr_show,
/linux-4.1.27/tools/perf/ui/
Dhelpline.c28 .show = nop_helpline__show,
72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
Dhelpline.h12 int (*show)(const char *fmt, va_list ap); member
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.h61 int (*show)(struct seq_file *seq, void *v, int idx); member
75 int (*show)(struct seq_file *seq, void *v, int i));
/linux-4.1.27/drivers/firmware/
Ddmi-sysfs.c52 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf); member
58 .show = dmi_sysfs_##_entry##_##_name, \
67 ssize_t (*show)(struct dmi_sysfs_entry *entry, member
75 .show = dmi_sysfs_##_entry##_##_name, \
106 return attr->show(entry, buf); in dmi_sysfs_attr_show()
110 .show = dmi_sysfs_attr_show,
210 return attr->show(entry, dh, data->buf); in dmi_entry_attr_show_helper()
228 .show = dmi_entry_attr_show,
Dmemmap.c65 ssize_t (*show)(struct firmware_map_entry *entry, char *buf); member
83 .show = memmap_attr_show,
403 return memmap_attr->show(entry, buf); in memmap_attr_show()
Dedd.c65 ssize_t(*show) (struct edd_device * edev, char *buf); member
78 .show = _show, \
120 if (edd_attr->show) in edd_attr_show()
121 ret = edd_attr->show(dev, buf); in edd_attr_show()
126 .show = edd_attr_show,
/linux-4.1.27/drivers/pci/
Dpci-label.c109 .show = smbioslabel_show,
114 .show = smbiosinstance_show,
246 .show = acpilabel_show,
251 .show = acpiindex_show,
Dslot.c23 return attribute->show ? attribute->show(slot, buf) : -EIO; in pci_slot_attr_show()
35 .show = pci_slot_attr_show,
/linux-4.1.27/fs/sysfs/
Dfile.c62 if (ops->show) { in sysfs_kf_seq_show()
63 count = ops->show(kobj, of->kn->priv, buf); in sysfs_kf_seq_show()
74 (unsigned long)ops->show); in sysfs_kf_seq_show()
118 return ops->show(kobj, of->kn->priv, buf); in sysfs_kf_read()
257 if (sysfs_ops->show && sysfs_ops->store) { in sysfs_add_file_mode_ns()
262 } else if (sysfs_ops->show) { in sysfs_add_file_mode_ns()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dsysfs.c164 ssize_t (*show)(struct device *dev, in create_sysfs_entry()
176 vdentry->dentry.show = show; in create_sysfs_entry()
187 if (vdentry->dentry.show) in create_sysfs_entry()
396 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member
408 if (!port_attr->show) in port_attr_show()
410 return port_attr->show(p, port_attr, buf); in port_attr_show()
427 .show = port_attr_show,
498 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *, in alloc_group_attrs()
530 element->attr.show = show; in alloc_group_attrs()
602 p->smi_enabled.show = sysfs_show_smi_enabled; in add_vf_smi_entries()
[all …]
/linux-4.1.27/net/l2tp/
Dl2tp_debugfs.c159 if (tunnel->show != NULL) in l2tp_dfs_seq_tunnel_show()
160 tunnel->show(m, tunnel); in l2tp_dfs_seq_tunnel_show()
216 if (session->show != NULL) in l2tp_dfs_seq_session_show()
217 session->show(m, session); in l2tp_dfs_seq_session_show()
254 .show = l2tp_dfs_seq_show,
Dl2tp_core.h143 void (*show)(struct seq_file *m, void *priv); member
192 void (*show)(struct seq_file *m, void *arg); member
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dnv50.c798 u32 show = stat, show_bitfield = stat; in nv50_gr_intr() local
807 show &= ~0x00000010; in nv50_gr_intr()
811 if (show & 0x00100000) { in nv50_gr_intr()
820 if (!nv50_gr_trap_handler(priv, show, chid, (u64)inst << 12, in nv50_gr_intr()
822 show &= ~0x00200000; in nv50_gr_intr()
829 if (show) { in nv50_gr_intr()
830 show &= show_bitfield; in nv50_gr_intr()
831 if (show) { in nv50_gr_intr()
833 nvkm_bitfield_print(nv50_gr_intr_name, show); in nv50_gr_intr()
Dnv20.c204 u32 show = stat; in nv20_gr_intr() local
211 show &= ~NV_PGRAPH_INTR_ERROR; in nv20_gr_intr()
219 if (show) { in nv20_gr_intr()
221 nvkm_bitfield_print(nv10_gr_intr_name, show); in nv20_gr_intr()
Dnv40.c300 u32 show = stat; in nv40_gr_intr() local
310 show &= ~NV_PGRAPH_INTR_ERROR; in nv40_gr_intr()
322 if (show) { in nv40_gr_intr()
324 nvkm_bitfield_print(nv10_gr_intr_name, show); in nv40_gr_intr()
Dnv04.c1266 u32 show = stat; in nv04_gr_intr() local
1279 show &= ~NV_PGRAPH_INTR_NOTIFY; in nv04_gr_intr()
1286 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH; in nv04_gr_intr()
1293 if (show) { in nv04_gr_intr()
1295 nvkm_bitfield_print(nv04_gr_intr_name, show); in nv04_gr_intr()
Dnv10.c1167 u32 show = stat; in nv10_gr_intr() local
1180 show &= ~NV_PGRAPH_INTR_ERROR; in nv10_gr_intr()
1187 show &= ~NV_PGRAPH_INTR_CONTEXT_SWITCH; in nv10_gr_intr()
1194 if (show) { in nv10_gr_intr()
1196 nvkm_bitfield_print(nv10_gr_intr_name, show); in nv10_gr_intr()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c341 ssize_t (*show) (struct threshold_block *, char *); member
411 .show = show_error_count,
417 .show = show_## val, \
434 static ssize_t show(struct kobject *kobj, struct attribute *attr, char *buf) in show() function
440 ret = a->show ? a->show(b, buf) : -EIO; in show()
458 .show = show,
/linux-4.1.27/drivers/firmware/efi/
Druntime-map.c30 ssize_t (*show)(struct efi_runtime_map_entry *entry, char *buf); member
67 return map_attr->show(entry, buf); in map_attr_show()
89 .show = map_attr_show,
Defivars.c102 ssize_t (*show) (struct efivar_entry *entry, char *buf); member
109 .show = _show, \
360 if (efivar_attr->show) { in efivar_attr_show()
361 ret = efivar_attr->show(var, buf); in efivar_attr_show()
383 .show = efivar_attr_show,
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-elog.c35 ssize_t (*show)(struct elog_obj *elog, struct elog_attribute *attr, member
103 if (!attribute->show) in elog_attr_show()
106 return attribute->show(elog, attribute, buf); in elog_attr_show()
126 .show = elog_attr_show,
Dopal-dump.c35 ssize_t (*show)(struct dump_obj *dump, struct dump_attribute *attr, member
167 if (!attribute->show) in dump_attr_show()
170 return attribute->show(dump, attribute, buf); in dump_attr_show()
190 .show = dump_attr_show,
/linux-4.1.27/fs/gfs2/
Dsys.c34 ssize_t (*show)(struct gfs2_sbd *, char *); member
43 return a->show ? a->show(sdp, buf) : 0; in gfs2_attr_show()
55 .show = gfs2_attr_show,
260 #define GFS2_ATTR(name, mode, show, store) \ argument
261 static struct gfs2_attr gfs2_attr_##name = __ATTR(name, mode, show, store)
571 #define TUNE_ATTR_3(name, show, store) \ argument
572 static struct gfs2_attr tune_attr_##name = __ATTR(name, 0644, show, store)
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsq.c263 ssize_t (*show)(char *buf); member
274 if (likely(sattr->show)) in sq_sysfs_show()
275 return sattr->show(buf); in sq_sysfs_show()
331 .show = sq_sysfs_show,
/linux-4.1.27/arch/powerpc/platforms/cell/
Dcbe_thermal.c65 .show = _prefix ## _show_ ## _name, \
254 .show = spu_show_temp,
277 .show = ppe_show_temp0,
282 .show = ppe_show_temp1,
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt126show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-register…
Dtlb.txt34 invlpg instruction (or instructions _near_ it) show up high in
49 You might see invlpg inside of flush_tlb_mm_range() show up in
Dmtrr.txt104 /* mtrr-show.c
106 Source file for mtrr-show (example program to show MTRRs using ioctl()'s)
130 This program will use an ioctl() on /proc/mtrr to show the current MTRR
/linux-4.1.27/drivers/input/mouse/
Dpsmouse.h124 ssize_t (*show)(struct psmouse *psmouse, void *data, char *buf); member
143 .show = psmouse_attr_show_helper, \
147 .show = _show, \
/linux-4.1.27/tools/testing/selftests/vm/
Dthuge-gen.c92 void show(unsigned long ps) in show() function
155 show(size); in test_mmap()
187 show(size); in test_shmget()
/linux-4.1.27/net/x25/
Dx25_proc.c157 .show = x25_seq_route_show,
164 .show = x25_seq_socket_show,
171 .show = x25_seq_forward_show,
/linux-4.1.27/net/bridge/
Dbr_sysfs_if.c25 ssize_t (*show)(struct net_bridge_port *, char *); member
33 .show = _show, \
232 return brport_attr->show(p, buf); in brport_show()
265 .show = brport_show,
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Ddisplay-sysfs.c245 ssize_t (*show)(struct omap_dss_device *, char *); member
289 if (!display_attr->show) in display_attr_show()
292 return display_attr->show(dssdev, buf); in display_attr_show()
311 .show = display_attr_show,
Doverlay-sysfs.c364 ssize_t (*show)(struct omap_overlay *, char *); member
414 if (!overlay_attr->show) in overlay_attr_show()
417 return overlay_attr->show(overlay, buf); in overlay_attr_show()
436 .show = overlay_attr_show,
Dmanager-sysfs.c434 ssize_t (*show)(struct omap_overlay_manager *, char *); member
487 if (!manager_attr->show) in manager_attr_show()
490 return manager_attr->show(manager, buf); in manager_attr_show()
509 .show = manager_attr_show,
/linux-4.1.27/ipc/
Dutil.c71 int (*show)(struct seq_file *, void *); member
119 int ids, int (*show)(struct seq_file *, void *)) in ipc_init_proc_interface()
130 iface->show = show; in ipc_init_proc_interface()
845 return iface->show(s, it); in sysvipc_proc_show()
852 .show = sysvipc_proc_show,
Dutil.h92 int ids, int (*show)(struct seq_file *, void *));
94 #define ipc_init_proc_interface(path, header, ids, show) do {} while (0) argument
/linux-4.1.27/drivers/uio/
Duio.c74 ssize_t (*show)(struct uio_mem *, char *); member
110 if (!entry->show) in map_type_show()
113 return entry->show(mem, buf); in map_type_show()
117 .show = map_type_show,
162 ssize_t (*show)(struct uio_port *, char *); member
198 if (!entry->show) in portio_type_show()
201 return entry->show(port, buf); in portio_type_show()
205 .show = portio_type_show,
/linux-4.1.27/fs/
Dseq_file.c113 error = m->op->show(m, p); in traverse()
227 err = m->op->show(m, p); in seq_read()
262 err = m->op->show(m, p); in seq_read()
557 int single_open(struct file *file, int (*show)(struct seq_file *, void *), in single_open()
567 op->show = show; in single_open()
578 int single_open_size(struct file *file, int (*show)(struct seq_file *, void *), in single_open_size()
585 ret = single_open(file, show, data); in single_open_size()
Dproc_namespace.c234 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common()
278 p->show = show; in mounts_open_common()
Dmount.h123 int (*show)(struct seq_file *, struct vfsmount *); member
/linux-4.1.27/drivers/platform/x86/
Dintel-rst.c70 .show = irst_show_wakeup_events,
116 .show = irst_show_wakeup_time,
Dintel_menlow.c386 static int intel_menlow_add_one_attribute(char *name, umode_t mode, void *show, in intel_menlow_add_one_attribute() argument
400 attr->attr.show = show; in intel_menlow_add_one_attribute()
Dsony-laptop.c874 handles->devattr.show = sony_nc_handles_show; in sony_nc_handles_setup()
1915 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show; in sony_nc_kbd_backlight_setup()
1921 kbdbl_ctl->timeout_attr.show = sony_nc_kbd_backlight_timeout_show; in sony_nc_kbd_backlight_setup()
2074 bcare_ctl->attrs[0].show = sony_nc_battery_care_limit_show; in sony_nc_battery_care_setup()
2088 bcare_ctl->attrs[1].show = sony_nc_battery_care_health_show; in sony_nc_battery_care_setup()
2241 th_handle->profiles_attr.show = sony_nc_thermal_profiles_show; in sony_nc_thermal_setup()
2246 th_handle->mode_attr.show = sony_nc_thermal_mode_show; in sony_nc_thermal_setup()
2374 lid_ctl->attrs[LID_RESUME_S5].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup()
2381 lid_ctl->attrs[LID_RESUME_S4].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup()
2387 lid_ctl->attrs[LID_RESUME_S3].show = sony_nc_lid_resume_show; in sony_nc_lid_resume_setup()
[all …]
/linux-4.1.27/drivers/scsi/aacraid/
Dlinit.c514 .show = aac_show_raid_level
946 .show = aac_show_model,
953 .show = aac_show_vendor,
960 .show = aac_show_flags,
967 .show = aac_show_kernel_version,
974 .show = aac_show_monitor_version,
981 .show = aac_show_bios_version,
988 .show = aac_show_serial_number,
995 .show = aac_show_max_channel,
1002 .show = aac_show_max_id,
[all …]
/linux-4.1.27/tools/perf/Documentation/
Dperf-report.txt26 Be more verbose. (show symbol address, etc)
29 --show-nr-samples::
44 Only show events for given process ID (comma separated list).
47 Only show events for given thread ID (comma separated list).
60 Only show symbols that match (partially) with this filter.
194 show up in the output. The output will have a new "Children" column
261 --show-total-period:: Show a column with the sum of periods.
264 --show-info::
305 Do not show entries which have an overhead under that percent.
Dperf-top.txt110 Be more verbose (show counter open errors, etc).
132 --show-nr-samples::
135 --show-total-period::
169 show up in the output. The output will have a new "Children" column
187 Do not show entries which have an overhead under that percent.
Dperf-script.txt197 Only show events for given process ID (comma separated list).
200 Only show events for given thread ID (comma separated list).
203 --show-info::
209 --show-kernel-path::
212 --show-task-events
215 --show-mmap-events
Dperf-test.txt19 fragment will show all tests that have it.
Dperf-data.txt35 Be more verbose (show counter open errors, etc).
Dperf-buildid-list.txt19 It can also be used to show the build id of the running kernel or in an ELF
Dperf-kmem.txt30 Be more verbose. (show symbol address, etc)
Dperf-lock.txt39 Be more verbose (show symbol address, etc).
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_sysfs.c178 #define QIB_PORT_ATTR(name, mode, show, store) \ argument
180 __ATTR(name, mode, show, store)
184 ssize_t (*show)(struct qib_pportdata *, char *); member
304 return pattr->show(ppd, buf); in qib_portattr_show()
320 .show = qib_portattr_show,
393 .show = sl2vl_attr_show,
483 .show = diagc_attr_show,
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c37 enum operation_mode_e { list = 1, show, show_all }; enumerator
357 if (mode && mode != show) in cmdline()
364 mode = show; in cmdline()
422 if (mode == show) in cmd_monitor()
/linux-4.1.27/net/core/
Dnet-procfs.c173 .show = dev_seq_show,
194 .show = softnet_seq_show,
297 .show = ptype_seq_show,
383 .show = dev_mc_seq_show,
Dnet-sysfs.c620 if (!attribute->show) in rx_queue_attr_show()
623 return attribute->show(queue, attribute, buf); in rx_queue_attr_show()
639 .show = rx_queue_attr_show,
932 ssize_t (*show)(struct netdev_queue *queue, member
948 if (!attribute->show) in netdev_queue_attr_show()
951 return attribute->show(queue, attribute, buf); in netdev_queue_attr_show()
968 .show = netdev_queue_attr_show,
/linux-4.1.27/drivers/xen/
Dsys-hypervisor.c33 ssize_t (*show)(struct hyp_sysfs_attr *, char *); member
426 if (hyp_attr->show) in hyp_sysfs_show()
427 return hyp_attr->show(hyp_attr, buffer); in hyp_sysfs_show()
444 .show = hyp_sysfs_show,
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-module7 module name will always show up if the module is loaded as a
9 will only show up if it has a version or at least one
Dsysfs-driver-usb-usbtmc6 These files show the various USB TMC capabilities as described
20 These files show the various USB TMC capabilities as described
/linux-4.1.27/net/appletalk/
Datalk_proc.c196 .show = atalk_seq_interface_show,
203 .show = atalk_seq_route_show,
210 .show = atalk_seq_socket_show,
/linux-4.1.27/sound/hda/
Dhdac_sysfs.c80 ssize_t (*show)(struct hdac_device *codec, hda_nid_t nid, member
108 if (!wid_attr->show) in widget_attr_show()
113 return wid_attr->show(codec, nid, wid_attr, buf); in widget_attr_show()
133 .show = widget_attr_show,
/linux-4.1.27/Documentation/locking/
Dlockstat.txt120 show the header with column descriptions. Lines 05-18 and 20-31 show the actual
124 Lines 09-12 show the first 4 recorded contention points (the code
125 which tries to get the lock) and lines 14-17 show the first 4 recorded
/linux-4.1.27/fs/notify/
Dfdinfo.c24 void (*show)(struct seq_file *m, in show_fdinfo()
32 show(m, mark); in show_fdinfo()
/linux-4.1.27/tools/thermal/tmon/
DREADME44 -h, --help show this help message
46 -v, --version show version
/linux-4.1.27/drivers/parisc/
Dpdc_stable.c111 ssize_t (*show)(struct pdcspath_entry *entry, char *buf); member
125 .show = _show, \
132 .show = _show, \
454 if (pdcs_attr->show) in pdcspath_attr_show()
455 ret = pdcs_attr->show(entry, buf); in pdcspath_attr_show()
485 .show = pdcspath_attr_show,
/linux-4.1.27/Documentation/networking/
Dvxlan.txt35 # ip -d link show vxlan0
47 # bridge fdb show dev vxlan0
/linux-4.1.27/drivers/pci/hotplug/
Dpci_hotplug_core.c139 .show = power_read_file,
183 .show = attention_read_file,
201 .show = latch_read_file,
218 .show = presence_read_file,
/linux-4.1.27/net/rxrpc/
Dar-proc.c93 .show = rxrpc_call_seq_show,
177 .show = rxrpc_connection_seq_show,
/linux-4.1.27/Documentation/i2c/busses/
Di2c-viapro47 Your lspci -n listing must show one of these :
65 If none of these show up, you should look in the BIOS for settings like
Di2c-ismt32 The S12xx series contain a pair of PCI functions. An output of lspci will show
Di2c-via18 Your lspci listing must show this :
/linux-4.1.27/net/ipx/
Dipx_proc.c229 .show = ipx_seq_interface_show,
236 .show = ipx_seq_route_show,
243 .show = ipx_seq_socket_show,
/linux-4.1.27/drivers/infiniband/hw/usnic/
Dusnic_ib_sysfs.c200 ssize_t (*show)(struct usnic_ib_qp_grp *, char *buf); member
215 return qpn_attr->show(qp_grp, buf); in usnic_ib_qpn_attr_show()
219 .show = usnic_ib_qpn_attr_show
/linux-4.1.27/drivers/iio/
Dindustrialio-event.c320 ssize_t (*show)(struct device *, struct device_attribute *, char *); in iio_device_add_event() local
344 show = iio_ev_state_show; in iio_device_add_event()
347 show = iio_ev_value_show; in iio_device_add_event()
351 ret = __iio_add_chan_devattr(postfix, chan, show, store, in iio_device_add_event()
/linux-4.1.27/net/atm/
Dproc.c257 .show = atm_dev_seq_show,
292 .show = pvc_seq_show,
326 .show = vcc_seq_show,
361 .show = svc_seq_show,
/linux-4.1.27/drivers/infiniband/core/
Dsysfs.c53 ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf); member
77 if (!port_attr->show) in port_attr_show()
80 return port_attr->show(p, port_attr, buf); in port_attr_show()
84 .show = port_attr_show
478 alloc_group_attrs(ssize_t (*show)(struct ib_port *, in alloc_group_attrs()
504 element->attr.show = show; in alloc_group_attrs()
/linux-4.1.27/fs/proc/
Dinterrupts.c33 .show = show_interrupts
Dproc_net.c64 int (*show)(struct seq_file *, void *)) in single_open_net()
74 err = single_open(file, show, net); in single_open_net()
Ddevices.c50 .show = devinfo_show
Dnommu.c113 .show = nommu_region_list_show
Dconsoles.c92 .show = show_console_dev
/linux-4.1.27/net/batman-adv/
Dsysfs.h32 ssize_t (*show)(struct kobject *kobj, struct attribute *attr, member
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_debugfs.c121 .show = fm10k_dbg_tx_desc_seq_show,
128 .show = fm10k_dbg_rx_desc_seq_show,
/linux-4.1.27/drivers/infiniband/ulp/ipoib/
Dipoib_fs.c131 .show = ipoib_mcg_seq_show,
236 .show = ipoib_path_seq_show,
/linux-4.1.27/tools/perf/ui/tui/
Dhelpline.c54 .show = tui_helpline__show,
/linux-4.1.27/tools/perf/ui/gtk/
Dhelpline.c51 .show = gtk_helpline_show,
/linux-4.1.27/fs/afs/
Dproc.c35 .show = afs_proc_cells_show,
69 .show = afs_proc_cell_volumes_show,
91 .show = afs_proc_cell_vlservers_show,
112 .show = afs_proc_cell_servers_show,
/linux-4.1.27/Documentation/dvb/
Dtechnisat.txt10 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
14 dmesg | grep frontend may show you for example:
/linux-4.1.27/Documentation/blockdev/
Dzram.txt30 #show max compression streams number
53 #show supported compression algorithms
108 disksize RW show and set the device's disk size
117 comp_algorithm RW show and change the compression algorithm
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_crtc.h62 void (*show)(struct nouveau_crtc *, bool update); member
/linux-4.1.27/arch/hexagon/kernel/
Dsetup.c149 .show = &show_cpuinfo,
/linux-4.1.27/drivers/thermal/
Dthermal_hwmon.c192 temp->temp_input.attr.show = temp_input_show; in thermal_add_hwmon_sysfs()
204 temp->temp_crit.attr.show = temp_crit_show; in thermal_add_hwmon_sysfs()
/linux-4.1.27/net/llc/
Dllc_proc.c207 .show = llc_seq_socket_show,
214 .show = llc_seq_core_show,
/linux-4.1.27/net/netfilter/
Dxt_IDLETIMER.c46 ssize_t (*show)(struct kobject *kobj, member
135 info->timer->attr.show = idletimer_tg_show; in idletimer_tg_create()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c198 .show = ct_seq_show
312 .show = exp_seq_show
405 .show = ct_cpu_seq_show,
/linux-4.1.27/net/sctp/
Dproc.c247 .show = sctp_eps_seq_show,
374 .show = sctp_assocs_seq_show,
524 .show = sctp_remaddr_seq_show,
Dobjcnt.c110 .show = sctp_objcnt_seq_show,
/linux-4.1.27/Documentation/frv/
Dgdbstub.txt90 Type "show copying" to see the conditions.
91 There is absolutely no warranty for GDB. Type "show warranty" for details.
102 This should show the appropriate lines from the source too. The kernel can
/linux-4.1.27/drivers/base/
Dclass.c33 if (class_attr->show) in class_attr_show()
34 ret = class_attr->show(cp->class, class_attr, buf); in class_attr_show()
75 .show = class_attr_show,
Dbus.c61 if (drv_attr->show) in drv_attr_show()
62 ret = drv_attr->show(drv_priv->driver, buf); in drv_attr_show()
79 .show = drv_attr_show,
106 if (bus_attr->show) in bus_attr_show()
107 ret = bus_attr->show(subsys_priv->bus, buf); in bus_attr_show()
124 .show = bus_attr_show,
/linux-4.1.27/arch/s390/kernel/
Dprocessor.c101 .show = show_cpuinfo,
/linux-4.1.27/fs/fscache/
Dhistogram.c90 .show = fscache_histogram_show,
/linux-4.1.27/Documentation/driver-model/
Ddevice.txt42 ssize_t (*show)(struct device *dev, struct device_attribute *attr,
59 #define DEVICE_ATTR(name,mode,show,store)
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c140 .show = adf_ring_show
256 .show = adf_bank_show
/linux-4.1.27/arch/tile/kernel/
Dproc.c91 .show = show_cpuinfo,
/linux-4.1.27/fs/cachefiles/
Dproc.c84 .show = cachefiles_histogram_show,
/linux-4.1.27/kernel/
Dpadata.c903 ssize_t (*show)(struct padata_instance *, struct attribute *, char *); member
983 if (pentry->show) in padata_sysfs_show()
984 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
998 if (pentry->show) in padata_sysfs_store()
1005 .show = padata_sysfs_show,
/linux-4.1.27/Documentation/usb/
Dchipidea.txt3 To show how to demo OTG HNP and SRP functions via sys input files
11 can show otg fsm variables and some controller registers value:
/linux-4.1.27/drivers/char/tpm/
Dtpm_eventlog.c271 .show = tpm_ascii_bios_measurements_show,
278 .show = tpm_binary_bios_measurements_show,
/linux-4.1.27/mm/
Dvmstat.c1149 .show = frag_show,
1168 .show = pagetypeinfo_show,
1261 .show = zoneinfo_show,
1343 .show = vmstat_show,
1609 .show = unusable_show,
1661 .show = extfrag_show,
/linux-4.1.27/arch/s390/
DKconfig.debug25 Say Y here if you want to show the kernel pagetable layout in a
/linux-4.1.27/fs/btrfs/
Dsysfs.h19 .show = _show, \
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Dcursor.c68 crtc->cursor.show = nv04_cursor_show; in nv04_cursor_init()
/linux-4.1.27/arch/cris/kernel/
Dsetup.c199 .show = show_cpuinfo,
/linux-4.1.27/net/ipv4/
Dudplite.c92 .show = udp4_seq_show,
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcoresight.txt34 * Required properties for devices that don't show up on the AMBA bus, such as
90 /* non-configurable replicators don't show up on the
/linux-4.1.27/Documentation/trace/
Dfunction-graph-fold.vim6 " functions. While closed, a fold will show the total time taken for a call,
Devents-nmi.txt3 These events normally show up here:
/linux-4.1.27/net/ipv6/
Dudplite.c111 .show = udp6_seq_show,
/linux-4.1.27/security/keys/
Dproc.c31 .show = proc_keys_show,
51 .show = proc_key_users_show,
/linux-4.1.27/Documentation/w1/masters/
Dds249063 show a successful completion, but the ds2490 status register would
64 show 0 bytes written. Detaching qemu from the ds2490 hardware and
/linux-4.1.27/drivers/usb/gadget/function/
Df_serial.c280 if (f_serial_opts_attr->show) in f_serial_attr_show()
281 ret = f_serial_opts_attr->show(opts, page); in f_serial_attr_show()
/linux-4.1.27/drivers/net/wireless/hostap/
Dhostap_proc.c145 .show = prism2_wds_proc_show,
216 .show = prism2_bss_list_proc_show,
423 .show = prism2_scan_results_proc_show,
/linux-4.1.27/tools/usb/usbip/
DCOPYING36 source code. And you must show them these terms so they know their
317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
321 The hypothetical commands `show w' and `show c' should show the appropriate
323 be called something other than `show w' and `show c'; they could even be
/linux-4.1.27/drivers/staging/rtl8192e/
Dlicense42 must show them these terms so they know their rights.
316 with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free
318 type 'show c' for details.
320 The hypothetical commands 'show w' and 'show c' should show the appropriate
322 called something other than 'show w' and 'show c'; they could even be
/linux-4.1.27/drivers/staging/rtl8192u/
Dcopying36 source code. And you must show them these terms so they know their
317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
321 The hypothetical commands `show w' and `show c' should show the appropriate
323 be called something other than `show w' and `show c'; they could even be
/linux-4.1.27/
DCOPYING52 source code. And you must show them these terms so they know their
333 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
335 under certain conditions; type `show c' for details.
337 The hypothetical commands `show w' and `show c' should show the appropriate
339 be called something other than `show w' and `show c'; they could even be
/linux-4.1.27/arch/microblaze/kernel/cpu/
Dmb.c157 .show = show_cpuinfo,
/linux-4.1.27/net/wireless/
Dwext-proc.c126 .show = wireless_dev_seq_show,
/linux-4.1.27/arch/score/kernel/
Dsetup.c154 .show = show_cpuinfo,
/linux-4.1.27/drivers/s390/char/
Dtape_proc.c104 .show = tape_proc_show,
/linux-4.1.27/Documentation/hwmon/
Demc210332 will show as "fault". The module parameter "apd=0" can be used to suppress
/linux-4.1.27/kernel/sched/
Dstats.c118 .show = show_schedstat,
/linux-4.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c80 .show = hc_show
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
DEventClass.py45 def show(self): member in PerfEvent
/linux-4.1.27/Documentation/sound/alsa/
DProcfile.txt105 When the bit 0 is set, the driver will show the messages to
111 When the bit 1 is set, the driver will show the stack trace
214 - the name of the driver/card, show in /proc/asound/cards
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h71 bool show, int x, int y);

1234