Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_device.h44 int (*pwr_on_func)(struct aw_device *aw_dev, struct aw_data_container *data); member
H A Daw87xxx.c181 if (aw_dev->ops.pwr_on_func) { in aw87xxx_update_profile()
182 ret = aw_dev->ops.pwr_on_func(aw_dev, data_container); in aw87xxx_update_profile()
339 if (aw_dev->ops.pwr_on_func) { in aw87xxx_esd_update_profile()
340 ret = aw_dev->ops.pwr_on_func(aw_dev, data_container); in aw87xxx_esd_update_profile()
H A Daw_device.c541 aw_dev->ops.pwr_on_func = aw_dev_pid_9b_pwr_on; in aw_dev_pid_9b_init()