Searched refs:i2s_config_get (Results 1 – 3 of 3) sorted by relevance
21 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_impl_i2s_buf_read()36 tx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_TX); in z_impl_i2s_buf_write()
64 rx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_RX); in z_vrfy_i2s_buf_read()87 tx_cfg = i2s_config_get((const struct device *)dev, I2S_DIR_TX); in z_vrfy_i2s_buf_write()
376 static inline const struct i2s_config *i2s_config_get(const struct device *dev, in i2s_config_get() function