Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/imx/
H A Dimx8.c55 ret = imx_sc_misc_set_control(get_chip_pdata(sdev), IMX_SC_R_DSP, in imx8x_run()
62 ret = imx_sc_misc_set_control(get_chip_pdata(sdev), IMX_SC_R_DSP, in imx8x_run()
69 ret = imx_sc_misc_set_control(get_chip_pdata(sdev), IMX_SC_R_DSP, in imx8x_run()
77 ret = imx_sc_misc_set_control(get_chip_pdata(sdev), IMX_SC_R_DSP, in imx8x_run()
84 imx_sc_pm_cpu_start(get_chip_pdata(sdev), IMX_SC_R_DSP, true, in imx8x_run()
94 ret = imx_sc_misc_set_control(get_chip_pdata(sdev), IMX_SC_R_DSP, in imx8_run()
101 imx_sc_pm_cpu_start(get_chip_pdata(sdev), IMX_SC_R_DSP, true, in imx8_run()
130 chip = get_chip_pdata(sdev); in imx8m_reset()
153 struct imx8m_chip_data *chip = get_chip_pdata(sdev); in imx8m_run()
189 struct regmap *regmap = get_chip_pdata(sdev); in imx8ulp_run()
[all …]
H A Dimx-common.h21 #define get_chip_pdata(sdev)\ macro