Home
last modified time | relevance | path

Searched refs:NO_UNION_NORMAL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/class/
H A Dcdc-acm.c1221 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1733 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1735 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1737 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1752 .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 */
1764 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1782 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1785 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
H A Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro