Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_device.h114 int rst_shared_gpio; member
H A Daw87xxx.c1218 aw87xxx->aw_dev.rst_shared_gpio = AW_NO_RESET_GPIO; in aw87xxx_dtsi_parse()
1220 aw87xxx->aw_dev.rst_shared_gpio = ret; in aw87xxx_dtsi_parse()
1222 if (gpio_is_valid(aw87xxx->aw_dev.rst_shared_gpio)) { in aw87xxx_dtsi_parse()
1224 aw87xxx->aw_dev.rst_shared_gpio, in aw87xxx_dtsi_parse()
1231 gpio_set_value_cansleep(aw87xxx->aw_dev.rst_shared_gpio, AW_GPIO_HIGHT_LEVEL); in aw87xxx_dtsi_parse()