Searched refs:this_msg (Results 1 – 1 of 1) sorted by relevance
237 struct i2c_msg *this_msg; in mchp_corei2c_next_msg() local255 this_msg = idev->msg_queue++; in mchp_corei2c_next_msg()265 idev->addr = i2c_8bit_addr_from_msg(this_msg); in mchp_corei2c_next_msg()266 idev->msg_len = this_msg->len; in mchp_corei2c_next_msg()267 idev->buf = this_msg->buf; in mchp_corei2c_next_msg()371 struct i2c_msg *this_msg = msgs; in mchp_corei2c_xfer() local390 idev->addr = i2c_8bit_addr_from_msg(this_msg); in mchp_corei2c_xfer()391 idev->msg_len = this_msg->len; in mchp_corei2c_xfer()392 idev->buf = this_msg->buf; in mchp_corei2c_xfer()