Lines Matching refs:gpio_data
727 unsigned int gpio_data; in cs42l42_resume() local
736 gpio_data = snd_hda_codec_read(codec, CS8409_PIN_AFG, 0, AC_VERB_GET_GPIO_DATA, 0); in cs42l42_resume()
737 gpio_data |= cs42l42->reset_gpio; in cs42l42_resume()
738 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, gpio_data); in cs42l42_resume()
765 unsigned int gpio_data; in cs42l42_suspend() local
796 gpio_data = snd_hda_codec_read(codec, CS8409_PIN_AFG, 0, AC_VERB_GET_GPIO_DATA, 0); in cs42l42_suspend()
797 gpio_data &= ~cs42l42->reset_gpio; in cs42l42_suspend()
798 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, gpio_data); in cs42l42_suspend()
895 spec->gpio_data); in cs8409_cs42l42_hw_init()
984 spec->gpio_data = 0; in cs8409_cs42l42_fixups()
1118 spec->gpio_data); in dolphin_hw_init()
1206 spec->gpio_data = 0; in dolphin_fixups()