Searched refs:nmsgs (Results 1 – 9 of 9) sorted by relevance
236 unsigned nmsgs, struct i2c_msg *msgs) in i2cdev_ioctl_rdwr() argument248 for (i = 0; i < nmsgs; i++) { in i2cdev_ioctl_rdwr()297 res = i2c_transfer(client->adapter, msgs, nmsgs); in i2cdev_ioctl_rdwr()443 if (!rdwr_arg.msgs || rdwr_arg.nmsgs == 0) in i2cdev_ioctl()450 if (rdwr_arg.nmsgs > I2C_RDWR_IOCTL_MAX_MSGS) in i2cdev_ioctl()454 rdwr_arg.nmsgs * sizeof(struct i2c_msg)); in i2cdev_ioctl()458 return i2cdev_ioctl_rdwr(client, rdwr_arg.nmsgs, rdwr_pa); in i2cdev_ioctl()516 u32 nmsgs; member538 if (!rdwr_arg.msgs || rdwr_arg.nmsgs == 0) in compat_i2cdev_ioctl()541 if (rdwr_arg.nmsgs > I2C_RDWR_IOCTL_MAX_MSGS) in compat_i2cdev_ioctl()[all …]
335 int nmsgs = read_write == I2C_SMBUS_READ ? 2 : 1; in i2c_smbus_xfer_emulated() local361 nmsgs = 1; in i2c_smbus_xfer_emulated()367 nmsgs = 1; in i2c_smbus_xfer_emulated()388 nmsgs = 2; /* Special case */ in i2c_smbus_xfer_emulated()415 nmsgs = 2; /* Another special case */ in i2c_smbus_xfer_emulated()459 if (nmsgs == 1) /* Write only */ in i2c_smbus_xfer_emulated()465 if (msg[nmsgs - 1].flags & I2C_M_RD) in i2c_smbus_xfer_emulated()466 msg[nmsgs - 1].len++; in i2c_smbus_xfer_emulated()469 status = __i2c_transfer(adapter, msg, nmsgs); in i2c_smbus_xfer_emulated()472 if (status != nmsgs) { in i2c_smbus_xfer_emulated()[all …]
86 unsigned int nmsgs; member586 if (i2c->nmsgs == 1) { in xiic_read_rx()662 i2c->nmsgs = 0; in xiic_wakeup()746 __func__, i2c->nmsgs); in xiic_process()752 if (i2c->nmsgs > 1) { in xiic_process()753 i2c->nmsgs--; in xiic_process()780 if (i2c->nmsgs > 1) { in xiic_process()781 i2c->nmsgs--; in xiic_process()986 if (i2c->nmsgs == 1) in xiic_start_recv()1111 i2c->nmsgs = num; in xiic_start_xfer()[all …]
61 int nmsgs; member155 i2c->nmsgs--; in kempld_i2c_process()160 if (i2c->nmsgs) { in kempld_i2c_process()196 i2c->nmsgs = num; in kempld_i2c_xfer()
43 int nmsgs; member199 i2c->nmsgs--; in ocores_process()204 if (i2c->nmsgs) { /* end? */ in ocores_process()384 i2c->nmsgs = num; in ocores_xfer_core()
142 vss->nmsgs = periods; in virtsnd_pcm_msg_alloc()178 for (i = 0; vss->msgs && i < vss->nmsgs; ++i) in virtsnd_pcm_msg_free()183 vss->nmsgs = 0; in virtsnd_pcm_msg_free()
59 unsigned int nmsgs; member
52 __u32 nmsgs; /* number of i2c_msgs */ member
134 int nmsgs; /* number of messages to exchange */
Completed in 28 milliseconds