Searched refs:usb_host_obj (Results 1 – 1 of 1) sorted by relevance
704 struct imxrt_usb_host *usb_host_obj; in imxrt_usbh_register() local711 usb_host_obj->uhcd.parent.user_data = usb_host_obj; in imxrt_usbh_register()712 usb_host_obj->uhcd.ops = &_ehci0_uhcd_ops; in imxrt_usbh_register()713 usb_host_obj->uhcd.num_ports = OTG_PORT; in imxrt_usbh_register()714 …res = rt_device_register(&(usb_host_obj->uhcd.parent), usb_host_obj->name, RT_DEVICE_FLAG_DEACTIVA… in imxrt_usbh_register()721 rt_usb_host_init(usb_host_obj->name); in imxrt_usbh_register()728 usb_host_obj->uhcd.parent.user_data = usb_host_obj; in imxrt_usbh_register()729 usb_host_obj->uhcd.ops = &_ehci1_uhcd_ops; in imxrt_usbh_register()730 usb_host_obj->uhcd.num_ports = OTG_PORT; in imxrt_usbh_register()731 …res = rt_device_register(&(usb_host_obj->uhcd.parent), usb_host_obj->name, RT_DEVICE_FLAG_DEACTIVA… in imxrt_usbh_register()[all …]
Completed in 4 milliseconds