Searched defs:Type (Results 1 - 16 of 16) sorted by relevance

/drivers/usb/storage/
H A Dfreecom.c52 u8 Type; /* Command type. */ member in struct:freecom_cb_wrap
59 u8 Type; /* Command type. */ member in struct:freecom_xfer_wrap
66 u8 Type; /* Type + IDE register. */ member in struct:freecom_ide_out
73 u8 Type; /* Type | IDE register. */ member in struct:freecom_ide_in
159 fxfr->Type = FCM_PACKET_INPUT | 0x00;
192 fxfr->Type = FCM_PACKET_OUTPUT | 0x00;
240 fcb->Type = FCM_PACKET_ATAPI | 0x00;
282 fcb->Type
[all...]
/drivers/staging/media/go7007/
H A Dwis-sony-tuner.c48 unsigned char Type; /* unused here */ member in struct:sony_tunertype
/drivers/staging/bcm/
H A DDebug.h18 * Type and SubType are treated as bitmasks.
157 * appear (of course, iff global debug flag is ON and we match the Type and SubType).
193 unsigned int Subtype, Type; member in struct:__anon5060
201 /* A bitmap of 32 bits for Subtype per Type.
203 * corresponding to valid Type values. Hence we use the 'Type' field
218 #define BCM_DEBUG_PRINT(Adapter, Type, SubType, dbg_level, string, args...) \
220 if (DBG_TYPE_PRINTK == Type) \
224 (Type & Adapter->stDebugState.type) && \
225 (SubType & Adapter->stDebugState.subtype[Type])) { \
[all...]
/drivers/media/video/saa7164/
H A Dsaa7164-types.h79 enum tmBusType Type; member in struct:tmComResBusInfo
/drivers/scsi/
H A Dhpsa_cmd.h218 u8 Type:3; member in struct:RequestBlock::__anon4385
221 } Type; member in struct:RequestBlock
240 u8 Type; member in struct:MoreErrInfo::__anon4386
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c142 u32 RegRCR, Type; local
144 Type = ((u8 *)(val))[0];
148 if (Type == true)
150 else if (Type == false)
/drivers/staging/rtl8192e/
H A Drtl819x_Qos.h299 u16 Type; member in struct:qos_tclas::_TYPE0_ETH
/drivers/staging/winbond/
H A Dwbhal.h54 #define DOT_11_TYPE_OFFSET 30 /* The start offset of 802.11 Frame. Type encapsulation. */
64 /* Frame Type of Bits (2, 3)----------------------------------- */
303 u8 Type; /* 0: 802.3 1:802.11 data frame 2:802.11 management frame */ member in struct:wb35_descriptor
/drivers/isdn/hardware/eicon/
H A Dcardtype.h906 unsigned char Type; member in struct:CARD_FILES_DATA
/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h425 u16 Type; member in struct:_QOS_TCLAS::_TYPE0_ETH
/drivers/usb/serial/
H A Dio_usbvend.h344 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
464 __u8 UartType; // FBD Uart Type
596 __u8 Type; // Type of descriptor member in struct:ti_i2c_desc
/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h94 u8 Type:4; member in struct:RAID_CONTEXT
/drivers/message/fusion/lsi/
H A Dmpi_ioc.h765 U8 Type; /* 02h */ member in struct:_EVENT_DATA_LOOP_STATE
/drivers/staging/vt6656/
H A Ddevice.h216 CONTEXT_TYPE Type; member in struct:_USB_SEND_CONTEXT
/drivers/scsi/lpfc/
H A Dlpfc_sli.c2380 uint32_t Rctl, Type; local
2508 Type = FC_TYPE_ELS;
2512 Type = w5p->hcsw.Type;
2519 Type = FC_TYPE_ELS;
2521 w5p->hcsw.Type = Type;
2525 if (!lpfc_complete_unsol_iocb(phba, pring, saveq, Rctl, Type))
2528 "Type x%x received\n",
2529 pring->ringno, Rctl, Type);
[all...]
H A Dlpfc_hw.h124 uint32_t fcpReg:1; /* Type 8 */
126 uint32_t ipReg:1; /* Type 5 */
130 uint32_t fcpReg:1; /* Type 8 */
133 uint32_t ipReg:1; /* Type 5 */
2613 uint32_t dist:2; /* Dist Type */
2617 uint32_t dist:2; /* Dist Type */
3167 #define RJT_UNSUP_TYPE 0x07 /* Type not supported */
3251 uint8_t Type; /* TYPE field */ member in struct:__anon4580::__anon4581
3257 uint8_t Type; /* TYPE field */

Completed in 499 milliseconds