Home
last modified time | relevance | path

Searched refs:DW_I2S_MASTER (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/dwc/
H A Ddwc-i2s.c327 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_hw_params()
402 if (dev->capability & DW_I2S_MASTER) in dw_i2s_set_fmt()
484 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()
494 if (dw_dev->capability & DW_I2S_MASTER) { in dw_i2s_runtime_resume()
507 if (dev->capability & DW_I2S_MASTER) in dw_i2s_suspend()
518 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_resume()
629 dev->capability |= DW_I2S_MASTER; in dw_configure_dai()
988 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_probe()
1050 .cap = DWC_I2S_PLAY | DW_I2S_MASTER,
/linux/include/sound/
H A Ddesignware_i2s.h30 #define DW_I2S_MASTER (1 << 3) macro