Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/dwc/
H A 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()
408 if (dw_dev->capability & DW_I2S_MASTER) { in dw_i2s_runtime_resume()
420 if (dev->capability & DW_I2S_MASTER) in dw_i2s_suspend()
431 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_resume()
541 dev->capability |= DW_I2S_MASTER; in dw_configure_dai()
681 if (dev->capability & DW_I2S_MASTER) { in dw_i2s_probe()
728 if (dev->capability & DW_I2S_MASTER) in dw_i2s_probe()
737 if (dev->capability & DW_I2S_MASTER) in dw_i2s_remove()
/OK3568_Linux_fs/kernel/include/sound/
H A Ddesignware_i2s.h28 #define DW_I2S_MASTER (1 << 3) macro
/OK3568_Linux_fs/kernel/sound/soc/intel/keembay/
H A Dkmb_platform.h103 #define DW_I2S_MASTER BIT(3) macro