Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-bcm-iproc.c815 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument
847 if (!process_call && (i == msg->len - 1)) in bcm_iproc_i2c_xfer_internal()
856 if (process_call) { in bcm_iproc_i2c_xfer_internal()
888 if (!process_call && !(msg->flags & I2C_M_RD) && in bcm_iproc_i2c_xfer_internal()
919 protocol = process_call ? in bcm_iproc_i2c_xfer_internal()
938 bool process_call = false; in bcm_iproc_i2c_xfer() local
943 process_call = true; in bcm_iproc_i2c_xfer()
950 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call); in bcm_iproc_i2c_xfer()
/OK3568_Linux_fs/kernel/Documentation/i2c/
H A Dfunctionality.rst36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command