comm_len          228 drivers/i2c/busses/i2c-mlxcpld.c 					u8 comm_len)
comm_len          241 drivers/i2c/busses/i2c-mlxcpld.c 	if (priv->xfer.cmd == I2C_M_RD && comm_len != msgs[0].len) {
comm_len          243 drivers/i2c/busses/i2c-mlxcpld.c 		priv->xfer.data_len = comm_len - priv->xfer.addr_width;
comm_len          246 drivers/i2c/busses/i2c-mlxcpld.c 		priv->xfer.data_len = comm_len;
comm_len          405 drivers/i2c/busses/i2c-mlxcpld.c 	u8 comm_len = 0;
comm_len          415 drivers/i2c/busses/i2c-mlxcpld.c 		comm_len += msgs[i].len;
comm_len          436 drivers/i2c/busses/i2c-mlxcpld.c 	mlxcpld_i2c_set_transf_data(priv, msgs, num, comm_len);
comm_len          314 tools/perf/util/thread.c 	if (!thread->comm_len) {
comm_len          318 tools/perf/util/thread.c 		thread->comm_len = strlen(comm);
comm_len          321 tools/perf/util/thread.c 	return thread->comm_len;
comm_len           35 tools/perf/util/thread.h 	int			comm_len;