Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/class/
Dcdc-acm.c1185 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1699 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1701 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1703 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1715 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1721 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1724 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1727 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1742 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1745 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h136 #define NO_UNION_NORMAL BIT(0) macro