Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/class/
Dcdc-acm.c1156 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1659 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1661 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1663 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1666 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1672 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1675 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1678 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1693 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1696 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h134 #define NO_UNION_NORMAL BIT(0) macro