Lines Matching refs:conn_dev_ena
300 …uint32_t conn_dev_ena: 1; //Used to indicate the port is connected to a device that … member
780 port->flags.conn_dev_ena = 0; in _intr_hdlr_hprt()
787 port->flags.conn_dev_ena = 1; in _intr_hdlr_hprt()
792 port->flags.conn_dev_ena = 0; in _intr_hdlr_hprt()
816 port->flags.conn_dev_ena = 0; in _intr_hdlr_hprt()
855 if (_buffer_can_exec(pipe) && pipe->port->flags.conn_dev_ena) { in _intr_hdlr_chan()
862 if (_buffer_can_fill(pipe) && pipe->port->flags.conn_dev_ena) { in _intr_hdlr_chan()
1205 if (port->state != HCD_PORT_STATE_ENABLED || !port->flags.conn_dev_ena) { in _port_cmd_reset()
1256 if (port->state != HCD_PORT_STATE_RESUMING || !port->flags.conn_dev_ena) { in _port_cmd_bus_resume()
1264 if (port->state != HCD_PORT_STATE_RESUMING || !port->flags.conn_dev_ena) { in _port_cmd_bus_resume()
1431 HCD_CHECK_FROM_CRIT(port->flags.conn_dev_ena, ESP_ERR_INVALID_STATE); in hcd_port_get_speed()
1725 if (pipe->port->flags.conn_dev_ena //Skip halting the underlying channel if the port is invalid in _pipe_cmd_halt()
1751 bool canceled = pipe->port->flags.conn_dev_ena; in _pipe_cmd_flush()
1794 if (pipe->state != HCD_PIPE_STATE_HALTED || !pipe->port->flags.conn_dev_ena) { in _pipe_cmd_clear()
1823 HCD_CHECK_FROM_CRIT(port->initialized && port->flags.conn_dev_ena, ESP_ERR_INVALID_STATE); in hcd_pipe_alloc()
1879 if (!port->initialized || !port->flags.conn_dev_ena) { in hcd_pipe_alloc()