Searched refs:usb_speed_string (Results 1 – 25 of 31) sorted by relevance
12
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_core.c | 241 usb_speed_string(speed)); in mtu3_set_speed() 246 dev_dbg(mtu->dev, "set speed: %s\n", usb_speed_string(speed)); in mtu3_set_speed() 328 usb_speed_string(mtu->speed), is_on ? "+" : "-"); in mtu3_dev_on_off() 677 dev_dbg(mtu->dev, "%s: %s\n", __func__, usb_speed_string(udev_speed)); in mtu3_link_isr() 679 usb_speed_string(udev_speed)); in mtu3_link_isr() 790 usb_speed_string(mtu->max_speed)); in mtu3_check_params() 804 usb_speed_string(mtu->max_speed)); in mtu3_check_params()
|
| H A D | mtu3_gadget.c | 583 dev_dbg(mtu->dev, "%s %s\n", __func__, usb_speed_string(speed)); in mtu3_gadget_set_speed()
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 91 const char *usb_speed_string(enum usb_device_speed speed) in usb_speed_string() function 97 EXPORT_SYMBOL_GPL(usb_speed_string);
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ch9.h | 49 extern const char *usb_speed_string(enum usb_device_speed speed);
|
| /OK3568_Linux_fs/kernel/drivers/usb/usbip/ |
| H A D | vhci_sysfs.c | 289 usb_speed_string(speed)); in valid_args() 418 devid, speed, usb_speed_string(speed)); in attach_store()
|
| H A D | usbip_common.c | 92 udev->devnum, udev->devpath, usb_speed_string(udev->speed)); in usbip_dump_usb_device()
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | debug.h | 25 usb_speed_string(speed)); in cdns3_decode_usb_irq()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | debug.h | 26 usb_speed_string(speed)); in cdns3_decode_usb_irq()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | ch9.h | 966 extern const char *usb_speed_string(enum usb_device_speed speed);
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci-mtk-sch.c | 84 usb_speed_string(speed), usb_endpoint_num(epd), in decode_ep()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/em28xx/ |
| H A D | em28xx-audio.c | 710 EM28XX_EP_AUDIO, usb_speed_string(udev->speed), in em28xx_audio_urb_init()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | core.c | 1684 usb_speed_string(udc->gadget->param)); \
|
| H A D | gr_udc.c | 58 #define GR_SPEED_STR(status) usb_speed_string(GR_SPEED(status))
|
| H A D | fsl_udc_core.c | 2112 usb_speed_string(portscx_device_speed(tmp_reg)), in fsl_proc_read()
|
| H A D | net2272.c | 1724 usb_speed_string(dev->gadget.speed)); in net2272_handle_stat0_irqs()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_vivo | 2008 usb_speed_string
|
| H A D | abi_gki_aarch64_generic | 2176 usb_speed_string
|
| H A D | abi_gki_aarch64_exynos | 2242 usb_speed_string
|
| H A D | abi_gki_aarch64_qcom | 2944 usb_speed_string
|
| H A D | abi_gki_aarch64_mtk | 2510 usb_speed_string
|
| H A D | abi_gki_aarch64_rockchip | 1799 usb_speed_string
|
| H A D | abi_gki_aarch64_oplus | 3420 usb_speed_string
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | configfs.c | 337 return sprintf(page, "%s\n", usb_speed_string(speed)); in gadget_dev_desc_max_speed_show()
|
| H A D | composite.c | 894 usb_speed_string(gadget->speed), in set_config()
|
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | usbtest.c | 2858 usb_speed_string(udev->speed), in usbtest_probe()
|
12