Lines Matching refs:state
94 * to use it in subsequent stream apis. state of stream is set to ALLOCATED
97 * From ASoC DPCM framework, this state is linked to startup() operation.
137 port->ch.state = SLIM_CH_STATE_ASSOCIATED;
138 port->state = SLIM_PORT_UNCONFIGURED;
153 port->ch.state = SLIM_CH_STATE_DISCONNECTED;
154 port->state = SLIM_PORT_DISCONNECTED;
175 port->ch.state = SLIM_CH_STATE_REMOVED;
200 * this state is linked to hw_params() operation.
249 port->state = SLIM_PORT_DISCONNECTED;
255 port->ch.state = SLIM_CH_STATE_ALLOCATED;
288 port->ch.state = SLIM_CH_STATE_CONTENT_DEFINED;
324 port->ch.state = SLIM_CH_STATE_DEFINED;
341 port->ch.state = SLIM_CH_STATE_ACTIVE;
355 * this state is linked to trigger() start operation.
370 stream->ports[i].ch.state = SLIM_CH_STATE_ACTIVE;
391 port->state = SLIM_PORT_CONFIGURED;
408 * this state is linked to trigger() pause operation.
445 * this state is linked to trigger() stop operation.
475 * this state is linked to shutdown() operation.