Home
last modified time | relevance | path

Searched refs:adf_on (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/leds/
H A Dleds-bd2802.c92 int adf_on; member
203 if (bd2802_is_all_off(led) && !led->adf_on) { in bd2802_update_state()
254 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_on()
273 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_blink()
405 led->adf_on = 1; in bd2802_enable_adv_conf()
426 led->adf_on = 0; in bd2802_disable_adv_conf()
436 if (led->adf_on) in bd2802_show_adv_conf()
454 if (!led->adf_on && !strncmp(buf, "on", 2)) in bd2802_store_adv_conf()
456 else if (led->adf_on && !strncmp(buf, "off", 3)) in bd2802_store_adv_conf()
731 if (led->adf_on) in bd2802_remove()
[all …]