Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/dwc/
Ddwc-i2s.c286 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_hw_params()
367 if (dev->capability & DW_I2S_MASTER) in dw_i2s_set_fmt()
398 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()
407 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_resume()
416 if (dev->capability & DW_I2S_MASTER) in dw_i2s_suspend()
427 if (dev->capability & DW_I2S_MASTER) in dw_i2s_resume()
534 dev->capability |= DW_I2S_MASTER; in dw_configure_dai()
674 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_probe()
721 if (dev->capability & DW_I2S_MASTER) in dw_i2s_probe()
730 if (dev->capability & DW_I2S_MASTER) in dw_i2s_remove()
/Linux-v5.10/include/sound/
Ddesignware_i2s.h28 #define DW_I2S_MASTER (1 << 3) macro
/Linux-v5.10/sound/soc/intel/keembay/
Dkmb_platform.h103 #define DW_I2S_MASTER BIT(3) macro