Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c1221 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1735 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1737 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1739 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1754 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1760 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1763 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1766 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1784 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1787 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
H A Dcdc-acm.h108 #define NO_UNION_NORMAL BIT(0) macro