Home
last modified time | relevance | path

Searched refs:unknown (Results 1 – 25 of 180) sorted by relevance

12345678

/linux-3.4.99/drivers/scsi/pcmcia/
Dnsp_debug.c14 static const char unknown[] = "UNKNOWN"; variable
17 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense",
18 /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks",
19 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown,
20 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry",
21 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
24 /* 1e-1f */ "Prevent/Allow Medium Removal", unknown,
29 /* 20-22 */ unknown, unknown, unknown,
30 /* 23-28 */ unknown, unknown, "Read Capacity", unknown, unknown, "Read (10)",
31 /* 29-2d */ unknown, "Write (10)", "Seek (10)", unknown, unknown,
[all …]
/linux-3.4.99/drivers/scsi/
Dnsp32_debug.c12 static const char unknown[] = "UNKNOWN"; variable
15 /* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense",
16 /* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks",
17 /* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown,
18 /* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry",
19 /* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
22 /* 1e-1f */ "Prevent/Allow Medium Removal", unknown,
27 /* 20-22 */ unknown, unknown, unknown,
28 /* 23-28 */ unknown, unknown, "Read Capacity", unknown, unknown, "Read (10)",
29 /* 29-2d */ unknown, "Write (10)", "Seek (10)", unknown, unknown,
[all …]
/linux-3.4.99/Documentation/acpi/apei/
Doutput_format.txt25 PCIe error | unknown, <uuid string>
54 <proc operation string>* := unknown or generic | data read | data write | \
78 unknown | no error | single-bit ECC | multi-bit ECC | \
102 unknown | unknown | root port | upstream switch port | \
109 unknown | unknown | unknown | unknown | Data Link Protocol | \
110 unknown | unknown | unknown | unknown | unknown | unknown | unknown | \
116 Receiver Error | unknown | unknown | unknown | unknown | unknown | \
117 Bad TLP | Bad DLLP | RELAY_NUM Rollover | unknown | unknown | unknown | \
134 string> description. Otherwise, <field string> will be "unknown".
/linux-3.4.99/drivers/staging/usbip/userspace/
DREADME144 1-1: Prolific Technology, Inc. : unknown product (067b:3507)
146 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00)
149 1-2.2.1: Apple Computer, Inc. : unknown product (05ac:0203)
151 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00)
156 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00)
157 : 0 - Vendor Specific Class / unknown subclass / unknown protocol (ff/00/00)
161 : (Defined at Interface level) / unknown subclass / unknown protocol (00/00/00)
162 : 0 - Data / unknown subclass / unknown protocol (0a/ff/00)
163 : 1 - Audio / Control Device / unknown protocol (01/01/00)
164 : 2 - Audio / Streaming / unknown protocol (01/02/00)
[all …]
/linux-3.4.99/Documentation/video4linux/cx2341x/
Dfw-decoder-regs.txt115 Decoder ?? unknown - horizontal scaling
125 Decoder ?? unknown - horizontal scaling
130 Decoder ?? unknown - Y plane
135 Decoder ?? unknown - UV plane
144 Decoder ?? unknown
149 Decoder ?? unknown
154 Decoder ?? unknown
159 Decoder ?? unknown
164 Decoder ?? unknown
224 Decoder ?? unknown
[all …]
/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dcpuid.c50 unsigned int unknown = 0xffffff; in get_cpu_info() local
56 cpu_info->family = unknown; in get_cpu_info()
57 cpu_info->model = unknown; in get_cpu_info()
58 cpu_info->stepping = unknown; in get_cpu_info()
95 cpu_info->family == unknown || in get_cpu_info()
96 cpu_info->model == unknown || in get_cpu_info()
97 cpu_info->stepping == unknown) { in get_cpu_info()
/linux-3.4.99/arch/m68k/kernel/
Dsetup_mm.c148 int unknown = 0; in m68k_parse_bootinfo() local
180 unknown = amiga_parse_bootinfo(record); in m68k_parse_bootinfo()
182 unknown = atari_parse_bootinfo(record); in m68k_parse_bootinfo()
184 unknown = mac_parse_bootinfo(record); in m68k_parse_bootinfo()
186 unknown = q40_parse_bootinfo(record); in m68k_parse_bootinfo()
188 unknown = bvme6000_parse_bootinfo(record); in m68k_parse_bootinfo()
190 unknown = mvme16x_parse_bootinfo(record); in m68k_parse_bootinfo()
192 unknown = mvme147_parse_bootinfo(record); in m68k_parse_bootinfo()
194 unknown = hp300_parse_bootinfo(record); in m68k_parse_bootinfo()
196 unknown = apollo_parse_bootinfo(record); in m68k_parse_bootinfo()
[all …]
/linux-3.4.99/drivers/hid/
Dhid-roccat-koneplus.h98 uint8_t unknown[3]; member
104 uint8_t unknown; /* TODO 1; 0 before firmware update */ member
115 uint8_t unknown[1025]; member
125 uint8_t unknown; /* always 0x75 */ member
167 uint8_t unknown[2]; member
Dhid-roccat-arvo.h23 uint8_t unknown[24]; member
27 uint8_t unknown[8]; member
Dhid-roccat-kovaplus.h67 uint8_t unknown[3]; member
74 uint8_t unknown; member
Dhid-roccat-pyra.h20 uint8_t unknown; /* 1 */ member
94 uint8_t unknown; /* always 0 */ member
/linux-3.4.99/arch/sh/include/asm/
Dmodule.h31 # error unknown processor family
43 # error unknown processor family
/linux-3.4.99/arch/arm/mach-at91/
Dpm.c50 static char unknown[] __initdata = "unknown"; in show_reset_status() local
86 reason = unknown; in show_reset_status()
99 reason = unknown; in show_reset_status()
/linux-3.4.99/arch/m68k/apollo/
Dconfig.c48 int unknown = 0; in apollo_parse_bootinfo() local
57 unknown=1; in apollo_parse_bootinfo()
60 return unknown; in apollo_parse_bootinfo()
/linux-3.4.99/Documentation/sound/alsa/
DHD-Audio-Models.txt168 dell-d21 Dell (unknown)
169 dell-d22 Dell (unknown)
170 dell-d23 Dell (unknown)
186 dell-m42 Dell (unknown)
210 dell-d81 Dell (unknown)
211 dell-d82 Dell (unknown)
212 dell-m81 Dell (unknown)
/linux-3.4.99/arch/m68k/hp300/
Dconfig.c72 int unknown = 0; in hp300_parse_bootinfo() local
89 unknown = 1; in hp300_parse_bootinfo()
92 return unknown; in hp300_parse_bootinfo()
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s_64_slb.S79 #error unknown number of bolted entries
162 #error unknown number of bolted entries
/linux-3.4.99/Documentation/input/
Dxpad.txt19 - if using an unknown device (one not listed below), what you set in the
20 module configuration for "Map D-PAD to buttons rather than axes for unknown
23 If you set dpad_to_buttons to 0 and you are using an unknown device (one
70 If you have an unknown xbox controller, it should work just fine with
73 HOWEVER if you have an unknown dance pad not listed below, it will not
76 PLEASE, if you have an unknown controller, email Dom <binary1230@yahoo.com> with
/linux-3.4.99/arch/x86/kernel/
Dnmi.c62 unsigned int unknown; member
279 __this_cpu_add(nmi_stats.unknown, handled); in unknown_nmi_error()
283 __this_cpu_add(nmi_stats.unknown, 1); in unknown_nmi_error()
/linux-3.4.99/include/linux/
Dedd.h111 } __attribute__ ((packed)) unknown; member
166 } __attribute__ ((packed)) unknown; member
/linux-3.4.99/drivers/usb/gadget/
Dcomposite.c1049 goto unknown; in composite_setup()
1105 goto unknown; in composite_setup()
1120 goto unknown; in composite_setup()
1133 goto unknown; in composite_setup()
1153 goto unknown; in composite_setup()
1176 goto unknown; in composite_setup()
1178 goto unknown; in composite_setup()
1199 goto unknown; in composite_setup()
1201 goto unknown; in composite_setup()
1222 unknown: in composite_setup()
/linux-3.4.99/Documentation/networking/
Dlapb-module.txt127 LAPB_BADTOKEN Invalid/unknown LAPB token.
137 LAPB_BADTOKEN Invalid/unknown LAPB token.
149 LAPB_BADTOKEN Invalid/unknown LAPB token.
159 LAPB_BADTOKEN Invalid/unknown LAPB token.
168 LAPB_BADTOKEN Invalid/unknown LAPB token.
179 LAPB_BADTOKEN Invalid/unknown LAPB token.
192 LAPB_BADTOKEN Invalid/unknown LAPB token.
/linux-3.4.99/fs/hpfs/
Dhpfs.h23 #error unknown endian
216 u16 unknown; /* some unknown value; usually 0; member
237 u16 unknown; /* the same as in cp directory */ member
/linux-3.4.99/arch/m68k/atari/
Dconfig.c129 int unknown = 0; in atari_parse_bootinfo() local
140 unknown = 1; in atari_parse_bootinfo()
143 return unknown; in atari_parse_bootinfo()
/linux-3.4.99/arch/m32r/lib/
Ddelay.c111 #error unknown isa configuration in __const_udelay()

12345678