• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/

Lines Matching refs:__u8

342 	__u8	Length;				// Descriptor Length (per USB spec)
343 __u8 DescType; // Descriptor Type (per USB spec, =DEVICE type)
344 __u8 EpicVer; // Version of EPiC spec supported
346 __u8 NumPorts; // Number of serial ports supported
347 __u8 iDownloadFile; // Index of string containing download code filename
349 __u8 Unused[3]; // Available for future expansion, must be 0
351 __u8 MajorVersion; // Firmware version: xx.
352 __u8 MinorVersion; // yy.
401 // least, simply means extending each __u8 into a __u16.
428 __u8 DescriptorArea[0x2E0]; // C20 Descriptors go here, up to 2E0h (just a placeholder)
431 __u8 Length; // F00 Desc length for what follows, per USB (= C0h )
432 __u8 DescType; // F01 Desc type, per USB (=DEVICE type)
433 __u8 DescVer; // F02 Desc version/format (currently 2)
434 __u8 NumRootDescEntries; // F03 # entries in RootDescTable
436 __u8 RomSize; // F04 Size of ROM/E2PROM in K
437 __u8 RamSize; // F05 Size of external RAM in K
438 __u8 CpuRev; // F06 CPU revision level (chg only if s/w visible)
439 __u8 BoardRev; // F07 PCB revision level (chg only if s/w visible)
441 __u8 NumPorts; // F08 Number of ports
442 __u8 DescDate[3]; // F09 MM/DD/YY when descriptor template was compiler,
445 __u8 SerNumLength; // F0C USB string descriptor len
446 __u8 SerNumDescType; // F0D USB descriptor type (=STRING type)
449 __u8 AssemblyNumLength; // F26 USB string descriptor len
450 __u8 AssemblyNumDescType; // F27 USB descriptor type (=STRING type)
453 __u8 OemAssyNumLength; // F44 USB string descriptor len
454 __u8 OemAssyNumDescType; // F45 USB descriptor type (=STRING type)
457 __u8 ManufDateLength; // F62 USB string descriptor len
458 __u8 ManufDateDescType; // F63 USB descriptor type (=STRING type)
461 __u8 Reserved3[0x4D]; // F70 -- unused, set to 0 --
463 __u8 UartType; // FBD Uart Type
464 __u8 IonPid; // FBE Product ID, == LSB of USB DevDesc.PID
467 __u8 IonConfig; // FBF Config byte for ION manufacturing use
531 __u8 Length; // C0 Desc length, per USB (= 40h)
532 __u8 DescType; // C1 Desc type, per USB (= DEVICE type)
533 __u8 DescVer; // C2 Desc version/format
534 __u8 Reserved1; // C3 -- unused, set to 0 --
539 __u8 MajorVersion; // C6 Firmware version: xx.
540 __u8 MinorVersion; // C7 yy.
544 __u8 NumDescTypes; // CC Number of supported descriptor types
546 __u8 Reserved4; // CD Fix Compiler Packing
549 __u8 Reserved2[0x28]; // D0 -- unused, set to 0 --
550 __u8 UConfig0; // F8 930-defined CPU configuration byte 0
551 __u8 UConfig1; // F9 930-defined CPU configuration byte 1
552 __u8 Reserved3[6]; // FA -- unused, set to 0 --
595 __u8 Type; // Type of descriptor
597 __u8 CheckSum; // Checksum (8 bit sum of data only)
598 __u8 Data[0]; // Data starts here
604 __u8 Ver_Major; // Firmware Major version number
605 __u8 Ver_Minor; // Firmware Minor version number
606 __u8 Data[0]; // Download starts here
612 __u8 Version_Major; // Download Version (for Watchport)
613 __u8 Version_Minor;
620 __u8 CheckSum;
624 __u8 Power; // Self powered
635 __u8 HubTime; // Time for power on to power good
636 __u8 HubCurrent; // HUB Current = 100ma
649 #define TI_GET_CPU_REVISION(x) (__u8)((((x)>>4)&0x0f))
650 #define TI_GET_BOARD_REVISION(x) (__u8)(((x)&0x0f))
669 __u8 IonConfig; // Config byte for ION manufacturing use
670 __u8 IonConfig2; // Expansion
671 __u8 Version; // Version
672 __u8 CpuRev_BoardRev; // CPU revision level (0xF0) and Board Rev Level (0x0F)
673 __u8 NumPorts; // Number of ports for this UMP
674 __u8 NumVirtualPorts; // Number of Virtual ports
675 __u8 HubConfig1; // Used to configure the Hub
676 __u8 HubConfig2; // Used to configure the Hub
677 __u8 TotalPorts; // Total Number of Com Ports for the entire device (All UMPs)
678 __u8 Reserved; // Reserved