Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_LO (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/device-id/
H A Dusb.h101 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/linux/drivers/usb/core/
H A Dotg_productlist.h69 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in is_targeted()
/linux/include/linux/
H A Dusb.h995 (USB_DEVICE_ID_MATCH_DEV_LO | USB_DEVICE_ID_MATCH_DEV_HI)
/linux/scripts/mod/
H A Dfile2alias.c302 devlo = match_flags & USB_DEVICE_ID_MATCH_DEV_LO ? in do_usb_entry_multi()