Searched refs:out_sel (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/
H A Dadp1653.c55 u8 out_sel; adp1653_update_hw() local
59 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( adp1653_update_hw()
74 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( adp1653_update_hw()
80 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); adp1653_update_hw()
123 u8 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( adp1653_strobe() local
133 out_sel); adp1653_strobe()
135 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( adp1653_strobe()
138 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); adp1653_strobe()

Completed in 93 milliseconds