Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
A Di2c-bcm-iproc.c830 struct i2c_msg *msgs, bool process_call) in bcm_iproc_i2c_xfer_internal() argument
862 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() local
958 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()
/linux/Documentation/i2c/
A Dfunctionality.rst36 I2C_FUNC_SMBUS_PROC_CALL Handles the SMBus process_call command

Completed in 9 milliseconds