Searched refs:pipe_type (Results 1 – 4 of 4) sorted by relevance
326 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_DISABLE) { in _uhd_ctrl_phase_setup()334 if ((cfg.pipe_type == USB_HOST_PIPE_TYPE_DISABLE) || in _uhd_ctrl_phase_setup()1009 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in uhd_resume()1104 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_transfer_complete()1106 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_transfer_complete()1151 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_error()1153 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_error()1230 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_stall()1232 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_stall()1532 if (cfg.pipe_type != USB_HOST_PIPE_TYPE_DISABLE) { in uhd_ep_alloc()[all …]
309 enum usb_host_pipe_type pipe_type; member
327 ep_config->pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in usb_host_pipe_get_config_defaults()357 module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.PTYPE = ep_config->pipe_type; in usb_host_pipe_set_config()427 …ep_config->pipe_type = (enum usb_host_pipe_type)module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.… in usb_host_pipe_get_config()
Completed in 15 milliseconds