Lines Matching refs:gpio_led
186 unsigned int gpio_led; member
377 if (!spec->gpio_led) in stac_update_led_status()
386 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
388 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
715 if (spec->gpio_led) in set_hp_led_gpio()
721 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
723 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
751 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
760 &spec->gpio_led) == 2) { in find_mute_led_cfg()
765 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
766 spec->gpio_led = 1 << spec->gpio_led; in find_mute_led_cfg()
768 spec->vref_mute_led_nid = spec->gpio_led; in find_mute_led_cfg()
2105 spec->gpio_led, in stac92hd83xxx_fixup_hp()
2160 spec->gpio_led = 0x10; /* GPIO4 */ in stac92hd83xxx_fixup_hp_led_gpio10()
3091 spec->gpio_led = 0x01; in stac92hd71bxx_fixup_hp_dv4()
3121 spec->gpio_led = 0x08; in stac92hd71bxx_fixup_hp_hdx()
3166 spec->gpio_led, in stac92hd71bxx_fixup_hp()
4230 spec->gpio_led, in stac92hd95_fixup_hp_led()
4281 if (spec->gpio_led) in stac_parse_auto_config()
4628 if (spec->gpio_led) { in stac_setup_gpio()
4630 spec->gpio_mask |= spec->gpio_led; in stac_setup_gpio()
4631 spec->gpio_dir |= spec->gpio_led; in stac_setup_gpio()
4632 spec->gpio_data |= spec->gpio_led; in stac_setup_gpio()