Home
last modified time | relevance | path

Searched refs:next_msg (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/scsi/
Dscsi_netlink.c104 goto next_msg; in scsi_nl_rcv_msg()
111 goto next_msg; in scsi_nl_rcv_msg()
116 goto next_msg; in scsi_nl_rcv_msg()
122 goto next_msg; in scsi_nl_rcv_msg()
144 next_msg: in scsi_nl_rcv_msg()
/linux-2.6.39/arch/blackfin/mach-common/
Dsmp.c221 unsigned long flags, next_msg; in smp_send_message() local
228 next_msg = (msg_queue->head + msg_queue->count) in smp_send_message()
230 msg = &msg_queue->ipi_message[next_msg]; in smp_send_message()
/linux-2.6.39/drivers/media/dvb/pt1/
Dpt1.c943 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local
956 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()
958 next_msg = NULL; in pt1_i2c_xfer()
960 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()
963 len = next_msg->len; in pt1_i2c_xfer()
969 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()
976 next_msg->buf[len] = word; in pt1_i2c_xfer()
/linux-2.6.39/drivers/spi/
Dpxa2xx_spi.c471 struct spi_message *next_msg; in giveback() local
486 next_msg = NULL; in giveback()
488 next_msg = list_entry(drv_data->queue.next, in giveback()
495 if (next_msg && next_msg->spi != msg->spi) in giveback()
496 next_msg = NULL; in giveback()
497 if (!next_msg || msg->state == ERROR_STATE) in giveback()
Damba-pl022.c487 struct spi_message *next_msg; in giveback() local
502 next_msg = NULL; in giveback()
504 next_msg = list_entry(pl022->queue.next, in giveback()
511 if (next_msg && next_msg->spi != msg->spi) in giveback()
512 next_msg = NULL; in giveback()
513 if (!next_msg || msg->state == STATE_ERROR) in giveback()