Searched refs:last_msg (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/alpha/kernel/
H A Dsys_jensen.c146 static unsigned int last_msg = 0, last_cc = 0; jensen_device_interrupt()
153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || jensen_device_interrupt()
158 last_msg = cc; jensen_device_interrupt()
/linux-4.1.27/drivers/tty/
H A Dn_r3964.c800 pClient->last_msg = NULL; enable_signals()
863 if (pClient->last_msg == NULL) { add_msg()
864 pClient->first_msg = pClient->last_msg = pMsg; add_msg()
866 pClient->last_msg->next = pMsg; add_msg()
867 pClient->last_msg = pMsg; add_msg()
877 if ((pClient->last_msg->msg_id == R3964_MSG_ACK) add_msg()
878 && (pClient->last_msg->error_code == R3964_OVERFLOW)) { add_msg()
879 pClient->last_msg->arg++; add_msg()
908 pClient->last_msg = NULL; remove_msg()
/linux-4.1.27/include/linux/
H A Dn_r3964.h95 struct r3964_message *last_msg; member in struct:r3964_client_info
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-xlp9xx.c227 int last_msg) xlp9xx_i2c_xfer_msg()
291 if (last_msg) xlp9xx_i2c_xfer_msg()
226 xlp9xx_i2c_xfer_msg(struct xlp9xx_i2c_dev *priv, struct i2c_msg *msg, int last_msg) xlp9xx_i2c_xfer_msg() argument
H A Di2c-img-scb.c384 bool last_msg; member in struct:img_i2c
578 if (!i2c->last_msg) img_i2c_read()
593 if (!i2c->last_msg) img_i2c_write()
810 !i2c->last_msg) img_i2c_atomic()
862 if (!i2c->last_msg && i2c->line_status & LINESTAT_START_BIT_DET) { img_i2c_auto()
964 if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET) img_i2c_isr()
1062 i2c->last_msg = (i == num - 1); img_i2c_xfer()
/linux-4.1.27/drivers/usb/c67x00/
H A Dc67x00.h227 u16 last_msg; member in struct:c67x00_lcp
H A Dc67x00-ll-hpi.c392 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev); c67x00_ll_irq()
/linux-4.1.27/kernel/
H A Daudit.c255 static unsigned long last_msg = 0; audit_log_lost() local
268 if (now - last_msg > HZ) { audit_log_lost()
270 last_msg = now; audit_log_lost()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4018 u_int last_msg; ahc_handle_msg_reject() local
4027 last_msg = ahc_inb(ahc, LAST_MSG); ahc_handle_msg_reject()
4148 last_msg); ahc_handle_msg_reject()
H A Daic79xx_core.c5532 u_int last_msg; ahd_handle_msg_reject() local
5541 last_msg = ahd_inb(ahd, LAST_MSG); ahd_handle_msg_reject()
5682 last_msg); ahd_handle_msg_reject()

Completed in 389 milliseconds