Searched defs:uhost (Results 1 – 4 of 4) sorted by relevance
67 uint16_t usbh_get_free_channel(usbh_core_type *uhost) in usbh_get_free_channel()465 void usbh_enter_suspend(usbh_core_type *uhost) in usbh_enter_suspend()486 void usbh_resume(usbh_core_type *uhost) in usbh_resume()523 usb_sts_type usbh_core_init(usbh_core_type *uhost, in usbh_core_init()675 void usbh_hc_open(usbh_core_type *uhost, in usbh_hc_open()987 void usbh_reset_port(usbh_core_type *uhost) in usbh_reset_port()1011 static void usbh_attached(usbh_core_type *uhost) in usbh_attached()1091 static void usbh_class(usbh_core_type *uhost) in usbh_class()1104 static void usbh_suspend(usbh_core_type *uhost) in usbh_suspend()1126 static void usbh_wakeup(usbh_core_type *uhost) in usbh_wakeup()[all …]
67 usb_sts_type usbh_ctrl_recv_data(usbh_core_type *uhost, uint8_t *buffer, in usbh_ctrl_recv_data()113 usb_sts_type usbh_ctrl_setup_handler(usbh_core_type *uhost) in usbh_ctrl_setup_handler()187 usb_sts_type usbh_ctrl_data_in_handler(usbh_core_type *uhost) in usbh_ctrl_data_in_handler()241 usb_sts_type usbh_ctrl_data_out_handler(usbh_core_type *uhost) in usbh_ctrl_data_out_handler()297 usb_sts_type usbh_ctrl_status_in_handler(usbh_core_type *uhost) in usbh_ctrl_status_in_handler()350 usb_sts_type usbh_ctrl_status_out_handler(usbh_core_type *uhost) in usbh_ctrl_status_out_handler()403 usb_sts_type usbh_ctrl_error_handler(usbh_core_type *uhost) in usbh_ctrl_error_handler()425 usb_sts_type usbh_ctrl_stall_handler(usbh_core_type *uhost) in usbh_ctrl_stall_handler()435 usb_sts_type usbh_ctrl_complete_handler(usbh_core_type *uhost) in usbh_ctrl_complete_handler()445 usb_sts_type usbh_ctrl_transfer_loop(usbh_core_type *uhost) in usbh_ctrl_transfer_loop()[all …]
45 usbh_core_type *uhost = &otgdev->host; in usbh_irq_handler() local108 void usbh_wakeup_handler(usbh_core_type *uhost) in usbh_wakeup_handler()118 void usbh_sof_handler(usbh_core_type *uhost) in usbh_sof_handler()128 void usbh_disconnect_handler(usbh_core_type *uhost) in usbh_disconnect_handler()155 void usbh_hch_in_handler(usbh_core_type *uhost, uint8_t chn) in usbh_hch_in_handler()309 void usbh_hch_out_handler(usbh_core_type *uhost, uint8_t chn) in usbh_hch_out_handler()464 void usbh_hch_handler(usbh_core_type *uhost) in usbh_hch_handler()494 void usbh_rx_qlvl_handler(usbh_core_type *uhost) in usbh_rx_qlvl_handler()545 void usbh_port_handler(usbh_core_type *uhost) in usbh_port_handler()605 rt_weak void usbh_connect_callback(usbh_core_type *uhost) in usbh_connect_callback()[all …]
75 void usbh_connect_callback(usbh_core_type *uhost) in usbh_connect_callback()86 void usbh_disconnect_callback(usbh_core_type *uhost) in usbh_disconnect_callback()97 void usbd_notify_urbchange_callback(usbh_core_type *uhost, uint8_t chnum, urb_sts_type sts) in usbd_notify_urbchange_callback()
Completed in 15 milliseconds