Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Dotg_productlist.h69 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in is_targeted()
H A Ddriver.c650 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
/openbmc/linux/include/linux/
H A Dmod_devicetable.h159 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
H A Dusb.h964 (USB_DEVICE_ID_MATCH_DEV_LO | USB_DEVICE_ID_MATCH_DEV_HI)
/openbmc/u-boot/include/
H A Dusb.h480 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/openbmc/u-boot/drivers/usb/host/
H A Dusb-uclass.c419 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
/openbmc/linux/scripts/mod/
H A Dfile2alias.c290 devlo = match_flags & USB_DEVICE_ID_MATCH_DEV_LO ? in do_usb_entry_multi()