| /linux/Documentation/translations/zh_CN/PCI/ |
| H A D | sysfs-pci.rst | 48 class PCI级别 (ascii, ro) 50 device PCI设备 (ascii, ro) 51 enable 设备是否被启用 (ascii, rw) 52 irq IRQ编号 (ascii, ro) 54 remove 从内核的列表中删除设备 (ascii, wo) 55 resource PCI资源主机地址 (ascii, ro) 58 revision PCI修订版 (ascii, ro) 60 subsystem_device PCI子系统设备 (ascii, ro) 61 subsystem_vendor PCI子系统供应商 (ascii, ro) 62 vendor PCI供应商 (ascii, ro) [all …]
|
| /linux/lib/ |
| H 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() 149 static void __init test_hexdump_set(int rowsize, bool ascii) in test_hexdump_set() argument 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() [all …]
|
| H A D | hexdump.c | 22 * @ch: ascii character represents hex digit 57 * hex2bin - convert an ascii hexadecimal string to its binary representation 59 * @src: ascii hexadecimal string 83 * bin2hex - convert binary data to an ascii hexadecimal string 84 * @dst: ascii hexadecimal result 106 * @ascii: include ASCII after the hex output 129 char *linebuf, size_t linebuflen, bool ascii) in hex_dump_to_buffer() 206 if (!ascii) in hex_dump_to_buffer() 226 return ascii ? ascii_column + len : (groupsize * 2 + 1) * ngroups - 1; in hex_dump_to_buffer() 242 * @ascii 128 hex_dump_to_buffer(const void * buf,size_t len,int rowsize,int groupsize,char * linebuf,size_t linebuflen,bool ascii) hex_dump_to_buffer() argument 263 print_hex_dump(const char * level,const char * prefix_str,int prefix_type,int rowsize,int groupsize,const void * buf,size_t len,bool ascii) print_hex_dump() argument [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | usdt.h | 374 #define __usdt_asm_str_(x) __usdt_asm1(.ascii #x) 422 __usdt_asm1( .ascii "\0") \ 464 __usdt_asm1(.ascii "@") \ 469 #define __usdt_asm_args2 __usdt_asm_args1 __usdt_asm1(.ascii " ") __usdt_asm_arg(2) 470 #define __usdt_asm_args3 __usdt_asm_args2 __usdt_asm1(.ascii " ") __usdt_asm_arg(3) 471 #define __usdt_asm_args4 __usdt_asm_args3 __usdt_asm1(.ascii " ") __usdt_asm_arg(4) 472 #define __usdt_asm_args5 __usdt_asm_args4 __usdt_asm1(.ascii " ") __usdt_asm_arg(5) 473 #define __usdt_asm_args6 __usdt_asm_args5 __usdt_asm1(.ascii " ") __usdt_asm_arg(6) 474 #define __usdt_asm_args7 __usdt_asm_args6 __usdt_asm1(.ascii " ") __usdt_asm_arg(7) 475 #define __usdt_asm_args8 __usdt_asm_args7 __usdt_asm1(.ascii " ") __usdt_asm_arg(8) [all …]
|
| H A D | sdt.h | 53 # define _SDT_ASM_SUBSTR_1(x) .ascii #x; 92 # define _SDT_ASM_SUBSTR_1(x) _SDT_ASM_1(.ascii #x) 258 _SDT_ASM_1(.ascii "-") \ 264 _SDT_ASM_1(.ascii "\x") \ 273 _SDT_ASM_1(.ascii "f") \ 275 _SDT_ASM_1(.ascii "@") \
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | zboot-header.S | 18 .ascii "zimg" // image type 114 .ascii ".text\0\0\0" 127 .ascii ".sbat\0\0\0" 144 .ascii ".data\0\0\0" 165 .ascii "NB10" // Signature
|
| /linux/drivers/acpi/acpica/ |
| H 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() 406 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
|
| H A D | tbdata.c | 99 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor() 533 ascii) ? in acpi_tb_verify_temp_table() 534 table_desc->signature.ascii : "????", in acpi_tb_verify_temp_table() 553 ascii) ? table_desc-> in acpi_tb_verify_temp_table() 555 ascii : "????", in acpi_tb_verify_temp_table()
|
| H 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()
|
| H 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() 804 if (!acpi_ut_valid_nameseg(node->name.ascii)) { in acpi_db_integrity_walk()
|
| H A D | tbinstal.c | 129 new_table_desc.signature.ascii, in acpi_tb_install_standard_table() 249 old_table_desc->signature.ascii, in acpi_tb_override_table()
|
| /linux/Documentation/PCI/ |
| H 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/ |
| H 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/fs/isofs/ |
| H 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/include/linux/ |
| H A D | printk.h | 767 bool ascii); 771 const void *buf, size_t len, bool ascii); 775 const void *buf, size_t len, bool ascii) in print_hex_dump() argument 788 groupsize, buf, len, ascii) \ argument 790 groupsize, buf, len, ascii) 793 groupsize, buf, len, ascii) \ argument 795 groupsize, buf, len, ascii) 799 const void *buf, size_t len, bool ascii) in print_hex_dump_debug() argument
|
| H A D | dynamic_debug.h | 296 groupsize, buf, len, ascii) \ argument 300 rowsize, groupsize, buf, len, ascii) 323 groupsize, buf, len, ascii) \ argument 326 rowsize, groupsize, buf, len, ascii); \
|
| /linux/arch/arm64/kernel/ |
| H A D | efi-header.S | 129 .ascii ".text\0\0\0" 143 .ascii ".data\0\0\0" 162 .ascii "NB10" // Signature
|
| /linux/arch/arm/mm/ |
| H A D | proc-arm1020.S | 480 .ascii "ARM1020" 482 .ascii "i" 485 .ascii "d" 487 .ascii "(wt)" 489 .ascii "(wb)" 493 .ascii "B" 496 .ascii "RR" 498 .ascii "\0"
|
| /linux/arch/loongarch/kernel/ |
| H A D | efi-header.S | 71 .ascii ".text\0\0\0" 85 .ascii ".data\0\0\0"
|
| /linux/arch/um/include/shared/ |
| H A D | user.h | 47 const void *buf, size_t len, _Bool ascii); 55 const void *buf, size_t len, _Bool ascii) in print_hex_dump() argument
|
| /linux/arch/riscv/kernel/ |
| H A D | efi-header.S | 84 .ascii ".text\0\0\0" 98 .ascii ".data\0\0\0"
|
| /linux/drivers/crypto/caam/ |
| H 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/ |
| H A D | switch_endian_test.S | 7 .ascii "success: switch_endian_test\n\0" 11 .ascii "failure: switch_endian_test\n\0"
|
| /linux/arch/x86/boot/ |
| H A D | header.S | 138 .ascii ".setup" 182 .ascii ".text\0\0\0" 196 .ascii ".sbat\0\0\0" 212 .ascii ".data\0\0\0" 256 .ascii "HdrS" # header signature
|
| /linux/arch/arm/boot/compressed/ |
| H A D | efi-header.S | 105 .ascii ".text\0\0\0" 118 .ascii ".data\0\0\0"
|