Home
last modified time | relevance | path

Searched refs:ascii (Results 1 – 25 of 69) sorted by relevance

123

/linux-3.4.99/Documentation/usb/
Dmisc_usbsevseg.txt19 The device can accept "text" either in raw, hex, or ascii textmode.
22 ascii expects a value between '0'-'9' and 'A'-'F'.
23 The default is ascii.
35 echo "123ABC" > /sys/bus/usb/.../text (ascii)
36 echo "A1B2" > /sys/bus/usb/.../text (ascii)
/linux-3.4.99/Documentation/filesystems/
Dsysfs-pci.txt34 class PCI class (ascii, ro)
36 device PCI device (ascii, ro)
37 enable Whether the device is enabled (ascii, rw)
38 irq IRQ number (ascii, ro)
40 remove remove device from kernel's list (ascii, wo)
41 resource PCI resource host addresses (ascii, ro)
45 subsystem_device PCI subsystem device (ascii, ro)
46 subsystem_vendor PCI subsystem vendor (ascii, ro)
47 vendor PCI vendor (ascii, ro)
53 ascii - file contains ascii text
/linux-3.4.99/fs/isofs/
Djoliet.c17 uni16_to_x8(unsigned char *ascii, __be16 *uni, int len, struct nls_table *nls) in uni16_to_x8() argument
23 op = ascii; in uni16_to_x8()
37 return (op - ascii); in uni16_to_x8()
/linux-3.4.99/arch/blackfin/kernel/
Dshadow_console.c99 char ascii[11] = " 0x"; in early_shadow_reg() local
106 ascii[i] = hex_asc_lo(reg >> 28); in early_shadow_reg()
109 early_shadow_write(NULL, ascii, n); in early_shadow_reg()
/linux-3.4.99/Documentation/security/
Dkeys-trusted-encrypted.txt9 in hex ascii for convenience, and are integrity verified.
30 keyhandle= ascii hex value of sealing key default 0x40000000 (SRK)
31 keyauth= ascii hex auth for sealing key default 0x00...i
32 (40 ascii zeros)
33 blobauth= ascii hex auth for sealed data default 0x00...
34 (40 ascii zeros)
35 blobauth= ascii hex auth for sealed data default 0x00...
36 (40 ascii zeros)
37 pcrinfo= ascii hex of PCR_INFO or PCR_INFO_LONG (no default)
42 "keyctl print" returns an ascii hex copy of the sealed key, which is in standard
/linux-3.4.99/lib/
Dhexdump.c85 bool ascii) in hex_dump_to_buffer() argument
150 if (!ascii) in hex_dump_to_buffer()
198 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
212 linebuf, sizeof(linebuf), ascii); in print_hex_dump()
/linux-3.4.99/drivers/video/logo/
Dlogo_m32r_clut224.ppm4 # Note: how to convert ppm to pnm(ascii).
8 # pnm2asc - pnm to ascii-pnm format converter
/linux-3.4.99/arch/arm/mm/
Dproc-arm1020.S485 .ascii "ARM1020"
487 .ascii "i"
490 .ascii "d"
492 .ascii "(wt)"
494 .ascii "(wb)"
498 .ascii "B"
501 .ascii "RR"
503 .ascii "\0"
/linux-3.4.99/arch/x86/boot/
Dheader.S97 .ascii "Direct booting from floppy is no longer supported.\r\n"
98 .ascii "Please use a boot loader program instead.\r\n"
99 .ascii "\n"
100 .ascii "Remove disk and press any key to reboot . . .\r\n"
105 .ascii "PE"
203 .ascii ".text"
/linux-3.4.99/drivers/acpi/acpica/
Dutdecode.c343 acpi_ut_repair_name(node->name.ascii); in acpi_ut_get_node_name()
347 return (node->name.ascii); in acpi_ut_get_node_name()
Ddsmethod.c411 method_node->name.ascii, next_walk_state)); in acpi_ds_call_control_method()
651 ascii)); in acpi_ds_terminate_control_method()
Dexdebug.c214 name.ascii); in acpi_ex_do_debug_object()
/linux-3.4.99/include/linux/
Dprintk.h299 char *linebuf, size_t linebuflen, bool ascii);
303 const void *buf, size_t len, bool ascii);
309 const void *buf, size_t len, bool ascii) in print_hex_dump() argument
/linux-3.4.99/arch/x86/kernel/
Dhead_32.S683 .ascii "BUG: Int %d: CR2 %p\n"
685 .ascii " EDI %p ESI %p EBP %p ESP %p\n"
686 .ascii " EBX %p EDX %p ECX %p EAX %p\n"
688 .ascii " err %p EIP %p CS %p flg %p\n"
689 .ascii "Stack: %p %p %p %p %p %p %p %p\n"
690 .ascii " %p %p %p %p %p %p %p %p\n"
/linux-3.4.99/Documentation/EDID/
Dedid.S235 start1: .ascii "Linux #0"
257 start3: .ascii TIMING_NAME
/linux-3.4.99/arch/arm/lib/
Dio-acorn.S20 .ascii "<4>insl/outsl not implemented, called from %08lX\0"
/linux-3.4.99/arch/cris/arch-v10/lib/
Dhw_settings.S17 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-3.4.99/Documentation/ioctl/
Dioctl-decoding.txt15 15-8 ascii character supposedly
/linux-3.4.99/arch/cris/arch-v32/mach-a3/
Dhw_settings.S15 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-3.4.99/arch/h8300/lib/
Dromfs.S55 .ascii "-rom1fs-"
/linux-3.4.99/arch/h8300/boot/compressed/
Dhead.S33 .ascii "HdrS" ; header signature
/linux-3.4.99/arch/arm/configs/
Dspear6xx_defconfig36 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
Dspear3xx_defconfig40 CONFIG_FAT_DEFAULT_IOCHARSET="ascii"
/linux-3.4.99/arch/cris/arch-v32/mach-fs/
Dhw_settings.S15 .ascii "HW_PARAM_MAGIC" ; Magic number
/linux-3.4.99/arch/mips/txx9/generic/
D7segled.c58 static DEVICE_ATTR(ascii, 0200, NULL, ascii_store);

123