Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/leds/
Dleds-is31fl32xx.c85 int (*sw_shutdown_func)(struct is31fl32xx_priv *priv, bool enable); member
135 .sw_shutdown_func = is31fl3216_software_shutdown,
280 if (cdef->sw_shutdown_func) in is31fl32xx_software_shutdown()
281 return cdef->sw_shutdown_func(priv, enable); in is31fl32xx_software_shutdown()