Home
last modified time | relevance | path

Searched refs:urb_state (Results 1 – 10 of 10) sorted by relevance

/bsp/at32/libraries/usbotg_library/src/
A Dusbh_ctrl.c129 urb_sts_type urb_state; in usbh_ctrl_setup_wait_handler() local
132 urb_state = uhost->urb_state[uhost->ctrl.hch_out]; in usbh_ctrl_setup_wait_handler()
163 else if(urb_state == URB_ERROR || urb_state == URB_NOTREADY) in usbh_ctrl_setup_wait_handler()
207 urb_sts_type urb_state; in usbh_ctrl_data_in_wait_handler() local
208 urb_state = uhost->urb_state[uhost->ctrl.hch_in]; in usbh_ctrl_data_in_wait_handler()
263 urb_sts_type urb_state; in usbh_ctrl_data_out_wait_handler() local
264 urb_state = uhost->urb_state[uhost->ctrl.hch_out]; in usbh_ctrl_data_out_wait_handler()
317 urb_sts_type urb_state; in usbh_ctrl_status_in_wait_handler() local
318 urb_state = uhost->urb_state[uhost->ctrl.hch_in]; in usbh_ctrl_status_in_wait_handler()
370 urb_sts_type urb_state; in usbh_ctrl_status_out_wait_handler() local
[all …]
A Dusbh_int.c205 uhost->urb_state[chn] = URB_DONE; in usbh_hch_in_handler()
211 uhost->urb_state[chn] = URB_DONE; in usbh_hch_in_handler()
231 uhost->urb_state[chn] = URB_DONE; in usbh_hch_in_handler()
235 uhost->urb_state[chn] = URB_STALL; in usbh_hch_in_handler()
243 uhost->urb_state[chn] = URB_ERROR; in usbh_hch_in_handler()
260 uhost->urb_state[chn] = URB_NOTREADY; in usbh_hch_in_handler()
321 uhost->urb_state[chn] = URB_NOTREADY; in usbh_hch_out_handler()
380 uhost->urb_state[chn] = URB_DONE; in usbh_hch_out_handler()
389 uhost->urb_state[chn] = URB_NOTREADY; in usbh_hch_out_handler()
401 uhost->urb_state[chn] = URB_ERROR; in usbh_hch_out_handler()
[all …]
A Dusbh_core.c121 uhost->urb_state[hc_num] = URB_IDLE; in usbh_in_out_request()
757 return uhost->urb_state[ch_num]; in usbh_get_urb_status()
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Source/
A Ddrv_usbh_int.c320 pp->urb_state = URB_DONE; in usbh_int_pipe_in()
331 pp->urb_state = URB_DONE; in usbh_int_pipe_in()
335 pp->urb_state = URB_STALL; in usbh_int_pipe_in()
341 pp->urb_state = URB_ERROR; in usbh_int_pipe_in()
410 if (URB_PING == pp->urb_state) { in usbh_int_pipe_out()
440 pp->urb_state = URB_DONE; in usbh_int_pipe_out()
449 if (URB_PING == pp->urb_state) { in usbh_int_pipe_out()
452 pp->urb_state = URB_NOTREADY; in usbh_int_pipe_out()
459 pp->urb_state = URB_PING; in usbh_int_pipe_out()
467 pp->urb_state = URB_STALL; in usbh_int_pipe_out()
[all …]
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/driver/Include/
A Ddrv_usb_host.h97 __IO usb_urb_state urb_state; member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Include/
A Dusbh_core.h247 return pudev->host.pipe[pp_num].urb_state; in usbh_urbstate_get()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_usbh.c52 …_HC_NotifyURBChange_Callback(HCD_HandleTypeDef *hhcd, uint8_t chnum, HCD_URBStateTypeDef urb_state) in HAL_HCD_HC_NotifyURBChange_Callback() argument
/bsp/at32/libraries/usbotg_library/inc/
A Dusbh_core.h304 urb_sts_type urb_state[USB_HOST_CHANNEL_NUM];/*!< usb request state */ member
/bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/GD32VF103_usbfs_library/host/core/Source/
A Dusbh_transc.c366 pudev->host.pipe[pp_num].urb_state = URB_IDLE; in usbh_request_submit()
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_usbh.c95 …ost_notify_urbchange_Callback(usb_core_instance *pdev, uint8_t chnum, HOST_CH_XFER_STATE urb_state) in usb_host_notify_urbchange_Callback() argument

Completed in 30 milliseconds