Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/dwc/
Ddwc-i2s.c396 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_suspend() local
398 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()
399 clk_disable(dw_dev->clk); in dw_i2s_runtime_suspend()
405 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_resume() local
407 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_resume()
408 clk_enable(dw_dev->clk); in dw_i2s_runtime_resume()