Searched refs:props (Results 1 – 1 of 1) sorted by relevance
171 const struct dai_properties *props = dai_get_properties(dai->dev, direction, in dai_get_handshake() local173 int hs_id = props->dma_hs_id; in dai_get_handshake()183 const struct dai_properties *props; in dai_get_fifo_depth() local191 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() local202 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() local214 int fifo_address = props->fifo_address; in dai_get_fifo()1405 const struct dai_properties *props; in dai_get_init_delay_ms() local[all …]