| /drivers/gpu/drm/xe/ |
| A D | xe_gt_debugfs.c | 291 {"sa_info", .show = xe_gt_debugfs_simple_show, .data = sa_info}, 292 {"topology", .show = xe_gt_debugfs_simple_show, .data = topology}, 293 {"ggtt", .show = xe_gt_debugfs_simple_show, .data = ggtt}, 295 {"workarounds", .show = xe_gt_debugfs_simple_show, .data = workarounds}, 296 {"tunings", .show = xe_gt_debugfs_simple_show, .data = tunings}, 302 {"stats", .show = xe_gt_debugfs_simple_show, .data = xe_gt_stats_print_info}, 303 {"hwconfig", .show = xe_gt_debugfs_simple_show, .data = hwconfig}, 308 {"hw_engines", .show = xe_gt_debugfs_simple_show, .data = hw_engines}, 309 {"mocs", .show = xe_gt_debugfs_simple_show, .data = mocs}, 310 {"pat", .show = xe_gt_debugfs_simple_show, .data = pat}, [all …]
|
| A D | xe_guc_debugfs.c | 112 { "guc_info", .show = guc_debugfs_show, .data = xe_guc_print_info }, 113 { "guc_ctb", .show = guc_debugfs_show, .data = guc_ctb }, 118 { "guc_pc", .show = guc_debugfs_show, .data = guc_pc }, 123 { "guc_log", .show = guc_debugfs_show, .data = guc_log }, 124 { "guc_log_dmesg", .show = guc_debugfs_show, .data = guc_log_dmesg },
|
| A D | xe_gt_sriov_vf_debugfs.c | 28 .show = xe_gt_debugfs_simple_show, 33 .show = xe_gt_debugfs_simple_show, 39 .show = xe_gt_debugfs_simple_show,
|
| A D | xe_gt_sriov_pf_debugfs.c | 68 .show = xe_gt_debugfs_simple_show, 73 .show = xe_gt_debugfs_simple_show, 78 .show = xe_gt_debugfs_simple_show, 83 .show = xe_gt_debugfs_simple_show, 99 .show = xe_gt_debugfs_simple_show, 104 .show = xe_gt_debugfs_simple_show, 119 .show = xe_gt_debugfs_simple_show,
|
| /drivers/cpuidle/ |
| A D | sysfs.c | 174 if (cattr->show) { in cpuidle_show() 176 ret = cattr->show(dev, buf); in cpuidle_show() 198 .show = cpuidle_show, 217 ssize_t (*show)(struct cpuidle_state *, \ member 223 #define define_one_state_ro(_name, show) \ argument 369 __ATTR(_name, 0444, show, NULL) 421 if (cattr->show) in cpuidle_state_show() 446 .show = cpuidle_state_show, 534 __ATTR(_name, 0444, show, NULL) 572 if (dattr->show) in cpuidle_driver_show() [all …]
|
| /drivers/hwmon/ |
| A D | gl518sm.c | 234 show(TEMP, temp_input1, temp_in); 235 show(TEMP, temp_max1, temp_max); 236 show(TEMP, temp_hyst1, temp_hyst); 237 show(BOOL, fan_auto1, fan_auto1); 243 show(IN, in_min1, voltage_min[1]); 244 show(IN, in_min2, voltage_min[2]); 245 show(IN, in_min3, voltage_min[3]); 247 show(IN, in_max1, voltage_max[1]); 248 show(IN, in_max2, voltage_max[2]); 249 show(IN, in_max3, voltage_max[3]); [all …]
|
| /drivers/scsi/ |
| A D | iscsi_boot_sysfs.c | 26 ssize_t (*show) (void *data, int type, char *buf); member 45 if (boot_kobj->show) in iscsi_boot_show_attribute() 51 .show = iscsi_boot_show_attribute, 359 boot_kobj->show = show; in iscsi_boot_create_kobj() 404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 409 "target%d", index, data, show, is_visible, in iscsi_boot_create_target() 435 "initiator", index, data, show, in iscsi_boot_create_initiator() 455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 461 "ethernet%d", index, data, show, in iscsi_boot_create_ethernet() 481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl() [all …]
|
| /drivers/edac/ |
| A 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, 341 ssize_t(*show) (struct edac_device_instance *, char *); member 352 if (instance_attr->show) in edac_dev_instance_show() 353 return instance_attr->show(instance, buffer); in edac_dev_instance_show() 372 .show = edac_dev_instance_show, 455 if (block_attr->show) in edac_dev_block_show() 456 return block_attr->show(kobj, attr, buffer); in edac_dev_block_show() [all …]
|
| A 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, \ 234 ssize_t(*show) (void *, char *); member 245 if (edac_pci_dev->show) in edac_pci_dev_show() 246 return edac_pci_dev->show(edac_pci_dev->value, buffer); in edac_pci_dev_show() 263 .show = edac_pci_dev_show, 271 .show = _show, \ [all …]
|
| /drivers/media/usb/pvrusb2/ |
| A D | pvrusb2-sysfs.c | 311 cip->attr_name.show = show_name; in pvr2_sysfs_add_control() 316 cip->attr_type.show = show_type; in pvr2_sysfs_add_control() 321 cip->attr_min.show = show_min; in pvr2_sysfs_add_control() 326 cip->attr_max.show = show_max; in pvr2_sysfs_add_control() 331 cip->attr_def.show = show_def; in pvr2_sysfs_add_control() 344 cip->attr_enum.show = show_enum; in pvr2_sysfs_add_control() 349 cip->attr_bits.show = show_bits; in pvr2_sysfs_add_control() 361 cip->attr_val.show = show_val_norm; in pvr2_sysfs_add_control() 365 cip->attr_custom.show = show_val_custom; in pvr2_sysfs_add_control() 419 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc() [all …]
|
| /drivers/gpu/drm/msm/adreno/ |
| A D | a5xx_debugfs.c | 70 static int show(struct seq_file *m, void *arg) in show() function 76 void (*show)(struct msm_gpu *gpu, struct drm_printer *p) = in show() local 79 show(priv->gpu, &p); in show() 83 #define ENT(n) { .name = #n, .show = show, .data = n ##_print }
|
| /drivers/dma-buf/ |
| A D | dma-buf-sysfs-stats.c | 55 ssize_t (*show)(struct dma_buf *dmabuf, member 72 if (!dmabuf || !attribute->show) in dma_buf_stats_attribute_show() 75 return attribute->show(dmabuf, attribute, buf); in dma_buf_stats_attribute_show() 79 .show = dma_buf_stats_attribute_show,
|
| A D | sync_debug.c | 46 struct dma_fence *fence, bool show) in sync_print_fence() argument 54 show ? parent->name : "", in sync_print_fence() 55 show ? "_" : "", in sync_print_fence()
|
| /drivers/md/ |
| A D | dm-sysfs.c | 15 ssize_t (*show)(struct mapped_device *md, char *p); member 31 if (!dm_attr->show) in dm_attr_show() 38 ret = dm_attr->show(md, page); in dm_attr_show() 119 .show = dm_attr_show,
|
| /drivers/infiniband/core/ |
| A D | sysfs.c | 112 if (!port_attr->show) in port_attr_show() 142 .show = port_attr_show, 203 if (!port_attr->show) in gid_attr_show() 210 .show = gid_attr_show 962 attr->show = show_hw_stats; in ib_setup_device_attrs() 972 attr->show = show_stats_lifespan; in ib_setup_device_attrs() 1059 attr->attr.show = hw_stat_port_show; in setup_hw_port_stats() 1060 attr->show = show_hw_stats; in setup_hw_port_stats() 1069 attr->attr.show = hw_stat_port_show; in setup_hw_port_stats() 1070 attr->show = show_stats_lifespan; in setup_hw_port_stats() [all …]
|
| /drivers/isdn/capi/ |
| A D | kcapi_proc.c | 101 .show = controller_show, 108 .show = contrstats_show, 183 .show = applications_show, 190 .show = applstats_show,
|
| /drivers/infiniband/hw/mlx4/ |
| A D | sysfs.c | 166 ssize_t (*show)(struct device *dev, in create_sysfs_entry() 178 vdentry->dentry.show = show; in create_sysfs_entry() 189 if (vdentry->dentry.show) in create_sysfs_entry() 395 ssize_t (*show)(struct mlx4_port *, struct port_attribute *, char *buf); member 407 if (!port_attr->show) in port_attr_show() 409 return port_attr->show(p, port_attr, buf); in port_attr_show() 426 .show = port_attr_show, 493 alloc_group_attrs(ssize_t (*show)(struct mlx4_port *, in alloc_group_attrs() 525 element->attr.show = show; in alloc_group_attrs() 589 p->smi_enabled.show = sysfs_show_smi_enabled; in add_vf_smi_entries() [all …]
|
| /drivers/net/ethernet/mellanox/mlxsw/ |
| A D | core_hwmon.c | 502 mlxsw_hwmon_attr->dev_attr.show = mlxsw_hwmon_temp_show; in mlxsw_hwmon_attr_add() 508 mlxsw_hwmon_attr->dev_attr.show = mlxsw_hwmon_temp_max_show; in mlxsw_hwmon_attr_add() 520 mlxsw_hwmon_attr->dev_attr.show = mlxsw_hwmon_fan_rpm_show; in mlxsw_hwmon_attr_add() 532 mlxsw_hwmon_attr->dev_attr.show = mlxsw_hwmon_pwm_show; in mlxsw_hwmon_attr_add() 545 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() 552 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() 559 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() 566 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() 573 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() 580 mlxsw_hwmon_attr->dev_attr.show = in mlxsw_hwmon_attr_add() [all …]
|
| /drivers/platform/x86/ |
| A D | uv_sysfs.c | 153 ssize_t (*show)(struct uv_bios_hub_info *hub_info, char *buf); member 197 if (!entry->show) in hub_type_show() 200 return entry->show(bios_hub_info, buf); in hub_type_show() 204 .show = hub_type_show, 350 if (!entry->show) in uv_port_type_show() 353 return entry->show(port_info, buf); in uv_port_type_show() 357 .show = uv_port_type_show, 489 ssize_t (*show)(struct uv_pci_top_obj *top_obj, char *buf); member 522 if (!entry->show) in pci_top_type_show() 525 return entry->show(top_obj, buf); in pci_top_type_show() [all …]
|
| /drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_sysfs.c | 95 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_location; in ixgbe_add_hwmon_attr() 100 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_temp; in ixgbe_add_hwmon_attr() 105 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_cautionthresh; in ixgbe_add_hwmon_attr() 110 ixgbe_attr->dev_attr.show = ixgbe_hwmon_show_maxopthresh; in ixgbe_add_hwmon_attr()
|
| /drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
| A D | nv50.c | 69 u32 show = stat; in nv50_mpeg_intr() local 75 show &= ~0x01000000; in nv50_mpeg_intr() 79 if (show) { in nv50_mpeg_intr()
|
| A D | nv44.c | 154 u32 show = stat; in nv44_mpeg_intr() local 170 show &= ~0x01000000; in nv44_mpeg_intr() 175 show &= ~0x01000000; in nv44_mpeg_intr() 182 if (show) { in nv44_mpeg_intr()
|
| /drivers/firmware/ |
| A D | dmi-sysfs.c | 54 ssize_t (*show)(struct dmi_sysfs_entry *entry, char *buf); member 60 .show = dmi_sysfs_##_entry##_##_name, \ 69 ssize_t (*show)(struct dmi_sysfs_entry *entry, member 77 .show = dmi_sysfs_##_entry##_##_name, \ 108 return attr->show(entry, buf); in dmi_sysfs_attr_show() 112 .show = dmi_sysfs_attr_show, 212 return attr->show(entry, dh, data->buf); in dmi_entry_attr_show_helper() 230 .show = dmi_entry_attr_show,
|
| /drivers/net/ethernet/intel/igb/ |
| A D | igb_hwmon.c | 101 igb_attr->dev_attr.show = igb_hwmon_show_location; in igb_add_hwmon_attr() 106 igb_attr->dev_attr.show = igb_hwmon_show_temp; in igb_add_hwmon_attr() 111 igb_attr->dev_attr.show = igb_hwmon_show_cautionthresh; in igb_add_hwmon_attr() 116 igb_attr->dev_attr.show = igb_hwmon_show_maxopthresh; in igb_add_hwmon_attr()
|
| /drivers/staging/greybus/ |
| A D | audio_manager_module.c | 23 ssize_t (*show)(struct gb_audio_manager_module *module, member 40 if (!attribute->show) in gb_audio_module_attr_show() 43 return attribute->show(module, attribute, buf); in gb_audio_module_attr_show() 63 .show = gb_audio_module_attr_show,
|