Searched refs:process_call (Results 1 – 2 of 2) sorted by relevance
830 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument862 if (!process_call && (i == msg->len - 1)) in bcm_iproc_i2c_xfer_internal()871 if (process_call) { in bcm_iproc_i2c_xfer_internal()903 if (!process_call && !(msg->flags & I2C_M_RD) && in bcm_iproc_i2c_xfer_internal()934 protocol = process_call ? in bcm_iproc_i2c_xfer_internal()953 bool process_call = false; in bcm_iproc_i2c_xfer() local958 process_call = true; in bcm_iproc_i2c_xfer()965 ret = bcm_iproc_i2c_xfer_internal(iproc_i2c, msgs, process_call); in bcm_iproc_i2c_xfer()
36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command
Completed in 9 milliseconds