Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dquirks.h73 #define USB_QUIRK_ENDPOINT_IGNORE BIT(15) macro
/linux/drivers/usb/core/
H A Dquirks.c364 USB_QUIRK_ENDPOINT_IGNORE },
398 USB_QUIRK_ENDPOINT_IGNORE },
402 USB_QUIRK_ENDPOINT_IGNORE },
612 * Matched for devices with USB_QUIRK_ENDPOINT_IGNORE.
H A Dconfig.c350 if (udev->quirks & USB_QUIRK_ENDPOINT_IGNORE) { in usb_parse_endpoint()