/linux-4.1.27/security/integrity/ima/ |
D | ima_template_lib.c | 69 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 …]
|
D | ima_template_lib.h | 21 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,
|
D | ima_fs.c | 162 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/ |
D | blk-sysfs.c | 18 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 …]
|
D | blk-mq-sysfs.c | 22 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 …]
|
D | blk-integrity.c | 241 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/ |
D | sysfs.txt | 105 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/ |
D | sysfs.c | 164 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/ |
D | configfs_macros.h | 56 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/ |
D | xfs_sysfs.c | 27 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/ |
D | gl518sm.c | 238 #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 …]
|
D | i5k_amb.c | 299 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()
|
D | ibmpowernv.c | 328 ssize_t (*show)(struct device *dev, in create_hwmon_attr() 339 sdata->dev_attr.show = show; in create_hwmon_attr()
|
D | ibmaem.c | 120 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()
|
D | acpi_power_meter.c | 112 ssize_t (*show)(struct device *dev, member 469 .show = _show, \ 476 .show = _show, \ 641 sensors->dev_attr.show = attrs->show; in register_attrs()
|
D | s3c-hwmon.c | 234 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/ |
D | iscsi_boot_sysfs.h | 84 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),
|
D | configfs.h | 141 ssize_t (*show)(struct _item *, char *); \ 160 .show = _show, \ 171 .show = _show, \ 192 if (_item##_attr->show) \ 193 ret = _item##_attr->show(_item, page); \
|
D | sysfs.h | 93 .show = _show, \ 100 .show = _show, \ 106 .show = _name##_show, \ 123 .show = _show, \ 200 ssize_t (*show)(struct kobject *, struct attribute *, char *); member
|
D | seq_file_net.h | 18 int (*show)(struct seq_file *, void *));
|
/linux-4.1.27/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 34 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/ |
D | edac_pci_sysfs.c | 92 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 …]
|
D | edac_device_sysfs.c | 109 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 …]
|
D | edac_core.h | 152 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/ |
D | sys.c | 29 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/ |
D | err_inject.c | 56 #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)
|
D | topology.c | 241 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/ |
D | sysfs.h | 65 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)
|
D | sysfs.c | 54 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/ |
D | sysfs.txt | 90 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 …]
|
D | seq_file.txt | 52 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
|
D | sysfs-tagging.txt | 7 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/ |
D | bond_sysfs_slave.c | 19 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/ |
D | pvrusb2-sysfs.c | 330 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/ |
D | dm-sysfs.c | 13 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/ |
D | nv44.c | 106 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()
|
D | nv50.c | 130 u32 show = stat; in nv50_mpeg_intr() local 136 show &= ~0x01000000; in nv50_mpeg_intr() 140 if (show) { in nv50_mpeg_intr()
|
D | nv31.c | 204 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/ |
D | leds-lp55xx-common.h | 32 #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/ |
D | hugetlb.txt | 30 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
|
D | memory.txt | 57 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/ |
D | kcapi_proc.c | 101 .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/ |
D | nodemanager.c | 354 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 …]
|
D | heartbeat.c | 1891 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/ |
D | configfs_example_explicit.c | 58 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/ |
D | ixgbe_sysfs.c | 120 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/ |
D | sysfs-c2port | 29 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
|
D | sysfs-bus-i2c-devices-fsa9480 | 5 show what device is attached 16 show or set the state of manual switch
|
D | sysfs-devices-memory | 29 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
|
D | sysfs-class-backlight-driver-adp8870 | 13 will also show the brightness level stored for this 28 This file will also show the dim brightness level stored for
|
D | configfs-spear-pcie-gadget | 10 This interfaces can be used to show spear's PCIe device capability.
|
D | sysfs-platform-eeepc-laptop | 38 Reading this file will show the raw hexadecimal value which
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 129 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 …]
|
D | lockspace.c | 116 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,
|
D | debug_fs.c | 581 .show = table_seq_show, 588 .show = table_seq_show, 595 .show = table_seq_show, 602 .show = table_seq_show,
|
/linux-4.1.27/scripts/ |
D | coccicheck | 157 $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 && \
|
D | objdiff | 28 SRCTREE=$(cd $(git rev-parse --show-toplevel 2>/dev/null); pwd)
|
/linux-4.1.27/crypto/ |
D | proc.c | 102 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
|
D | pcompress.c | 84 .show = crypto_pcomp_show,
|
D | rng.c | 105 .show = crypto_rng_show,
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
D | igb_hwmon.c | 121 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/ |
D | kset-example.c | 42 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/ |
D | helpline.c | 28 .show = nop_helpline__show, 72 return helpline_fns->show(fmt, ap); in ui_helpline__vshow()
|
D | helpline.h | 12 int (*show)(const char *fmt, va_list ap); member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 61 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/ |
D | dmi-sysfs.c | 52 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,
|
D | memmap.c | 65 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()
|
D | edd.c | 65 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/ |
D | pci-label.c | 109 .show = smbioslabel_show, 114 .show = smbiosinstance_show, 246 .show = acpilabel_show, 251 .show = acpiindex_show,
|
D | slot.c | 23 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/ |
D | file.c | 62 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/ |
D | sysfs.c | 164 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/ |
D | l2tp_debugfs.c | 159 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,
|
D | l2tp_core.h | 143 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/ |
D | nv50.c | 798 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()
|
D | nv20.c | 204 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()
|
D | nv40.c | 300 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()
|
D | nv04.c | 1266 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()
|
D | nv10.c | 1167 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/ |
D | mce_amd.c | 341 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/ |
D | runtime-map.c | 30 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,
|
D | efivars.c | 102 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/ |
D | opal-elog.c | 35 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,
|
D | opal-dump.c | 35 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/ |
D | sys.c | 34 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/ |
D | sq.c | 263 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/ |
D | cbe_thermal.c | 65 .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/ |
D | earlyprintk.txt | 126 …show-backtrace-all-active-cpus(L) show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-register…
|
D | tlb.txt | 34 invlpg instruction (or instructions _near_ it) show up high in 49 You might see invlpg inside of flush_tlb_mm_range() show up in
|
D | mtrr.txt | 104 /* 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/ |
D | psmouse.h | 124 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/ |
D | thuge-gen.c | 92 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/ |
D | x25_proc.c | 157 .show = x25_seq_route_show, 164 .show = x25_seq_socket_show, 171 .show = x25_seq_forward_show,
|
/linux-4.1.27/net/bridge/ |
D | br_sysfs_if.c | 25 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/ |
D | display-sysfs.c | 245 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,
|
D | overlay-sysfs.c | 364 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,
|
D | manager-sysfs.c | 434 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/ |
D | util.c | 71 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,
|
D | util.h | 92 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/ |
D | uio.c | 74 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/ |
D | seq_file.c | 113 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()
|
D | proc_namespace.c | 234 int (*show)(struct seq_file *, struct vfsmount *)) in mounts_open_common() 278 p->show = show; in mounts_open_common()
|
D | mount.h | 123 int (*show)(struct seq_file *, struct vfsmount *); member
|
/linux-4.1.27/drivers/platform/x86/ |
D | intel-rst.c | 70 .show = irst_show_wakeup_events, 116 .show = irst_show_wakeup_time,
|
D | intel_menlow.c | 386 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()
|
D | sony-laptop.c | 874 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/ |
D | linit.c | 514 .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/ |
D | perf-report.txt | 26 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.
|
D | perf-top.txt | 110 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.
|
D | perf-script.txt | 197 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
|
D | perf-test.txt | 19 fragment will show all tests that have it.
|
D | perf-data.txt | 35 Be more verbose (show counter open errors, etc).
|
D | perf-buildid-list.txt | 19 It can also be used to show the build id of the running kernel or in an ELF
|
D | perf-kmem.txt | 30 Be more verbose. (show symbol address, etc)
|
D | perf-lock.txt | 39 Be more verbose (show symbol address, etc).
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 178 #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/ |
D | cpupower-monitor.c | 37 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/ |
D | net-procfs.c | 173 .show = dev_seq_show, 194 .show = softnet_seq_show, 297 .show = ptype_seq_show, 383 .show = dev_mc_seq_show,
|
D | net-sysfs.c | 620 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/ |
D | sys-hypervisor.c | 33 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/ |
D | sysfs-module | 7 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
|
D | sysfs-driver-usb-usbtmc | 6 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/ |
D | atalk_proc.c | 196 .show = atalk_seq_interface_show, 203 .show = atalk_seq_route_show, 210 .show = atalk_seq_socket_show,
|
/linux-4.1.27/sound/hda/ |
D | hdac_sysfs.c | 80 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/ |
D | lockstat.txt | 120 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/ |
D | fdinfo.c | 24 void (*show)(struct seq_file *m, in show_fdinfo() 32 show(m, mark); in show_fdinfo()
|
/linux-4.1.27/tools/thermal/tmon/ |
D | README | 44 -h, --help show this help message 46 -v, --version show version
|
/linux-4.1.27/drivers/parisc/ |
D | pdc_stable.c | 111 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/ |
D | vxlan.txt | 35 # ip -d link show vxlan0 47 # bridge fdb show dev vxlan0
|
/linux-4.1.27/drivers/pci/hotplug/ |
D | pci_hotplug_core.c | 139 .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/ |
D | ar-proc.c | 93 .show = rxrpc_call_seq_show, 177 .show = rxrpc_connection_seq_show,
|
/linux-4.1.27/Documentation/i2c/busses/ |
D | i2c-viapro | 47 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
|
D | i2c-ismt | 32 The S12xx series contain a pair of PCI functions. An output of lspci will show
|
D | i2c-via | 18 Your lspci listing must show this :
|
/linux-4.1.27/net/ipx/ |
D | ipx_proc.c | 229 .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/ |
D | usnic_ib_sysfs.c | 200 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/ |
D | industrialio-event.c | 320 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/ |
D | proc.c | 257 .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/ |
D | sysfs.c | 53 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/ |
D | interrupts.c | 33 .show = show_interrupts
|
D | proc_net.c | 64 int (*show)(struct seq_file *, void *)) in single_open_net() 74 err = single_open(file, show, net); in single_open_net()
|
D | devices.c | 50 .show = devinfo_show
|
D | nommu.c | 113 .show = nommu_region_list_show
|
D | consoles.c | 92 .show = show_console_dev
|
/linux-4.1.27/net/batman-adv/ |
D | sysfs.h | 32 ssize_t (*show)(struct kobject *kobj, struct attribute *attr, member
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_debugfs.c | 121 .show = fm10k_dbg_tx_desc_seq_show, 128 .show = fm10k_dbg_rx_desc_seq_show,
|
/linux-4.1.27/drivers/infiniband/ulp/ipoib/ |
D | ipoib_fs.c | 131 .show = ipoib_mcg_seq_show, 236 .show = ipoib_path_seq_show,
|
/linux-4.1.27/tools/perf/ui/tui/ |
D | helpline.c | 54 .show = tui_helpline__show,
|
/linux-4.1.27/tools/perf/ui/gtk/ |
D | helpline.c | 51 .show = gtk_helpline_show,
|
/linux-4.1.27/fs/afs/ |
D | proc.c | 35 .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/ |
D | technisat.txt | 10 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/ |
D | zram.txt | 30 #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/ |
D | nouveau_crtc.h | 62 void (*show)(struct nouveau_crtc *, bool update); member
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | setup.c | 149 .show = &show_cpuinfo,
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_hwmon.c | 192 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/ |
D | llc_proc.c | 207 .show = llc_seq_socket_show, 214 .show = llc_seq_core_show,
|
/linux-4.1.27/net/netfilter/ |
D | xt_IDLETIMER.c | 46 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/ |
D | nf_conntrack_l3proto_ipv4_compat.c | 198 .show = ct_seq_show 312 .show = exp_seq_show 405 .show = ct_cpu_seq_show,
|
/linux-4.1.27/net/sctp/ |
D | proc.c | 247 .show = sctp_eps_seq_show, 374 .show = sctp_assocs_seq_show, 524 .show = sctp_remaddr_seq_show,
|
D | objcnt.c | 110 .show = sctp_objcnt_seq_show,
|
/linux-4.1.27/Documentation/frv/ |
D | gdbstub.txt | 90 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/ |
D | class.c | 33 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,
|
D | bus.c | 61 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/ |
D | processor.c | 101 .show = show_cpuinfo,
|
/linux-4.1.27/fs/fscache/ |
D | histogram.c | 90 .show = fscache_histogram_show,
|
/linux-4.1.27/Documentation/driver-model/ |
D | device.txt | 42 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/ |
D | adf_transport_debug.c | 140 .show = adf_ring_show 256 .show = adf_bank_show
|
/linux-4.1.27/arch/tile/kernel/ |
D | proc.c | 91 .show = show_cpuinfo,
|
/linux-4.1.27/fs/cachefiles/ |
D | proc.c | 84 .show = cachefiles_histogram_show,
|
/linux-4.1.27/kernel/ |
D | padata.c | 903 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/ |
D | chipidea.txt | 3 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/ |
D | tpm_eventlog.c | 271 .show = tpm_ascii_bios_measurements_show, 278 .show = tpm_binary_bios_measurements_show,
|
/linux-4.1.27/mm/ |
D | vmstat.c | 1149 .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/ |
D | Kconfig.debug | 25 Say Y here if you want to show the kernel pagetable layout in a
|
/linux-4.1.27/fs/btrfs/ |
D | sysfs.h | 19 .show = _show, \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | cursor.c | 68 crtc->cursor.show = nv04_cursor_show; in nv04_cursor_init()
|
/linux-4.1.27/arch/cris/kernel/ |
D | setup.c | 199 .show = show_cpuinfo,
|
/linux-4.1.27/net/ipv4/ |
D | udplite.c | 92 .show = udp4_seq_show,
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | coresight.txt | 34 * 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/ |
D | function-graph-fold.vim | 6 " functions. While closed, a fold will show the total time taken for a call,
|
D | events-nmi.txt | 3 These events normally show up here:
|
/linux-4.1.27/net/ipv6/ |
D | udplite.c | 111 .show = udp6_seq_show,
|
/linux-4.1.27/security/keys/ |
D | proc.c | 31 .show = proc_keys_show, 51 .show = proc_key_users_show,
|
/linux-4.1.27/Documentation/w1/masters/ |
D | ds2490 | 63 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/ |
D | f_serial.c | 280 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/ |
D | hostap_proc.c | 145 .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/ |
D | COPYING | 36 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/ |
D | license | 42 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/ |
D | copying | 36 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/ |
D | COPYING | 52 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/ |
D | mb.c | 157 .show = show_cpuinfo,
|
/linux-4.1.27/net/wireless/ |
D | wext-proc.c | 126 .show = wireless_dev_seq_show,
|
/linux-4.1.27/arch/score/kernel/ |
D | setup.c | 154 .show = show_cpuinfo,
|
/linux-4.1.27/drivers/s390/char/ |
D | tape_proc.c | 104 .show = tape_proc_show,
|
/linux-4.1.27/Documentation/hwmon/ |
D | emc2103 | 32 will show as "fault". The module parameter "apd=0" can be used to suppress
|
/linux-4.1.27/kernel/sched/ |
D | stats.c | 118 .show = show_schedstat,
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 80 .show = hc_show
|
/linux-4.1.27/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | EventClass.py | 45 def show(self): member in PerfEvent
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | Procfile.txt | 105 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/ |
D | vmwgfx_kms.h | 71 bool show, int x, int y);
|