Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dscsi_netlink.c70 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()
/linux-4.4.14/drivers/media/pci/pt1/
Dpt1.c986 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local
999 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()
/linux-4.4.14/drivers/spi/
Dspi-pxa2xx.c517 struct spi_message *next_msg; in giveback() local
530 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()
Dspi-bfin-sport.c483 struct spi_message *next_msg; in bfin_sport_spi_pump_messages() local
503 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()
Dspi-pl022.c511 struct spi_message *next_msg; in giveback() local
524 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()
/linux-4.4.14/net/ipv4/
Dipconfig.c211 unsigned long start, next_msg; in ic_open_devs() local
268 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()
/linux-4.4.14/net/nfc/hci/
Dcore.c102 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()