Home
last modified time | relevance | path

Searched defs:title (Results 1 – 11 of 11) sorted by relevance

/drivers/acpi/acpica/
Drsdump.c471 static void acpi_rs_out_string(char *title, char *value) in acpi_rs_out_string()
480 static void acpi_rs_out_integer8(char *title, u8 value) in acpi_rs_out_integer8()
485 static void acpi_rs_out_integer16(char *title, u16 value) in acpi_rs_out_integer16()
490 static void acpi_rs_out_integer32(char *title, u32 value) in acpi_rs_out_integer32()
495 static void acpi_rs_out_integer64(char *title, u64 value) in acpi_rs_out_integer64()
500 static void acpi_rs_out_title(char *title) in acpi_rs_out_title()
Dexdump.c786 static void acpi_ex_out_string(char *title, char *value) in acpi_ex_out_string()
791 static void acpi_ex_out_pointer(char *title, void *value) in acpi_ex_out_pointer()
/drivers/ata/
Dlibata-transport.c96 #define ata_bitfield_name_match(title, table) \ argument
115 #define ata_bitfield_name_search(title, table) \ argument
450 #define ata_dev_show_class(title, field) \ argument
460 #define ata_dev_attr(title, field) \ argument
/drivers/scsi/
Dscsi_transport_fc.c81 #define fc_enum_name_search(title, table_type, table) \ argument
96 #define fc_enum_name_match(title, table_type, table) \ argument
219 #define fc_bitfield_name_search(title, table) \ argument
770 #define fc_private_rport_rd_enum_attr(title, maxlen) \ argument
1182 #define fc_private_vport_rd_enum_attr(title, maxlen) \ argument
1400 #define fc_host_rd_enum_attr(title, maxlen) \ argument
Dscsi_transport_sas.c65 #define sas_bitfield_name_match(title, table) \ argument
84 #define sas_bitfield_name_set(title, table) \ argument
102 #define sas_bitfield_name_search(title, table) \ argument
/drivers/s390/crypto/
Dzcrypt_api.c1081 static void sprinthx(unsigned char *title, struct seq_file *m, in sprinthx()
1100 static void sprinthx4(unsigned char *title, struct seq_file *m, in sprinthx4()
/drivers/staging/gdm72xx/
Dgdm_sdio.c47 static void hexdump(char *title, u8 *data, int len) in hexdump()
Dgdm_usb.c60 static void hexdump(char *title, u8 *data, int len) in hexdump()
Dgdm_wimax.c143 static void dump_eth_packet(const char *title, u8 *data, int len) in dump_eth_packet()
/drivers/scsi/fcoe/
Dfcoe_sysfs.c221 #define fcoe_enum_name_search(title, table_type, table) \ argument
/drivers/macintosh/
Dvia-pmu.c505 char title[16]; in via_pmu_dev_init() local