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,
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) \
455 #define ata_dev_show_class(title, field) \ argument
462 return get_ata_##title##_names(ata_dev->field, buf); \
465 #define ata_dev_attr(title, field) \ argument
466 ata_dev_show_class(title, field) \
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c71 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_read_title_slot() local
73 mlx5e_read_cqe_slot(wq, cqcc, title); in mlx5e_read_title_slot()
74 cqd->left = be32_to_cpu(title->byte_cnt); in mlx5e_read_title_slot()
75 cqd->wqe_counter = be16_to_cpu(title->wqe_counter); in mlx5e_read_title_slot()
117 struct mlx5_cqe64 *title = &cqd->title; in mlx5e_decompress_cqe() local
119 title->byte_cnt = mini_cqe->byte_cnt; in mlx5e_decompress_cqe()
120 title->check_sum = mini_cqe->checksum; in mlx5e_decompress_cqe()
121 title->op_own &= 0xf0; in mlx5e_decompress_cqe()
122 title->op_own |= 0x01 & (cqcc >> wq->fbc.log_sz); in mlx5e_decompress_cqe()
123 title->wqe_counter = cpu_to_be16(cqd->wqe_counter); in mlx5e_decompress_cqe()
[all …]
Den.h335 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) \
765 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
767 show_fc_rport_##title (struct device *dev, \
772 name = get_fc_##title##_name(rport->title); \
777 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/gpu/drm/amd/powerplay/
Dnavi10_ppt.c1049 static const char *title[] = { in navi10_get_power_profile_mode() local
1067 title[0], title[1], title[2], title[3], title[4], title[5], in navi10_get_power_profile_mode()
1068 title[6], title[7], title[8], title[9], title[10]); in navi10_get_power_profile_mode()
Dvega20_ppt.c1798 static const char *title[] = { in vega20_get_power_profile_mode() local
1816 title[0], title[1], title[2], title[3], title[4], title[5], in vega20_get_power_profile_mode()
1817 title[6], title[7], title[8], title[9], title[10]); in vega20_get_power_profile_mode()
Darcturus_ppt.c1394 static const char *title[] = { in arcturus_get_power_profile_mode() local
1403 title[0]); in arcturus_get_power_profile_mode()
/drivers/net/ethernet/cadence/
Dmacb.h957 #define GEM_STAT_TITLE(name, title) GEM_STAT_TITLE_BITS(name, title, 0) argument
958 #define GEM_STAT_TITLE_BITS(name, title, bits) { \ argument
959 .stat_string = title, \
1035 #define QUEUE_STAT_TITLE(title) { \ argument
1036 .stat_string = title, \
/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu10_hwmgr.c1248 static const char *title[6] = {"NUM", in smu10_get_power_profile_mode() local
1258 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0], in smu10_get_power_profile_mode()
1259 title[1], title[2], title[3], title[4], title[5]); in smu10_get_power_profile_mode()
Dvega20_hwmgr.c3894 static const char *title[] = { in vega20_get_power_profile_mode() local
3912 title[0], title[1], title[2], title[3], title[4], title[5], in vega20_get_power_profile_mode()
3913 title[6], title[7], title[8], title[9], title[10]); in vega20_get_power_profile_mode()
Dsmu7_hwmgr.c4926 static const char *title[8] = {"NUM", in smu7_get_power_profile_mode() local
4939 title[0], title[1], title[2], title[3], in smu7_get_power_profile_mode()
4940 title[4], title[5], title[6], title[7]); in smu7_get_power_profile_mode()
Dvega10_hwmgr.c4920 static const char *title[6] = {"NUM", in vega10_get_power_profile_mode() local
4930 size += sprintf(buf + size, "%s %16s %s %s %s %s\n",title[0], in vega10_get_power_profile_mode()
4931 title[1], title[2], title[3], title[4], title[5]); in vega10_get_power_profile_mode()
/drivers/staging/speakup/
Dspkguide.txt1274 The "Title Page" means, for a printed book, the title page itself,
1276 this License requires to appear in the title page. For works in
1277 formats which do not have any title page as such, "Title Page" means
1278 the text near the most prominent appearance of the work's title,
1282 title either is precisely XYZ or contains XYZ in parentheses following
1322 the full title with all words of the title equally prominent and
1325 the title of the Document and satisfy these conditions, can be treated
1360 A. Use in the Title Page (and on the covers, if any) a title distinct
1363 of the Document). You may use the same title as a previous version
1382 to it an item stating at least the title, year, new authors, and
[all …]
/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.c564 char title[16]; in via_pmu_dev_init() local
565 sprintf(title, "battery_%ld", i); in via_pmu_dev_init()
566 proc_pmu_batt[i] = proc_create_single_data(title, 0, in via_pmu_dev_init()
/drivers/char/ipmi/
Dipmi_msghandler.c48 static void ipmi_debug_msg(const char *title, unsigned char *data, in ipmi_debug_msg() argument
54 pos = snprintf(buf, sizeof(buf), "%s: ", title); in ipmi_debug_msg()
61 static void ipmi_debug_msg(const char *title, unsigned char *data, in ipmi_debug_msg() argument
/drivers/gpu/drm/i915/
Di915_debugfs.c1157 const char *title, in print_rc6_res() argument
1163 title, I915_READ(reg), in print_rc6_res()