Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_netlink.c56 goto next_msg; in scsi_nl_rcv_msg()
63 goto next_msg; in scsi_nl_rcv_msg()
68 goto next_msg; in scsi_nl_rcv_msg()
74 goto next_msg; in scsi_nl_rcv_msg()
98 next_msg: in scsi_nl_rcv_msg()
/OK3568_Linux_fs/kernel/drivers/media/pci/pt1/
H A Dpt1.c1144 struct i2c_msg *msg, *next_msg; in pt1_i2c_xfer() local
1157 next_msg = &msgs[i + 1]; in pt1_i2c_xfer()
1159 next_msg = NULL; in pt1_i2c_xfer()
1161 if (next_msg && next_msg->flags & I2C_M_RD) { in pt1_i2c_xfer()
1164 len = next_msg->len; in pt1_i2c_xfer()
1170 pt1_i2c_read_msg(pt1, addr, &addr, next_msg); in pt1_i2c_xfer()
1177 next_msg->buf[len] = word; in pt1_i2c_xfer()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dipconfig.c216 unsigned long start, next_msg; in ic_open_devs() local
273 next_msg = start + msecs_to_jiffies(20000); in ic_open_devs()
284 if (time_before(jiffies, next_msg)) in ic_open_devs()
290 next_msg = jiffies + msecs_to_jiffies(20000); in ic_open_devs()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-pl022.c499 struct spi_message *next_msg; in giveback() local
512 next_msg = spi_get_next_queued_message(pl022->master); in giveback()
518 if (next_msg && next_msg->spi != pl022->cur_msg->spi) in giveback()
519 next_msg = NULL; in giveback()
520 if (!next_msg || pl022->cur_msg->state == STATE_ERROR) in giveback()
/OK3568_Linux_fs/kernel/net/nfc/hci/
H A Dcore.c90 next_msg: in nfc_hci_msg_tx_work()
111 goto next_msg; in nfc_hci_msg_tx_work()
115 goto next_msg; in nfc_hci_msg_tx_work()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c777 u8 next_msg = 0; in get_c2h_dbg_88xx() local
795 next_msg = C2H_DBG_HDR_LEN + i + 1; in get_c2h_dbg_88xx()
802 msg_len = next_msg - C2H_DBG_HDR_LEN; in get_c2h_dbg_88xx()
816 while (*(buf + next_msg) != '\0') { in get_c2h_dbg_88xx()
817 cur_msg = next_msg; in get_c2h_dbg_88xx()
820 next_msg += C2H_DBG_HDR_LEN + msg_len; in get_c2h_dbg_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c782 u8 next_msg = 0; in get_c2h_dbg_88xx() local
800 next_msg = C2H_DBG_HDR_LEN + i + 1; in get_c2h_dbg_88xx()
807 msg_len = next_msg - C2H_DBG_HDR_LEN; in get_c2h_dbg_88xx()
821 while (*(buf + next_msg) != '\0') { in get_c2h_dbg_88xx()
822 cur_msg = next_msg; in get_c2h_dbg_88xx()
825 next_msg += C2H_DBG_HDR_LEN + msg_len; in get_c2h_dbg_88xx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c783 u8 next_msg = 0; in get_c2h_dbg_88xx() local
801 next_msg = C2H_DBG_HDR_LEN + i + 1; in get_c2h_dbg_88xx()
808 msg_len = next_msg - C2H_DBG_HDR_LEN; in get_c2h_dbg_88xx()
822 while (*(buf + next_msg) != '\0') { in get_c2h_dbg_88xx()
823 cur_msg = next_msg; in get_c2h_dbg_88xx()
826 next_msg += C2H_DBG_HDR_LEN + msg_len; in get_c2h_dbg_88xx()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/halmac/halmac_88xx/
H A Dhalmac_common_88xx.c782 u8 next_msg = 0; in get_c2h_dbg_88xx() local
800 next_msg = C2H_DBG_HDR_LEN + i + 1; in get_c2h_dbg_88xx()
807 msg_len = next_msg - C2H_DBG_HDR_LEN; in get_c2h_dbg_88xx()
821 while (*(buf + next_msg) != '\0') { in get_c2h_dbg_88xx()
822 cur_msg = next_msg; in get_c2h_dbg_88xx()
825 next_msg += C2H_DBG_HDR_LEN + msg_len; in get_c2h_dbg_88xx()
/OK3568_Linux_fs/buildroot/package/libnetfilter_log/
H A D0003-src-Use-stdint-types-everywhere.patch152 @@ -155,7 +155,7 @@ next_msg: printf("next\n");