Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/leds/
Dleds-el15203000.c50 #define EL_FW_DELAY_USEC 20000ul macro
99 EL_FW_DELAY_USEC); in el15203000_cmd()
101 usleep_range(EL_FW_DELAY_USEC, in el15203000_cmd()
102 EL_FW_DELAY_USEC + 1); in el15203000_cmd()
110 usleep_range(EL_FW_DELAY_USEC, in el15203000_cmd()
111 EL_FW_DELAY_USEC + 1); in el15203000_cmd()
121 led->priv->delay = jiffies + usecs_to_jiffies(EL_FW_DELAY_USEC); in el15203000_cmd()
317 usecs_to_jiffies(EL_FW_DELAY_USEC); in el15203000_probe()