Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dotg_productlist.h69 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in is_targeted()
H A Ddriver.c655 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmod_devicetable.h152 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
H A Dusb.h948 (USB_DEVICE_ID_MATCH_DEV_LO | USB_DEVICE_ID_MATCH_DEV_HI)
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h481 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c419 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_LO) && in usb_match_device()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dusb_intf.c91 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dusb_intf.c78 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dusb_intf.c88 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dusb_intf.c88 #define USB_DEVICE_ID_MATCH_DEV_LO 0x0004 macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dfile2alias.c278 devlo = match_flags & USB_DEVICE_ID_MATCH_DEV_LO ? in do_usb_entry_multi()