Home
last modified time | relevance | path

Searched refs:IGNORE_DEVICE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/class/
H A Dcdc-acm.c1226 if (quirks == IGNORE_DEVICE) in acm_probe()
1979 .driver_info = IGNORE_DEVICE,
1982 .driver_info = IGNORE_DEVICE,
1988 .driver_info = IGNORE_DEVICE,
1992 .driver_info = IGNORE_DEVICE,
1997 { USB_DEVICE(0x04e2, 0x1400), .driver_info = IGNORE_DEVICE },
1998 { USB_DEVICE(0x04e2, 0x1401), .driver_info = IGNORE_DEVICE },
1999 { USB_DEVICE(0x04e2, 0x1402), .driver_info = IGNORE_DEVICE },
2000 { USB_DEVICE(0x04e2, 0x1403), .driver_info = IGNORE_DEVICE },
2001 { USB_DEVICE(0x04e2, 0x1410), .driver_info = IGNORE_DEVICE },
[all …]
H A Dcdc-acm.h111 #define IGNORE_DEVICE BIT(3) macro
/linux/include/linux/
H A Dusb_usual.h49 US_FLAG(IGNORE_DEVICE, 0x00000800) \