Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_device.c291 struct aw_soft_rst_desc *soft_rst = &aw_dev->soft_rst_desc; in aw_dev_soft_reset()
312 aw_dev->soft_rst_desc.len); in aw_dev_soft_reset()
544 aw_dev->soft_rst_desc.len = sizeof(aw87xxx_pid_9b_softrst_access); in aw_dev_pid_9b_init()
545 aw_dev->soft_rst_desc.access = aw87xxx_pid_9b_softrst_access; in aw_dev_pid_9b_init()
602 aw_dev->soft_rst_desc.len = sizeof(aw87xxx_pid_39_softrst_access); in aw_dev_chipid_39_init()
603 aw_dev->soft_rst_desc.access = aw87xxx_pid_39_softrst_access; in aw_dev_chipid_39_init()
632 aw_dev->soft_rst_desc.len = sizeof(aw87xxx_pid_59_5x9_softrst_access); in aw_dev_chipid_59_5x9_init()
633 aw_dev->soft_rst_desc.access = aw87xxx_pid_59_5x9_softrst_access; in aw_dev_chipid_59_5x9_init()
661 aw_dev->soft_rst_desc.len = sizeof(aw87xxx_pid_59_3x9_softrst_access); in aw_dev_chipid_59_3x9_init()
662 aw_dev->soft_rst_desc.access = aw87xxx_pid_59_3x9_softrst_access; in aw_dev_chipid_59_3x9_init()
[all …]
H A Daw_device.h123 struct aw_soft_rst_desc soft_rst_desc; member