Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/class/
Dcdc-acm.c1165 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1666 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1668 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1670 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1673 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1676 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1679 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1682 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1697 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1700 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h135 #define NO_UNION_NORMAL BIT(0) macro