Lines Matching defs:usb_rpipe_descriptor
90 struct usb_rpipe_descriptor { struct
91 u8 bLength;
92 u8 bDescriptorType;
93 __le16 wRPipeIndex;
94 __le16 wRequests;
95 __le16 wBlocks; /* rw if 0 */
96 __le16 wMaxPacketSize; /* rw */
97 union {
101 union {
105 u8 bSpeed; /* rw: xfer rate 'enum uwb_phy_rate' */
106 union {
110 u8 bEndpointAddress; /* rw: Target EP address */
111 u8 bDataSequence; /* ro: Current Data sequence */
112 __le32 dwCurrentWindow; /* ro */
113 u8 bMaxDataSequence; /* ro?: max supported seq */
114 u8 bInterval; /* rw: */
115 u8 bOverTheAirInterval; /* rw: */
116 u8 bmAttribute; /* ro? */
117 u8 bmCharacteristics; /* ro? enum rpipe_attr, supported xsactions */
118 u8 bmRetryOptions; /* rw? */
119 __le16 wNumTransactionErrors; /* rw */