Home
last modified time | relevance | path

Searched refs:Type (Results 1 – 25 of 149) sorted by relevance

123456

/linux-3.4.99/drivers/staging/bcm/
DDebug.h193 unsigned int Subtype, Type; member
218 #define BCM_DEBUG_PRINT(Adapter, Type, SubType, dbg_level, string, args...) \ argument
220 if (DBG_TYPE_PRINTK == Type) \
224 (Type & Adapter->stDebugState.type) && \
225 (SubType & Adapter->stDebugState.subtype[Type])) { \
233 #define BCM_DEBUG_PRINT_BUFFER(Adapter, Type, SubType, dbg_level, buffer, bufferlen) do { \ argument
234 if (DBG_TYPE_PRINTK == Type || \
237 (Type & Adapter->stDebugState.type) && \
238 (SubType & Adapter->stDebugState.subtype[Type]))) { \
/linux-3.4.99/Documentation/video4linux/
Dw9968cf.txt188 Type: bool
198 Type: int
205 Type: int array (min = 0, max = 32)
218 Type: int array (min = 0, max = 32)
225 Type: int array (min = 0, max = 32)
233 Type: bool array (min = 0, max = 32)
242 Type: bool array (min = 0, max = 32)
248 Type: int array (min = 0, max = 32)
257 Type: bool array (min = 0, max = 32)
263 Type: bool array (min = 0, max = 32)
[all …]
Dzc0301.txt147 Type: short array (min = 0, max = 64)
160 Type: bool array (min = 0, max = 64)
171 Type: uint array (min = 0, max = 64)
179 Type: ushort
/linux-3.4.99/Documentation/device-mapper/
Ddm-uevent.txt21 Type: string
27 Type: string
35 Type: unsigned integer
41 Type: string
48 Type: unsigned integer
54 Type: string
60 Type: string
/linux-3.4.99/drivers/usb/storage/
Dfreecom.c52 u8 Type; /* Command type. */ member
59 u8 Type; /* Command type. */ member
66 u8 Type; /* Type + IDE register. */ member
73 u8 Type; /* Type | IDE register. */ member
159 fxfr->Type = FCM_PACKET_INPUT | 0x00; in freecom_readdata()
192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00; in freecom_writedata()
240 fcb->Type = FCM_PACKET_ATAPI | 0x00; in freecom_transport()
282 fcb->Type = FCM_PACKET_STATUS; in freecom_transport()
/linux-3.4.99/include/linux/
Dcciss_defs.h98 BYTE Type:3; member
101 } Type; member
109 BYTE Type; member
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-driver-hid-prodikeys9 Type: Read/write
19 Type: Read/write
29 Type: Read/Write
/linux-3.4.99/Documentation/virtual/kvm/
Dapi.txt71 Type: system, vm, or vcpu.
82 Type: system ioctl
97 Type: system ioctl
116 Type: system
142 Type: system ioctl
156 Type: system ioctl
168 Type: vm ioctl
178 Type: vm ioctl
230 Type: vm ioctl
253 Type: vm ioctl
[all …]
Dlocking.txt13 Type: raw_spinlock
21 Type: raw_spinlock
/linux-3.4.99/Documentation/x86/
Dboot.txt231 Type: read
240 Type: modify (optional)
249 Type: read
259 Type: kernel internal
266 Type: modify (obligatory)
272 Type: modify (optional)
280 Type: read
288 Type: read
297 Type: read
304 Type: read
[all …]
D00-INDEX4 - how to use x86 Memory Type Range Registers to increase performance
/linux-3.4.99/scripts/
Dcheckpatch.pl240 our $Type;
324 $Type = qr{
329 $Declare = qr{(?:$Storage\s+)?$Type};
1037 } elsif ($cur =~ /^(\(\s*$Type\s*)\)/ && $av_pending eq '_') {
1042 } elsif ($cur =~ /^($Type)\s*(?:$Ident|,|\)|\(|\s*$)/) {
1223 $Type|
1246 $possible =~ s/\s*$Type\s*//g;
1963 …if ($prev_values eq 'E' && $s =~ /^(.(?:typedef\s*)?(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*(?:\b$I…
2236 ^.(?:$Storage\s+)?$Type\s*\(\s*\*\s*\Q$name\E\s*\)\s*\(|
2259 if ($line =~ /^.$Type\s*$Ident\s*(?:\s+$Modifier)*\s*=\s*(0|NULL|false)\s*;/) {
[all …]
/linux-3.4.99/arch/mips/include/asm/fw/arc/
Dhinv.h124 CONFIGTYPE Type; member
170 MEMORYTYPE Type; member
/linux-3.4.99/arch/arm/mach-at91/
DKconfig122 comment "AT91RM9200 Board Type"
221 comment "AT91SAM9260 / AT91SAM9XE Board Type"
281 comment "AT91SAM9261 Board Type"
296 comment "AT91SAM9G10 Board Type"
311 comment "AT91SAM9263 Board Type"
338 comment "AT91SAM9RL Board Type"
351 comment "AT91SAM9G20 Board Type"
431 comment "AT91SAM9G45 Board Type"
446 comment "AT91X40 Board Type"
460 comment "Generic Board Type"
/linux-3.4.99/drivers/block/
Dcciss_scsi.c320 printk("Type:%d\n",cp->Request.Type.Type);
321 printk("Attr:%d\n",cp->Request.Type.Attribute);
322 printk(" Dir:%d\n",cp->Request.Type.Direction);
733 if (c->Request.Type.Type == TYPE_MSG) { in complete_scsi_command()
938 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_do_simple_cmd()
939 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_do_simple_cmd()
940 c->Request.Type.Direction = direction; in cciss_scsi_do_simple_cmd()
1474 c->Request.Type.Type = TYPE_CMD; in cciss_scsi_queue_command_lck()
1475 c->Request.Type.Attribute = ATTR_SIMPLE; in cciss_scsi_queue_command_lck()
1479 c->Request.Type.Direction = XFER_WRITE; in cciss_scsi_queue_command_lck()
[all …]
Dcciss.c1479 (iocommand.Request.Type.Direction != XFER_NONE)) { in cciss_passthru()
1487 if (iocommand.Request.Type.Direction == XFER_WRITE) { in cciss_passthru()
1548 if (iocommand.Request.Type.Direction == XFER_READ) { in cciss_passthru()
1590 (ioc->Request.Type.Direction != XFER_NONE)) { in cciss_bigpassthru()
1623 if (ioc->Request.Type.Direction == XFER_WRITE) { in cciss_bigpassthru()
1675 if (ioc->Request.Type.Direction == XFER_READ) { in cciss_bigpassthru()
1822 if (c->Request.Type.Direction == XFER_READ) in cciss_softirq_done()
2545 c->Request.Type.Type = cmd_type; in fill_cmd()
2555 c->Request.Type.Attribute = ATTR_SIMPLE; in fill_cmd()
2556 c->Request.Type.Direction = XFER_READ; in fill_cmd()
[all …]
/linux-3.4.99/drivers/scsi/
Dhpsa_cmd.h219 u8 Type:3; member
222 } Type; member
241 u8 Type; member
Dhpsa.c2146 c->Request.Type.Type = TYPE_CMD; in hpsa_scsi_queue_command_lck()
2147 c->Request.Type.Attribute = ATTR_SIMPLE; in hpsa_scsi_queue_command_lck()
2150 c->Request.Type.Direction = XFER_WRITE; in hpsa_scsi_queue_command_lck()
2153 c->Request.Type.Direction = XFER_READ; in hpsa_scsi_queue_command_lck()
2156 c->Request.Type.Direction = XFER_NONE; in hpsa_scsi_queue_command_lck()
2164 c->Request.Type.Direction = XFER_RSVD; in hpsa_scsi_queue_command_lck()
2647 (iocommand.Request.Type.Direction != XFER_NONE)) { in hpsa_passthru_ioctl()
2654 if (iocommand.Request.Type.Direction == XFER_WRITE) { in hpsa_passthru_ioctl()
2711 if (iocommand.Request.Type.Direction == XFER_READ && in hpsa_passthru_ioctl()
2754 (ioc->Request.Type.Direction != XFER_NONE)) { in hpsa_big_passthru_ioctl()
[all …]
/linux-3.4.99/Documentation/power/
Dvideo.txt133 IBM TP A31 / Type 2652-M5G s3_mode (3) [works ok with BIOS 1.04 2002-08-23, but not at all wit…
134 IBM TP R32 / Type 2658-MMG none (1)
136 IBM TP R50p / Type 1832-22U s3_bios (2)
139 IBM TP T40 / Type 2373-MU4 none (1)
147 IBM TP X31 / Type 2672-XXH none (1), use radeontool (http://fdd.com/software/radeon/) to turn …
149 IBM Thinkpad X40 Type 2371-7JG s3_bios,s3_mode (4)
/linux-3.4.99/arch/mips/lantiq/
DKconfig8 prompt "SoC Type"
/linux-3.4.99/Documentation/sound/alsa/
DHD-Audio-Models.txt197 intel-mac-v1 Intel Mac Type 1
198 intel-mac-v2 Intel Mac Type 2
199 intel-mac-v3 Intel Mac Type 3
200 intel-mac-v4 Intel Mac Type 4
201 intel-mac-v5 Intel Mac Type 5
/linux-3.4.99/arch/arm/mach-msm/
DKconfig4 prompt "Qualcomm MSM SoC Type"
80 menu "Qualcomm MSM Board Type"
/linux-3.4.99/Documentation/auxdisplay/
Dks010836 Type: LCD Controller (Liquid Crystal Display Controller)
/linux-3.4.99/Documentation/netlabel/
Ddraft-ietf-cipso-ipsecurity-01.txt36 these options is the DoD Basic Security Option (BSO) (Type 130) which allows
40 categories or compartments, another security option (Type 133) exists and
102 3.1 Type
186 3.4.1 Tag Type Classes
205 3.4.2 Tag Type 1
218 Figure 3. Tag Type 1 Format
221 3.4.2.1 Tag Type
291 3.4.3 Tag Type 2
304 Figure 5. Tag Type 2 Format
307 3.4.3.1 Tag Type
[all …]
/linux-3.4.99/arch/arm/mach-shmobile/
DKconfig3 comment "SH-Mobile System Type"
44 comment "SH-Mobile Board Type"

123456