Searched refs:next_msg (Results 1 – 7 of 7) sorted by relevance
70 goto next_msg; in scsi_nl_rcv_msg()77 goto next_msg; in scsi_nl_rcv_msg()82 goto next_msg; in scsi_nl_rcv_msg()88 goto next_msg; in scsi_nl_rcv_msg()112 next_msg: in scsi_nl_rcv_msg()
986 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local999 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()1001 next_msg = NULL; in pt1_i2c_xfer()1003 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()1006 len = next_msg->len; in pt1_i2c_xfer()1012 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()1019 next_msg->buf[len] = word; in pt1_i2c_xfer()
517 struct spi_message *next_msg; in giveback() local530 next_msg = spi_get_next_queued_message(drv_data->master); in giveback()535 if (next_msg && next_msg->spi != msg->spi) in giveback()536 next_msg = NULL; in giveback()537 if (!next_msg || msg->state == ERROR_STATE) in giveback()
483 struct spi_message *next_msg; in bfin_sport_spi_pump_messages() local503 next_msg = list_entry(drv_data->queue.next, in bfin_sport_spi_pump_messages()506 drv_data->cur_msg = next_msg; in bfin_sport_spi_pump_messages()
511 struct spi_message *next_msg; in giveback() local524 next_msg = spi_get_next_queued_message(pl022->master); in giveback()530 if (next_msg && next_msg->spi != pl022->cur_msg->spi) in giveback()531 next_msg = NULL; in giveback()532 if (!next_msg || pl022->cur_msg->state == STATE_ERROR) in giveback()
211 unsigned long start, next_msg; in ic_open_devs() local268 next_msg = start + msecs_to_jiffies(CONF_CARRIER_TIMEOUT/12); in ic_open_devs()279 if (time_before(jiffies, next_msg)) in ic_open_devs()285 next_msg = jiffies + msecs_to_jiffies(CONF_CARRIER_TIMEOUT/12); in ic_open_devs()
102 next_msg: in nfc_hci_msg_tx_work()123 goto next_msg; in nfc_hci_msg_tx_work()127 goto next_msg; in nfc_hci_msg_tx_work()