Searched refs:IGNORE_DEVICE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/class/ |
H A D | cdc-acm.c | 1213 if (quirks == IGNORE_DEVICE) in acm_probe() 1940 .driver_info = IGNORE_DEVICE, 1943 .driver_info = IGNORE_DEVICE, 1949 .driver_info = IGNORE_DEVICE, 1953 .driver_info = IGNORE_DEVICE, 1958 { USB_DEVICE(0x04e2, 0x1400), .driver_info = IGNORE_DEVICE }, 1959 { USB_DEVICE(0x04e2, 0x1401), .driver_info = IGNORE_DEVICE }, 1960 { USB_DEVICE(0x04e2, 0x1402), .driver_info = IGNORE_DEVICE }, 1961 { USB_DEVICE(0x04e2, 0x1403), .driver_info = IGNORE_DEVICE }, 1962 { USB_DEVICE(0x04e2, 0x1410), .driver_info = IGNORE_DEVICE }, [all …]
|
H A D | cdc-acm.h | 111 #define IGNORE_DEVICE BIT(3) macro
|
/openbmc/linux/include/linux/ |
H A D | usb_usual.h | 49 US_FLAG(IGNORE_DEVICE, 0x00000800) \
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6912 i = IGNORE_DEVICE (don't bind to this
|