Home
last modified time | relevance | path

Searched refs:title (Results 1 – 21 of 21) sorted by relevance

/drivers/acpi/acpica/
Drsdump.c19 static void acpi_rs_out_string(const char *title, const char *value);
21 static void acpi_rs_out_integer8(const char *title, u8 value);
23 static void acpi_rs_out_integer16(const char *title, u16 value);
25 static void acpi_rs_out_integer32(const char *title, u32 value);
27 static void acpi_rs_out_integer64(const char *title, u64 value);
29 static void acpi_rs_out_title(const char *title);
43 acpi_rs_dump_resource_label(char *title,
425 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument
430 acpi_rs_out_string(title, in acpi_rs_dump_resource_label()
496 static void acpi_rs_out_string(const char *title, const char *value) in acpi_rs_out_string() argument
[all …]
Dexdump.c24 static void acpi_ex_out_string(const char *title, const char *value);
26 static void acpi_ex_out_pointer(const char *title, const void *value);
914 static void acpi_ex_out_string(const char *title, const char *value) in acpi_ex_out_string() argument
916 acpi_os_printf("%20s : %s\n", title, value); in acpi_ex_out_string()
919 static void acpi_ex_out_pointer(const char *title, const void *value) in acpi_ex_out_pointer() argument
921 acpi_os_printf("%20s : %p\n", title, value); in acpi_ex_out_pointer()
/drivers/ata/
Dlibata-transport.c96 #define ata_bitfield_name_match(title, table) \ argument
98 get_ata_##title##_names(u32 table_key, char *buf) \
115 #define ata_bitfield_name_search(title, table) \ argument
117 get_ata_##title##_names(u32 table_key, char *buf) \
497 #define ata_dev_show_class(title, field) \ argument
504 return get_ata_##title##_names(ata_dev->field, buf); \
507 #define ata_dev_attr(title, field) \ argument
508 ata_dev_show_class(title, field) \
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c93 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_enhanced_title_slot() local
95 memcpy(title, cqe, sizeof(struct mlx5_cqe64)); in mlx5e_read_enhanced_title_slot()
101 cqd->wqe_counter = mpwrq_get_cqe_stride_index(title) + in mlx5e_read_enhanced_title_slot()
102 mpwrq_get_cqe_consumed_strides(title); in mlx5e_read_enhanced_title_slot()
105 mlx5_wq_cyc_ctr2ix(&rq->wqe.wq, be16_to_cpu(title->wqe_counter) + 1); in mlx5e_read_enhanced_title_slot()
113 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot() local
115 mlx5e_read_cqe_slot(wq, cqcc, title); in mlx5e_read_title_slot()
116 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()
117 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()
159 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe() local
[all …]
Den.h365 struct mlx5_cqe64 title; member
/drivers/scsi/
Dscsi_transport_fc.c70 #define fc_enum_name_search(title, table_type, table) \ argument
71 static const char *get_fc_##title##_name(enum table_type table_key) \
85 #define fc_enum_name_match(title, table_type, table) \ argument
86 static int get_fc_##title##_match(const char *table_key, \
213 #define fc_bitfield_name_search(title, table) \ argument
215 get_fc_##title##_names(u32 table_key, char *buf) \
1062 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
1064 show_fc_rport_##title (struct device *dev, \
1069 name = get_fc_##title##_name(rport->title); \
1074 static FC_DEVICE_ATTR(rport, title, S_IRUGO, \
[all …]
Dscsi_transport_sas.c66 #define sas_bitfield_name_match(title, table) \ argument
68 get_sas_##title##_names(u32 table_key, char *buf) \
85 #define sas_bitfield_name_set(title, table) \ argument
87 set_sas_##title##_names(u32 *table_key, const char *buf) \
103 #define sas_bitfield_name_search(title, table) \ argument
105 get_sas_##title##_names(u32 table_key, char *buf) \
/drivers/net/ethernet/cadence/
Dmacb.h1042 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) argument
1043 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ argument
1044 .stat_string = title, \
1120 #define QUEUE_STAT_TITLE(title) { \ argument
1121 .stat_string = title, \
/drivers/gpu/drm/i915/gt/
Dintel_rc6.h27 void intel_rc6_print_residency(struct seq_file *m, const char *title,
Dintel_rc6.c864 void intel_rc6_print_residency(struct seq_file *m, const char *title, in intel_rc6_print_residency() argument
872 seq_printf(m, "%s %u (%llu us)\n", title, in intel_rc6_print_residency()
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c1452 static const char *title[6] = {"NUM", in smu10_get_power_profile_mode() local
1464 size += sysfs_emit_at(buf, size, "%s %16s %s %s %s %s\n", title[0], in smu10_get_power_profile_mode()
1465 title[1], title[2], title[3], title[4], title[5]); in smu10_get_power_profile_mode()
Dvega20_hwmgr.c3985 static const char *title[] = { in vega20_get_power_profile_mode() local
4005 title[0], title[1], title[2], title[3], title[4], title[5], in vega20_get_power_profile_mode()
4006 title[6], title[7], title[8], title[9], title[10]); in vega20_get_power_profile_mode()
Dsmu7_hwmgr.c5558 static const char *title[8] = {"NUM", in smu7_get_power_profile_mode() local
5573 title[0], title[1], title[2], title[3], in smu7_get_power_profile_mode()
5574 title[4], title[5], title[6], title[7]); in smu7_get_power_profile_mode()
Dvega10_hwmgr.c5297 static const char *title[6] = {"NUM", in vega10_get_power_profile_mode() local
5309 size += sysfs_emit_at(buf, size, "%s %16s %s %s %s %s\n",title[0], in vega10_get_power_profile_mode()
5310 title[1], title[2], title[3], title[4], title[5]); in vega10_get_power_profile_mode()
/drivers/gpu/drm/amd/pm/swsmu/smu11/
Darcturus_ppt.c1374 static const char *title[] = { in arcturus_get_power_profile_mode() local
1400 title[0], title[1], title[2], title[3], title[4], title[5], in arcturus_get_power_profile_mode()
1401 title[6], title[7], title[8], title[9], title[10]); in arcturus_get_power_profile_mode()
1404 title[0]); in arcturus_get_power_profile_mode()
Dnavi10_ppt.c1913 static const char *title[] = { in navi10_get_power_profile_mode() local
1931 title[0], title[1], title[2], title[3], title[4], title[5], in navi10_get_power_profile_mode()
1932 title[6], title[7], title[8], title[9], title[10]); in navi10_get_power_profile_mode()
Dsienna_cichlid_ppt.c1610 static const char *title[] = { in sienna_cichlid_get_power_profile_mode() local
1628 title[0], title[1], title[2], title[3], title[4], title[5], in sienna_cichlid_get_power_profile_mode()
1629 title[6], title[7], title[8], title[9], title[10]); in sienna_cichlid_get_power_profile_mode()
/drivers/gpu/drm/amd/pm/swsmu/smu13/
Dsmu_v13_0_0_ppt.c2030 static const char *title[] = { in smu_v13_0_0_get_power_profile_mode() local
2049 title[0], title[1], title[2], title[3], title[4], title[5], in smu_v13_0_0_get_power_profile_mode()
2050 title[6], title[7], title[8], title[9]); in smu_v13_0_0_get_power_profile_mode()
/drivers/scsi/fcoe/
Dfcoe_sysfs.c209 #define fcoe_enum_name_search(title, table_type, table) \ argument
210 static const char *get_fcoe_##title##_name(enum table_type table_key) \
/drivers/block/drbd/
Ddrbd_debugfs.c519 const char *title, in seq_print_timing_details() argument
525 seq_printf(m, "%s\n", title); in seq_print_timing_details()
/drivers/macintosh/
Dvia-pmu.c550 char title[16]; in via_pmu_dev_init() local
551 sprintf(title, "battery_%ld", i); in via_pmu_dev_init()
552 proc_pmu_batt[i] = proc_create_single_data(title, 0, in via_pmu_dev_init()