Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/class/
Dcdc-acm.c1210 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1724 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1726 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1728 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1740 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1746 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1749 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1752 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1770 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1773 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro