Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/class/
Dcdc-acm.c1181 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1695 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1697 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1699 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1711 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1717 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1720 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1723 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1738 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1741 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro