Searched refs:aw_i2s_tx_enable (Results 1 – 3 of 3) sorted by relevance
1404 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_start()1405 aw_dev->ops.aw_i2s_tx_enable(aw_dev, true); in aw_device_start()1462 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_stop()1463 aw_dev->ops.aw_i2s_tx_enable(aw_dev, false); in aw_device_stop()1548 if (aw_dev->ops.aw_i2s_tx_enable) in aw_device_init()1549 aw_dev->ops.aw_i2s_tx_enable(aw_dev, false); in aw_device_init()
124 void (*aw_i2s_tx_enable)(struct aw_device *aw_dev, bool flag); member
411 aw_pa->ops.aw_i2s_tx_enable = aw_pid_2049_i2s_tx_enable; in aw883xx_dev_init()