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.c1234 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1768 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1770 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1772 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1790 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1796 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1799 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1802 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1820 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1823 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
H A Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro