Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/
Dscsi_netlink.c105 goto next_msg; in scsi_nl_rcv_msg()
112 goto next_msg; in scsi_nl_rcv_msg()
117 goto next_msg; in scsi_nl_rcv_msg()
123 goto next_msg; in scsi_nl_rcv_msg()
145 next_msg: in scsi_nl_rcv_msg()
/linux-3.4.99/drivers/media/dvb/pt1/
Dpt1.c989 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local
1002 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()
1004 next_msg = NULL; in pt1_i2c_xfer()
1006 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()
1009 len = next_msg->len; in pt1_i2c_xfer()
1015 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()
1022 next_msg->buf[len] = word; in pt1_i2c_xfer()
/linux-3.4.99/arch/blackfin/mach-common/
Dsmp.c232 unsigned long flags, next_msg; in smp_send_message() local
240 next_msg = (msg_queue->head + msg_queue->count) in smp_send_message()
242 msg = &msg_queue->ipi_message[next_msg]; in smp_send_message()
/linux-3.4.99/drivers/spi/
Dspi-pxa2xx.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()
Dspi-bfin-sport.c488 struct spi_message *next_msg; in bfin_sport_spi_pump_messages() local
508 next_msg = list_entry(drv_data->queue.next, in bfin_sport_spi_pump_messages()
511 drv_data->cur_msg = next_msg; in bfin_sport_spi_pump_messages()
Dspi-pl022.c460 struct spi_message *next_msg; in giveback() local
473 next_msg = spi_get_next_queued_message(pl022->master); in giveback()
479 if (next_msg && next_msg->spi != pl022->cur_msg->spi) in giveback()
480 next_msg = NULL; in giveback()
481 if (!next_msg || pl022->cur_msg->state == STATE_ERROR) in giveback()