Searched refs:last_msg (Results 1 – 10 of 10) sorted by relevance
146 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()153 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()158 last_msg = cc; in jensen_device_interrupt()
800 pClient->last_msg = NULL; in enable_signals()863 if (pClient->last_msg == NULL) { in add_msg()864 pClient->first_msg = pClient->last_msg = pMsg; in add_msg()866 pClient->last_msg->next = pMsg; in add_msg()867 pClient->last_msg = pMsg; in add_msg()877 if ((pClient->last_msg->msg_id == R3964_MSG_ACK) in add_msg()878 && (pClient->last_msg->error_code == R3964_OVERFLOW)) { in add_msg()879 pClient->last_msg->arg++; in add_msg()908 pClient->last_msg = NULL; in remove_msg()
384 bool last_msg; member578 if (!i2c->last_msg) in img_i2c_read()593 if (!i2c->last_msg) in img_i2c_write()810 !i2c->last_msg) in img_i2c_atomic()862 if (!i2c->last_msg && i2c->line_status & LINESTAT_START_BIT_DET) { in img_i2c_auto()964 if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET) in img_i2c_isr()1062 i2c->last_msg = (i == num - 1); in img_i2c_xfer()
227 int last_msg) in xlp9xx_i2c_xfer_msg() argument291 if (last_msg) in xlp9xx_i2c_xfer_msg()
95 struct r3964_message *last_msg; member
227 u16 last_msg; member
392 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev); in c67x00_ll_irq()
255 static unsigned long last_msg = 0; in audit_log_lost() local268 if (now - last_msg > HZ) { in audit_log_lost()270 last_msg = now; in audit_log_lost()
4018 u_int last_msg; in ahc_handle_msg_reject() local4027 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject()4148 last_msg); in ahc_handle_msg_reject()
5532 u_int last_msg; in ahd_handle_msg_reject() local5541 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()5682 last_msg); in ahd_handle_msg_reject()