Searched defs:msg_idx (Results 1 - 7 of 7) sorted by relevance

/drivers/i2c/busses/
H A Di2c-nuc900.c78 unsigned int msg_idx; member in struct:nuc900_i2c
103 i2c->msg_idx++;
106 i2c->msg_idx = ret;
170 return i2c->msg_idx >= (i2c->msg_num - 1);
276 i2c->msg_idx++;
337 i2c->msg_idx++;
431 i2c->msg_idx = 0;
439 ret = i2c->msg_idx;
H A Di2c-s3c2410.c69 unsigned int msg_idx; member in struct:s3c24xx_i2c
125 i2c->msg_idx++;
128 i2c->msg_idx = ret;
239 return i2c->msg_idx >= (i2c->msg_num - 1);
351 i2c->msg_idx++;
409 i2c->msg_idx++;
513 i2c->msg_idx = 0;
522 ret = i2c->msg_idx;
H A Di2c-pxa.c138 unsigned int msg_idx; member in struct:pxa_i2c
259 printk(KERN_ERR "i2c: msg_num: %d msg_idx: %d msg_ptr: %d\n",
260 i2c->msg_num, i2c->msg_idx, i2c->msg_ptr);
702 i2c->msg_idx = 0;
716 * We place the return code in i2c->msg_idx.
718 ret = i2c->msg_idx;
757 i2c->msg_idx = 0;
772 * We place the return code in i2c->msg_idx.
774 ret = i2c->msg_idx;
821 i2c->msg_idx
[all...]
/drivers/input/touchscreen/
H A Dads7846.c721 int msg_idx = 0; local
726 while (msg_idx < ts->msg_count) {
730 m = &ts->msg[msg_idx];
742 if (msg_idx < ts->msg_count - 1) {
746 action = ts->filter(ts->filter_data, msg_idx, &val);
753 msg_idx = ts->msg_count - 1;
759 msg_idx++;
766 msg_idx++;
/drivers/block/
H A Dsx8.c468 unsigned int msg_idx)
470 return host->msg_base + (msg_idx * CARM_MSG_SIZE);
474 unsigned int msg_idx)
476 return host->msg_dma + (msg_idx * CARM_MSG_SIZE);
1071 unsigned int msg_idx; local
1084 msg_idx = TAG_DECODE(handle);
1085 VPRINTK("tag == %u\n", msg_idx);
1087 crq = &host->req[msg_idx];
1096 mem = carm_ref_msg(host, msg_idx);
467 carm_ref_msg(struct carm_host *host, unsigned int msg_idx) argument
473 carm_ref_msg_dma(struct carm_host *host, unsigned int msg_idx) argument
/drivers/staging/rts5139/
H A Drts51x_chip.h767 int msg_idx; member in struct:rts51x_chip
/drivers/staging/rts_pstor/
H A Drtsx_chip.h764 int msg_idx; member in struct:rtsx_chip

Completed in 198 milliseconds