Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-core.c1538 return ccs_write(sensor, PHY_CTRL, val); in ccs_update_phy_ctrl()
1759 rval = ccs_write(sensor, X_ADDR_START, in ccs_start_streaming()
1764 rval = ccs_write(sensor, Y_ADDR_START, in ccs_start_streaming()
1770 rval = ccs_write( in ccs_start_streaming()
1777 rval = ccs_write( in ccs_start_streaming()
1792 rval = ccs_write( in ccs_start_streaming()
1798 rval = ccs_write( in ccs_start_streaming()
1804 rval = ccs_write( in ccs_start_streaming()
1810 rval = ccs_write( in ccs_start_streaming()
1830 rval = ccs_write(sensor, X_OUTPUT_SIZE, in ccs_start_streaming()
[all …]
H A Dccs-reg-access.h39 #define ccs_write(sensor, reg_name, val) \ macro