Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/class/
Dcdc-acm.c1114 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1669 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1671 .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 */
1685 .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.h130 #define NO_UNION_NORMAL BIT(0) macro