Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/leds/
Dleds-bd2802.c91 int adf_on; member
202 if (bd2802_is_all_off(led) && !led->adf_on) { in bd2802_update_state()
253 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_on()
272 if (bd2802_is_all_off(led) && !led->adf_on) in bd2802_set_blink()
404 led->adf_on = 1; in bd2802_enable_adv_conf()
425 led->adf_on = 0; in bd2802_disable_adv_conf()
435 if (led->adf_on) in bd2802_show_adv_conf()
453 if (!led->adf_on && !strncmp(buf, "on", 2)) in bd2802_store_adv_conf()
455 else if (led->adf_on && !strncmp(buf, "off", 3)) in bd2802_store_adv_conf()
725 if (led->adf_on) in bd2802_remove()
[all …]