Searched refs:IGNORE_DEVICE (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/class/ |
H A D | cdc-acm.c | 1202 if (quirks == IGNORE_DEVICE) in acm_probe() 1926 .driver_info = IGNORE_DEVICE, 1929 .driver_info = IGNORE_DEVICE, 1935 .driver_info = IGNORE_DEVICE, 1939 .driver_info = IGNORE_DEVICE, 1944 { USB_DEVICE(0x04e2, 0x1400), .driver_info = IGNORE_DEVICE }, 1945 { USB_DEVICE(0x04e2, 0x1401), .driver_info = IGNORE_DEVICE }, 1946 { USB_DEVICE(0x04e2, 0x1402), .driver_info = IGNORE_DEVICE }, 1947 { USB_DEVICE(0x04e2, 0x1403), .driver_info = IGNORE_DEVICE }, 1948 { USB_DEVICE(0x04e2, 0x1410), .driver_info = IGNORE_DEVICE }, [all …]
|
H A D | cdc-acm.h | 111 #define IGNORE_DEVICE BIT(3) macro
|
/linux/include/linux/ |
H A D | usb_usual.h | 49 US_FLAG(IGNORE_DEVICE, 0x00000800) \
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 7247 i = IGNORE_DEVICE (don't bind to this
|