Home
last modified time | relevance | path

Searched defs:edge_compatibility_bits (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/usb/serial/
Dio_usbvend.h301 struct edge_compatibility_bits { struct
305 __u32 VendEnableSuspend : 1; // 0001 Set if device supports ION_ENABLE_SUSPEND
306 __u32 VendUnused : 31; // Available for future expansion, must be 0
312 __u32 IOSPOpen : 1; // 0001 OPEN / OPEN_RSP (Currently must be 1)
313 __u32 IOSPClose : 1; // 0002 CLOSE
314 __u32 IOSPChase : 1; // 0004 CHASE / CHASE_RSP
315 __u32 IOSPSetRxFlow : 1; // 0008 SET_RX_FLOW
316 __u32 IOSPSetTxFlow : 1; // 0010 SET_TX_FLOW
317 __u32 IOSPSetXChar : 1; // 0020 SET_XON_CHAR/SET_XOFF_CHAR
318 __u32 IOSPRxCheck : 1; // 0040 RX_CHECK_REQ/RX_CHECK_RSP
[all …]