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()
760 unsigned int gpio_data; in cs42l42_suspend() local
791 gpio_data = snd_hda_codec_read(codec, CS8409_PIN_AFG, 0, AC_VERB_GET_GPIO_DATA, 0); in cs42l42_suspend()
792 gpio_data &= ~cs42l42->reset_gpio; in cs42l42_suspend()
793 snd_hda_codec_write(codec, CS8409_PIN_AFG, 0, AC_VERB_SET_GPIO_DATA, gpio_data); in cs42l42_suspend()
890 spec->gpio_data); in cs8409_cs42l42_hw_init()
979 spec->gpio_data = 0; in cs8409_cs42l42_fixups()
1113 spec->gpio_data); in dolphin_hw_init()
1201 spec->gpio_data = 0; in dolphin_fixups()