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.c1233 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1764 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1766 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1768 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1786 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1792 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1795 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1798 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1816 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1819 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
H A Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro