Searched refs:start_ch (Results 1 - 2 of 2) sorted by path

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

Completed in 213 milliseconds