Lines Matching refs:gpio_led
197 unsigned int gpio_led; member
403 if (!spec->gpio_led) in stac_update_led_status()
412 spec->gpio_data |= spec->gpio_led; in stac_update_led_status()
414 spec->gpio_data &= ~spec->gpio_led; in stac_update_led_status()
737 if (spec->gpio_led) in set_hp_led_gpio()
743 spec->gpio_led = 0x08; /* GPIO 3 */ in set_hp_led_gpio()
745 spec->gpio_led = 0x01; /* GPIO 0 */ in set_hp_led_gpio()
773 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) { in find_mute_led_cfg()
782 &spec->gpio_led) == 2) { in find_mute_led_cfg()
787 if (spec->gpio_led < max_gpio) in find_mute_led_cfg()
788 spec->gpio_led = 1 << spec->gpio_led; in find_mute_led_cfg()
790 spec->vref_mute_led_nid = spec->gpio_led; in find_mute_led_cfg()
2094 spec->gpio_led, in stac92hd83xxx_fixup_hp()
2149 spec->gpio_led = 0x10; /* GPIO4 */ in stac92hd83xxx_fixup_hp_led_gpio10()
3080 spec->gpio_led = 0x01; in stac92hd71bxx_fixup_hp_dv4()
3110 spec->gpio_led = 0x08; in stac92hd71bxx_fixup_hp_hdx()
3155 spec->gpio_led, in stac92hd71bxx_fixup_hp()
4212 spec->gpio_led, in stac92hd95_fixup_hp_led()
4304 if (spec->gpio_led) in stac_parse_auto_config()
4613 if (spec->gpio_led) { in stac_setup_gpio()
4615 spec->gpio_mask |= spec->gpio_led; in stac_setup_gpio()
4616 spec->gpio_dir |= spec->gpio_led; in stac_setup_gpio()
4617 spec->gpio_data |= spec->gpio_led; in stac_setup_gpio()