/linux/scripts/mod/ |
A D | devicetable-offsets.s | 100 .ascii "->SIZE_usb_device_id 32 sizeof(struct usb_device_id)" // 165 .ascii "->SIZE_hid_device_id 24 sizeof(struct hid_device_id)" // 220 .ascii "->SIZE_pci_device_id 40 sizeof(struct pci_device_id)" // 260 .ascii "->SIZE_ccw_device_id 16 sizeof(struct ccw_device_id)" // 290 .ascii "->SIZE_ap_device_id 16 sizeof(struct ap_device_id)" // 300 .ascii "->SIZE_css_device_id 16 sizeof(struct css_device_id)" // 415 .ascii "->SIZE_of_device_id 200 sizeof(struct of_device_id)" // 790 .ascii "->SIZE_amba_id 16 sizeof(struct amba_id)" // 795 .ascii "->OFF_amba_id_id 0 offsetof(struct amba_id, id)" // 815 .ascii "->SIZE_x86_cpu_id 24 sizeof(struct x86_cpu_id)" // [all …]
|
/linux/arch/arm64/kernel/ |
A D | asm-offsets.s | 103 .ascii "->" 133 .ascii "->" 163 .ascii "->" 293 .ascii "->" 308 .ascii "->" 318 .ascii "->" 333 .ascii "->" 343 .ascii "->" 353 .ascii "->" 368 .ascii "->" [all …]
|
A D | efi-header.S | 91 .ascii ".text\0\0\0" 105 .ascii ".data\0\0\0" 151 .ascii "NB10" // Signature
|
/linux/lib/ |
A D | test_hexdump.c | 69 size_t testlen, bool ascii) in test_hexdump_prepare_test() argument 111 if (ascii) { in test_hexdump_prepare_test() 126 bool ascii) in test_hexdump() argument 135 ascii); in test_hexdump() 139 ascii); in test_hexdump() 154 test_hexdump(len, rowsize, 4, ascii); in test_hexdump_set() 155 test_hexdump(len, rowsize, 2, ascii); in test_hexdump_set() 156 test_hexdump(len, rowsize, 8, ascii); in test_hexdump_set() 157 test_hexdump(len, rowsize, 1, ascii); in test_hexdump_set() 162 bool ascii) in test_hexdump_overflow() argument [all …]
|
A D | hexdump.c | 107 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() argument 184 if (!ascii) in hex_dump_to_buffer() 204 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 242 const void *buf, size_t len, bool ascii) in print_hex_dump() argument 256 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
|
/linux/kernel/ |
A D | bounds.s | 97 .ascii "->NR_PAGEFLAGS 24 __NR_PAGEFLAGS" // 102 .ascii "->MAX_NR_ZONES 4 __MAX_NR_ZONES" // 107 .ascii "->NR_CPUS_BITS 8 ilog2(CONFIG_NR_CPUS)" // 112 .ascii "->SPINLOCK_SIZE 4 sizeof(spinlock_t)" //
|
/linux/drivers/acpi/acpica/ |
A D | tbxfload.c | 121 !ACPI_COMPARE_NAMESEG(table->signature.ascii, ACPI_SIG_DSDT) || in ACPI_EXPORT_SYMBOL_INIT() 174 (table->signature.ascii, ACPI_SIG_SSDT) in ACPI_EXPORT_SYMBOL_INIT() 175 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT() 177 && !ACPI_COMPARE_NAMESEG(table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT() 191 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT() 198 table->signature.ascii, in ACPI_EXPORT_SYMBOL_INIT() 382 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
|
A D | tbdata.c | 99 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor() 505 ascii) ? in acpi_tb_verify_temp_table() 506 table_desc->signature.ascii : "????", in acpi_tb_verify_temp_table() 525 ascii) ? table_desc-> in acpi_tb_verify_temp_table() 527 ascii : "????", in acpi_tb_verify_temp_table()
|
A D | dbnames.c | 197 name.ascii, subtree_entry); in acpi_db_dump_namespace() 310 obj_handle)->name.ascii[i])) { in acpi_db_walk_and_match_name() 408 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_predefined_names() 498 node->name.ascii, node->type); in acpi_db_walk_for_object_counts() 797 if (!acpi_ut_valid_nameseg(node->name.ascii)) { in acpi_db_integrity_walk()
|
A D | utdecode.c | 265 acpi_ut_repair_name(node->name.ascii); in acpi_ut_get_node_name() 269 return (node->name.ascii); in acpi_ut_get_node_name()
|
A D | tbinstal.c | 125 new_table_desc.signature.ascii, in acpi_tb_install_standard_table() 243 old_table_desc->signature.ascii, in acpi_tb_override_table()
|
/linux/Documentation/PCI/ |
A D | sysfs-pci.rst | 39 class PCI class (ascii, ro) 41 device PCI device (ascii, ro) 42 enable Whether the device is enabled (ascii, rw) 43 irq IRQ number (ascii, ro) 45 remove remove device from kernel's list (ascii, wo) 46 resource PCI resource host addresses (ascii, ro) 49 revision PCI revision (ascii, ro) 51 subsystem_device PCI subsystem device (ascii, ro) 52 subsystem_vendor PCI subsystem vendor (ascii, ro) 53 vendor PCI vendor (ascii, ro) [all …]
|
/linux/Documentation/usb/ |
A D | misc_usbsevseg.rst | 26 The device can accept "text" either in raw, hex, or ascii textmode. 29 ascii expects a value between '0'-'9' and 'A'-'F'. 30 The default is ascii. 42 echo "123ABC" > /sys/bus/usb/.../text (ascii) 43 echo "A1B2" > /sys/bus/usb/.../text (ascii)
|
/linux/include/linux/ |
A D | printk.h | 706 bool ascii); 710 const void *buf, size_t len, bool ascii); 714 const void *buf, size_t len, bool ascii) in print_hex_dump() argument 727 groupsize, buf, len, ascii) \ argument 729 groupsize, buf, len, ascii) 732 groupsize, buf, len, ascii) \ argument 734 groupsize, buf, len, ascii) 738 const void *buf, size_t len, bool ascii) in print_hex_dump_debug() argument
|
A D | dynamic_debug.h | 178 groupsize, buf, len, ascii) \ argument 182 rowsize, groupsize, buf, len, ascii) 218 groupsize, buf, len, ascii) \ argument 221 rowsize, groupsize, buf, len, ascii); \
|
/linux/fs/isofs/ |
A D | joliet.c | 18 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument 24 op = ascii; in uni16_to_x8() 38 return (op - ascii); in uni16_to_x8()
|
/linux/arch/arm/mm/ |
A D | proc-arm1020.S | 471 .ascii "ARM1020" 473 .ascii "i" 476 .ascii "d" 478 .ascii "(wt)" 480 .ascii "(wb)" 484 .ascii "B" 487 .ascii "RR" 489 .ascii "\0"
|
/linux/arch/riscv/kernel/ |
A D | efi-header.S | 79 .ascii ".text\0\0\0" 93 .ascii ".data\0\0\0"
|
/linux/arch/x86/boot/ |
A D | header.S | 92 .ascii "Use a boot loader.\r\n" 93 .ascii "\n" 94 .ascii "Remove disk and press any key to reboot...\r\n" 193 .ascii ".setup" 215 .ascii ".reloc" 254 .ascii ".text" 305 .ascii "HdrS" # header signature
|
/linux/drivers/crypto/caam/ |
A D | error.c | 18 size_t tlen, bool ascii) in caam_dump_sg() argument 39 groupsize, buf, len, ascii); in caam_dump_sg() 48 size_t tlen, bool ascii) in caam_dump_sg() argument
|
/linux/tools/testing/selftests/powerpc/switch_endian/ |
A D | switch_endian_test.S | 7 .ascii "success: switch_endian_test\n\0" 11 .ascii "failure: switch_endian_test\n\0"
|
/linux/arch/arm/vfp/ |
A D | vfphw.S | 30 1: .ascii KERN_DEBUG "VFP: \str\n" 45 1: .ascii KERN_DEBUG "VFP: \str\n" 62 1: .ascii KERN_DEBUG "VFP: \str\n"
|
/linux/tools/edid/ |
A D | edid.S | 248 start1: .ascii "Linux #0" 270 start3: .ascii TIMING_NAME
|
/linux/arch/arm/boot/compressed/ |
A D | efi-header.S | 99 .ascii ".text\0\0\0" 112 .ascii ".data\0\0\0"
|
/linux/Documentation/security/keys/ |
A D | trusted-encrypted.rst | 152 keyhandle= ascii hex value of sealing key 155 keyauth= ascii hex auth for sealing key default 0x00...i 156 (40 ascii zeros) 157 blobauth= ascii hex auth for sealed data default 0x00... 158 (40 ascii zeros) 159 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default) 173 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
|