Home
last modified time | relevance | path

Searched refs:last_msg (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/arch/alpha/kernel/
Dsys_jensen.c147 static unsigned int last_msg = 0, last_cc = 0; in jensen_device_interrupt()
154 if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) || in jensen_device_interrupt()
159 last_msg = cc; in jensen_device_interrupt()
/Linux-v4.19/drivers/i2c/busses/
Di2c-img-scb.c387 bool last_msg; member
594 if (!i2c->last_msg) in img_i2c_read()
608 if (!i2c->last_msg) in img_i2c_write()
824 !i2c->last_msg) in img_i2c_atomic()
876 if (!i2c->last_msg && line_status & LINESTAT_START_BIT_DET) { in img_i2c_auto()
877 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto()
911 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_auto()
986 if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET) in img_i2c_isr()
1087 i2c->last_msg = (i == num - 1); in img_i2c_xfer()
1106 img_i2c_transaction_halt(i2c, !i2c->last_msg); in img_i2c_xfer()
[all …]
Di2c-bcm2835.c172 bool last_msg = (i2c_dev->num_msgs == 1); in bcm2835_i2c_start_transfer() local
186 if (last_msg) in bcm2835_i2c_start_transfer()
Di2c-xlp9xx.c326 int last_msg) in xlp9xx_i2c_xfer_msg() argument
396 if (last_msg) in xlp9xx_i2c_xfer_msg()
/Linux-v4.19/drivers/tty/
Dn_r3964.c798 pClient->last_msg = NULL; in enable_signals()
861 if (pClient->last_msg == NULL) { in add_msg()
862 pClient->first_msg = pClient->last_msg = pMsg; in add_msg()
864 pClient->last_msg->next = pMsg; in add_msg()
865 pClient->last_msg = pMsg; in add_msg()
875 if ((pClient->last_msg->msg_id == R3964_MSG_ACK) in add_msg()
876 && (pClient->last_msg->error_code == R3964_OVERFLOW)) { in add_msg()
877 pClient->last_msg->arg++; in add_msg()
906 pClient->last_msg = NULL; in remove_msg()
/Linux-v4.19/include/linux/
Dn_r3964.h95 struct r3964_message *last_msg; member
/Linux-v4.19/drivers/usb/c67x00/
Dc67x00.h213 u16 last_msg; member
Dc67x00-ll-hpi.c378 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev); in c67x00_ll_irq()
/Linux-v4.19/kernel/
Daudit.c364 static unsigned long last_msg = 0; in audit_log_lost() local
377 if (now - last_msg > HZ) { in audit_log_lost()
379 last_msg = now; in audit_log_lost()
/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_core.c4018 u_int last_msg; in ahc_handle_msg_reject() local
4027 last_msg = ahc_inb(ahc, LAST_MSG); in ahc_handle_msg_reject()
4148 last_msg); in ahc_handle_msg_reject()
Daic79xx_core.c5532 u_int last_msg; in ahd_handle_msg_reject() local
5541 last_msg = ahd_inb(ahd, LAST_MSG); in ahd_handle_msg_reject()
5682 last_msg); in ahd_handle_msg_reject()