Lines Matching refs:gpio_led
186 unsigned int gpio_led; member
376 if (!spec->gpio_led) in stac_update_led_status()
385 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
387 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
714 if (spec->gpio_led) in set_hp_led_gpio()
720 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
722 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
750 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
759 &spec->gpio_led) == 2) { in find_mute_led_cfg()
764 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
765 spec->gpio_led = 1 << spec->gpio_led; in find_mute_led_cfg()
767 spec->vref_mute_led_nid = spec->gpio_led; in find_mute_led_cfg()
2104 spec->gpio_led, in stac92hd83xxx_fixup_hp()
2159 spec->gpio_led = 0x10; /* GPIO4 */ in stac92hd83xxx_fixup_hp_led_gpio10()
3090 spec->gpio_led = 0x01; in stac92hd71bxx_fixup_hp_dv4()
3120 spec->gpio_led = 0x08; in stac92hd71bxx_fixup_hp_hdx()
3165 spec->gpio_led, in stac92hd71bxx_fixup_hp()
4229 spec->gpio_led, in stac92hd95_fixup_hp_led()
4321 if (spec->gpio_led) in stac_parse_auto_config()
4630 if (spec->gpio_led) { in stac_setup_gpio()
4632 spec->gpio_mask |= spec->gpio_led; in stac_setup_gpio()
4633 spec->gpio_dir |= spec->gpio_led; in stac_setup_gpio()
4634 spec->gpio_data |= spec->gpio_led; in stac_setup_gpio()