Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dadp1653.c52 u8 out_sel; in adp1653_update_hw() local
56 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_update_hw()
71 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_update_hw()
77 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_update_hw()
120 u8 out_sel = ADP1653_INDICATOR_INTENSITY_uA_TO_REG( in adp1653_strobe() local
130 out_sel); in adp1653_strobe()
132 out_sel |= ADP1653_FLASH_INTENSITY_mA_TO_REG( in adp1653_strobe()
135 rval = i2c_smbus_write_byte_data(client, ADP1653_REG_OUT_SEL, out_sel); in adp1653_strobe()