Home
last modified time | relevance | path

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

/linux/sound/soc/dwc/
H A Ddwc-i2s.c482 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_suspend() local
484 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()
485 clk_disable(dw_dev->clk); in dw_i2s_runtime_suspend()
491 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_resume() local
494 if (dw_dev->capability & DW_I2S_MASTER) { in dw_i2s_runtime_resume()
495 ret = clk_enable(dw_dev->clk); in dw_i2s_runtime_resume()