Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/dwc/
Ddwc-i2s.c328 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_hw_params()
403 if (dev->capability & DW_I2S_MASTER) in dw_i2s_set_fmt()
486 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()
496 if (dw_dev->capability & DW_I2S_MASTER) { in dw_i2s_runtime_resume()
508 if (dev->capability & DW_I2S_MASTER) in dw_i2s_suspend()
519 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_resume()
630 dev->capability |= DW_I2S_MASTER; in dw_configure_dai()
989 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_probe()
1051 .cap = DWC_I2S_PLAY | DW_I2S_MASTER,
/linux-6.12.1/include/sound/
Ddesignware_i2s.h30 #define DW_I2S_MASTER (1 << 3) macro