Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/class/
Dcdc-acm.c1186 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1690 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1692 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1694 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1706 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1712 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1715 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1718 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1733 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1736 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h134 #define NO_UNION_NORMAL BIT(0) macro