Lines Matching refs:gpio_led
186 unsigned int gpio_led; member
374 if (!spec->gpio_led) in stac_update_led_status()
383 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
385 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
708 if (spec->gpio_led) in set_hp_led_gpio()
714 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
716 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
744 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
753 &spec->gpio_led) == 2) { in find_mute_led_cfg()
758 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
759 spec->gpio_led = 1 << spec->gpio_led; in find_mute_led_cfg()
761 spec->vref_mute_led_nid = spec->gpio_led; in find_mute_led_cfg()
2098 spec->gpio_led, in stac92hd83xxx_fixup_hp()
2153 spec->gpio_led = 0x10; /* GPIO4 */ in stac92hd83xxx_fixup_hp_led_gpio10()
3084 spec->gpio_led = 0x01; in stac92hd71bxx_fixup_hp_dv4()
3114 spec->gpio_led = 0x08; in stac92hd71bxx_fixup_hp_hdx()
3159 spec->gpio_led, in stac92hd71bxx_fixup_hp()
4223 spec->gpio_led, in stac92hd95_fixup_hp_led()
4315 if (spec->gpio_led) in stac_parse_auto_config()
4624 if (spec->gpio_led) { in stac_setup_gpio()
4626 spec->gpio_mask |= spec->gpio_led; in stac_setup_gpio()
4627 spec->gpio_dir |= spec->gpio_led; in stac_setup_gpio()
4628 spec->gpio_data |= spec->gpio_led; in stac_setup_gpio()