Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/imu/bno055/
H A Dbno055.c1383 int start_ch, int len, unsigned long mask, in bno055_scan_xfer() argument
1406 if (start_ch > BNO055_SCAN_QUATERNION) { in bno055_scan_xfer()
1407 start_ch += 3; in bno055_scan_xfer()
1408 } else if ((start_ch <= BNO055_SCAN_QUATERNION) && in bno055_scan_xfer()
1409 ((start_ch + len) > BNO055_SCAN_QUATERNION)) { in bno055_scan_xfer()
1415 base + start_ch * sizeof(__le16), in bno055_scan_xfer()
1422 if (quat_in_read && ((start_ch + i) > BNO055_SCAN_QUATERNION)) in bno055_scan_xfer()
1428 n = (start_ch + i == BNO055_SCAN_QUATERNION) ? 4 : 1; in bno055_scan_xfer()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-sh_mobile.c561 static void start_ch(struct sh_mobile_i2c_data *pd, struct i2c_msg *usr_msg, in start_ch() function
657 start_ch(pd, msg, do_start); in sh_mobile_xfer()