Searched refs:gpio_data (Results 1 – 10 of 10) sorted by relevance
442 unsigned int gpio_data; in cs8409_spk_sw_gpio_put() local444 gpio_data = (spec->gpio_data & ~spec->speaker_pdn_gpio) | in cs8409_spk_sw_gpio_put()446 if (gpio_data == spec->gpio_data) in cs8409_spk_sw_gpio_put()448 spec->gpio_data = gpio_data; in cs8409_spk_sw_gpio_put()888 spec->gpio_data |= cs42l42->reset_gpio; in cs42l42_resume()953 spec->gpio_data &= ~cs42l42->reset_gpio; in cs42l42_suspend()1058 spec->gpio_data); in cs8409_cs42l42_hw_init()1147 spec->gpio_data = 0; in cs8409_cs42l42_fixups()1182 spec->gpio_data |= spec->speaker_pdn_gpio; in cs8409_cs42l42_fixups()1292 spec->gpio_data); in dolphin_hw_init()[all …]
23 unsigned int gpio_data; member143 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()146 spec->gpio_data = in cs_automute()149 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()451 spec->gpio_data); in cs421x_init()
25 unsigned int gpio_data; member129 spec->gpio_data = spec->gen.hp_jack_present ? in cs_automute()132 spec->gpio_data = in cs_automute()135 AC_VERB_SET_GPIO_DATA, spec->gpio_data); in cs_automute()273 spec->gpio_data); in cs_init()
331 unsigned int gpio_data; member
184 unsigned int gpio_data; member427 spec->gpio_data = val; in stac_update_outputs()1361 spec->gpio_data = 0x00; in stac9200_fixup_panasonic()2191 spec->gpio_data = 0x10; in stac92hd83xxx_fixup_gpio10_eapd()2965 unsigned int gpio_data; in stac_hp_bass_gpio_put() local2967 gpio_data = (spec->gpio_data & ~0x20) | in stac_hp_bass_gpio_put()2969 if (gpio_data == spec->gpio_data) in stac_hp_bass_gpio_put()2971 spec->gpio_data = gpio_data; in stac_hp_bass_gpio_put()4561 spec->gpio_data = 0x01; in probe_stac92hd73xx()4716 spec->gpio_data = 0x01; in probe_stac92hd71bxx()[all …]
3659 unsigned short gpio_data; in ca0113_mmio_gpio_set() local3661 gpio_data = gpio_pin & 0xF; in ca0113_mmio_gpio_set()3662 gpio_data |= ((enable << 8) & 0x100); in ca0113_mmio_gpio_set()3664 writew(gpio_data, spec->mem_base + 0x320); in ca0113_mmio_gpio_set()4677 unsigned int i, gpio_data; in ca0132_alt_select_out_quirk_set() local4689 gpio_data = snd_hda_codec_read(codec, codec->core.afg, 0, in ca0132_alt_select_out_quirk_set()4693 gpio_data |= (1 << out_info->hda_gpio_pin); in ca0132_alt_select_out_quirk_set()4695 gpio_data &= ~(1 << out_info->hda_gpio_pin); in ca0132_alt_select_out_quirk_set()4698 AC_VERB_SET_GPIO_DATA, gpio_data); in ca0132_alt_select_out_quirk_set()
125 spec->gpio_data |= mask; in alc_setup_gpio()134 spec->gpio_data); in alc_write_gpio_data()142 unsigned int oldval = spec->gpio_data; in alc_update_gpio_data()145 spec->gpio_data |= mask; in alc_update_gpio_data()147 spec->gpio_data &= ~mask; in alc_update_gpio_data()148 if (oldval != spec->gpio_data) in alc_update_gpio_data()
87 unsigned int gpio_data; member
61 if (nid == codec->core.afg && power_state == AC_PWRST_D3 && spec->gpio_data) in gpio_led_power_filter()
1011 if (spec->gpio_data) in alc269_resume()1892 spec->gpio_data |= 0x02; in alc280_fixup_hp_gpio2_mic_hotkey()
Completed in 78 milliseconds