Searched refs:dw_dev (Results 1 – 1 of 1) sorted by relevance
400 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_suspend() local402 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_suspend()403 clk_disable(dw_dev->clk); in dw_i2s_runtime_suspend()409 struct dw_i2s_dev *dw_dev = dev_get_drvdata(dev); in dw_i2s_runtime_resume() local411 if (dw_dev->capability & DW_I2S_MASTER) in dw_i2s_runtime_resume()412 clk_enable(dw_dev->clk); in dw_i2s_runtime_resume()