Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/class/
Dcdc-acm.c1118 if (quirks == NO_UNION_NORMAL) { in acm_probe()
1679 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1681 .driver_info = NO_UNION_NORMAL, },/* has no union descriptor */
1683 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1686 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1689 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1692 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1695 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1707 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
1710 .driver_info = NO_UNION_NORMAL, /* has no union descriptor */
[all …]
Dcdc-acm.h130 #define NO_UNION_NORMAL BIT(0) macro