Searched refs:this_msg (Results 1 – 1 of 1) sorted by relevance
235 struct i2c_msg *this_msg; in mchp_corei2c_next_msg() local253 this_msg = idev->msg_queue++; in mchp_corei2c_next_msg()263 idev->addr = i2c_8bit_addr_from_msg(this_msg); in mchp_corei2c_next_msg()264 idev->msg_len = this_msg->len; in mchp_corei2c_next_msg()265 idev->buf = this_msg->buf; in mchp_corei2c_next_msg()369 struct i2c_msg *this_msg = msgs; in mchp_corei2c_xfer() local388 idev->addr = i2c_8bit_addr_from_msg(this_msg); in mchp_corei2c_xfer()389 idev->msg_len = this_msg->len; in mchp_corei2c_xfer()390 idev->buf = this_msg->buf; in mchp_corei2c_xfer()