Home
last modified time | relevance | path

Searched refs:title (Results 1 – 19 of 19) 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,
417 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument
422 acpi_rs_out_string(title, in acpi_rs_dump_resource_label()
488 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) \
467 #define ata_dev_show_class(title, field) \ argument
474 return get_ata_##title##_names(ata_dev->field, buf); \
477 #define ata_dev_attr(title, field) \ argument
478 ata_dev_show_class(title, field) \
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c89 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot() local
91 mlx5e_read_cqe_slot(wq, cqcc, title); in mlx5e_read_title_slot()
92 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()
93 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()
135 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe() local
137 title->byte_cnt = mini_cqe->byte_cnt; in mlx5e_decompress_cqe()
138 title->check_sum = mini_cqe->checksum; in mlx5e_decompress_cqe()
139 title->op_own &= 0xf0; in mlx5e_decompress_cqe()
140 title->op_own |= 0x01 & (cqcc >> wq->fbc.log_sz); in mlx5e_decompress_cqe()
146 title->wqe_counter = mini_cqe->stridx; in mlx5e_decompress_cqe()
[all …]
Den.h295 struct mlx5_cqe64 title; member
/drivers/scsi/
Dscsi_transport_fc.c64 #define fc_enum_name_search(title, table_type, table) \ argument
65 static const char *get_fc_##title##_name(enum table_type table_key) \
79 #define fc_enum_name_match(title, table_type, table) \ argument
80 static int get_fc_##title##_match(const char *table_key, \
203 #define fc_bitfield_name_search(title, table) \ argument
205 get_fc_##title##_names(u32 table_key, char *buf) \
766 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
768 show_fc_rport_##title (struct device *dev, \
773 name = get_fc_##title##_name(rport->title); \
778 static FC_DEVICE_ATTR(rport, title, S_IRUGO, \
[all …]
Dscsi_transport_sas.c67 #define sas_bitfield_name_match(title, table) \ argument
69 get_sas_##title##_names(u32 table_key, char *buf) \
86 #define sas_bitfield_name_set(title, table) \ argument
88 set_sas_##title##_names(u32 *table_key, const char *buf) \
104 #define sas_bitfield_name_search(title, table) \ argument
106 get_sas_##title##_names(u32 table_key, char *buf) \
/drivers/net/ethernet/cadence/
Dmacb.h971 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) argument
972 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ argument
973 .stat_string = title, \
1049 #define QUEUE_STAT_TITLE(title) { \ argument
1050 .stat_string = title, \
/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.c1338 static const char *title[6] = {"NUM", in smu10_get_power_profile_mode() local
1348 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0], in smu10_get_power_profile_mode()
1349 title[1], title[2], title[3], title[4], title[5]); in smu10_get_power_profile_mode()
Dvega20_hwmgr.c3991 static const char *title[] = { in vega20_get_power_profile_mode() local
4009 title[0], title[1], title[2], title[3], title[4], title[5], in vega20_get_power_profile_mode()
4010 title[6], title[7], title[8], title[9], title[10]); in vega20_get_power_profile_mode()
Dsmu7_hwmgr.c5106 static const char *title[8] = {"NUM", in smu7_get_power_profile_mode() local
5119 title[0], title[1], title[2], title[3], in smu7_get_power_profile_mode()
5120 title[4], title[5], title[6], title[7]); in smu7_get_power_profile_mode()
Dvega10_hwmgr.c5100 static const char *title[6] = {"NUM", in vega10_get_power_profile_mode() local
5110 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0], in vega10_get_power_profile_mode()
5111 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.c1201 static const char *title[] = { in arcturus_get_power_profile_mode() local
1227 title[0], title[1], title[2], title[3], title[4], title[5], in arcturus_get_power_profile_mode()
1228 title[6], title[7], title[8], title[9], title[10]); in arcturus_get_power_profile_mode()
1231 title[0]); in arcturus_get_power_profile_mode()
Dnavi10_ppt.c1409 static const char *title[] = { in navi10_get_power_profile_mode() local
1427 title[0], title[1], title[2], title[3], title[4], title[5], in navi10_get_power_profile_mode()
1428 title[6], title[7], title[8], title[9], title[10]); in navi10_get_power_profile_mode()
Dsienna_cichlid_ppt.c1240 static const char *title[] = { in sienna_cichlid_get_power_profile_mode() local
1258 title[0], title[1], title[2], title[3], title[4], title[5], in sienna_cichlid_get_power_profile_mode()
1259 title[6], title[7], title[8], title[9], title[10]); in sienna_cichlid_get_power_profile_mode()
/drivers/gpu/drm/i915/gt/
Ddebugfs_gt_pm.c41 const char *title, in print_rc6_res() argument
48 seq_printf(m, "%s %u (%llu us)\n", title, in print_rc6_res()
/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.c561 char title[16]; in via_pmu_dev_init() local
562 sprintf(title, "battery_%ld", i); in via_pmu_dev_init()
563 proc_pmu_batt[i] = proc_create_single_data(title, 0, in via_pmu_dev_init()