Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/leds/
Dleds-bd2802.c95 int adf_on; member
206 if (bd2802_is_all_off(led) && !led->adf_on) { in bd2802_update_state()
257 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_on()
276 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_blink()
408 led->adf_on = 1; in bd2802_enable_adv_conf()
429 led->adf_on = 0; in bd2802_disable_adv_conf()
439 if (led->adf_on) in bd2802_show_adv_conf()
457 if (!led->adf_on && !strncmp(buf, "on", 2)) in bd2802_store_adv_conf()
459 else if (led->adf_on && !strncmp(buf, "off", 3)) in bd2802_store_adv_conf()
729 if (led->adf_on) in bd2802_remove()
[all …]