Searched refs:NO_UNION_NORMAL (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | cdc-acm.c | 1198 if (quirks == NO_UNION_NORMAL) { in acm_probe() 1715 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */ 1717 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */ 1719 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1731 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1737 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1740 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1743 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1758 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ 1761 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */ [all …]
|
| H A D | cdc-acm.h | 136 #define NO_UNION_NORMAL BIT(0) macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | xr_usb_serial_common.h | 169 #define NO_UNION_NORMAL 1 macro
|
| H A D | xr_usb_serial_common.c | 1337 if (quirks == NO_UNION_NORMAL) { in xr_usb_serial_probe()
|