Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_device.h132 int (*aw_get_hw_mon_st)(struct aw_device *aw_dev, bool *is_enable, uint8_t *temp_flag); member
H A Daw_device.c1098 if (aw_dev->ops.aw_get_hw_mon_st) { in aw_dev_dsp_cfg_update()
1099 ret = aw_dev->ops.aw_get_hw_mon_st(aw_dev, in aw_dev_dsp_cfg_update()
H A Daw_init.c412 aw_pa->ops.aw_get_hw_mon_st = aw_pid_2049_get_hw_mon_st; in aw883xx_dev_init()