Searched refs:as3645a_write (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/leds/flash/ |
H A D | leds-as3645a.c | 156 static int as3645a_write(struct as3645a *flash, u8 addr, u8 val) in as3645a_write() function 205 return as3645a_write(flash, AS_CURRENT_SET_REG, val); in as3645a_set_current() 219 return as3645a_write(flash, AS_INDICATOR_AND_TIMER_REG, val); in as3645a_set_timeout() 248 return as3645a_write(flash, AS_CONTROL_REG, reg); in as3645a_set_control() 474 rval = as3645a_write(flash, AS_PASSWORD_REG, AS_PASSWORD_UNLOCK_VALUE); in as3645a_detect() 478 return as3645a_write(flash, AS_BOOST_REG, AS_BOOST_CURRENT_DISABLE); in as3645a_detect()
|