Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/leds/
Dleds-is31fl32xx.c84 int (*sw_shutdown_func)(struct is31fl32xx_priv *priv, bool enable); member
134 .sw_shutdown_func = is31fl3216_software_shutdown,
279 if (cdef->sw_shutdown_func) in is31fl32xx_software_shutdown()
280 return cdef->sw_shutdown_func(priv, enable); in is31fl32xx_software_shutdown()