Lines Matching refs:props
171 const struct dai_properties *props = dai_get_properties(dai->dev, direction, in dai_get_handshake() local
173 int hs_id = props->dma_hs_id; in dai_get_handshake()
183 const struct dai_properties *props; in dai_get_fifo_depth() local
191 props = dai_get_properties(dai->dev, direction, 0); in dai_get_fifo_depth()
192 fifo_depth = props->fifo_depth; in dai_get_fifo_depth()
201 const struct dai_properties *props = dai_get_properties(dai->dev, direction, 0); in dai_get_stream_id() local
202 int stream_id = props->stream_id; in dai_get_stream_id()
212 const struct dai_properties *props = dai_get_properties(dai->dev, direction, in dai_get_fifo() local
214 int fifo_address = props->fifo_address; in dai_get_fifo()
1405 const struct dai_properties *props; in dai_get_init_delay_ms() local
1413 props = dai_get_properties(dai->dev, 0, 0); in dai_get_init_delay_ms()
1414 init_delay = props->reg_init_delay; in dai_get_init_delay_ms()