Home
last modified time | relevance | path

Searched refs:USB_DEVICE_ID_MATCH_DEV_CLASS (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dotg_productlist.h77 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in is_targeted()
H A Ddriver.c663 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_match_device()
H A Dhub.c5720 { .match_flags = USB_DEVICE_ID_MATCH_DEV_CLASS,
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dsafe_serial.c109 USB_DEVICE_ID_MATCH_DEV_CLASS | \
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c427 if ((id->match_flags & USB_DEVICE_ID_MATCH_DEV_CLASS) && in usb_match_device()
724 plat->id.match_flags |= USB_DEVICE_ID_MATCH_DEV_CLASS; in usb_child_post_bind()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmod_devicetable.h154 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
H A Dusb.h952 (USB_DEVICE_ID_MATCH_DEV_CLASS | \
/OK3568_Linux_fs/u-boot/include/
H A Dusb.h483 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/OK3568_Linux_fs/u-boot/common/
H A Dusb_hub.c975 .match_flags = USB_DEVICE_ID_MATCH_DEV_CLASS,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Dusb_intf.c93 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dpegasus.c85 {.match_flags = (USB_DEVICE_ID_MATCH_DEVICE | USB_DEVICE_ID_MATCH_DEV_CLASS), \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/
H A Dusb_intf.c80 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Dusb_intf.c90 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Dusb_intf.c90 #define USB_DEVICE_ID_MATCH_DEV_CLASS 0x0010 macro
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dfile2alias.c205 ADD(alias, "dc", match_flags&USB_DEVICE_ID_MATCH_DEV_CLASS, in do_usb_entry()