last_msg          147 arch/alpha/kernel/sys_jensen.c           static unsigned int last_msg = 0, last_cc = 0;
last_msg          154 arch/alpha/kernel/sys_jensen.c           if (cc - last_msg > ((JENSEN_CYCLES_PER_SEC) * 3) ||
last_msg          159 arch/alpha/kernel/sys_jensen.c                 last_msg = cc;
last_msg          235 drivers/i2c/busses/i2c-bcm2835.c 	bool last_msg = (i2c_dev->num_msgs == 1);
last_msg          249 drivers/i2c/busses/i2c-bcm2835.c 	if (last_msg)
last_msg          384 drivers/i2c/busses/i2c-img-scb.c 	bool last_msg;
last_msg          591 drivers/i2c/busses/i2c-img-scb.c 	if (!i2c->last_msg)
last_msg          605 drivers/i2c/busses/i2c-img-scb.c 	if (!i2c->last_msg)
last_msg          821 drivers/i2c/busses/i2c-img-scb.c 						!i2c->last_msg)
last_msg          873 drivers/i2c/busses/i2c-img-scb.c 	if (!i2c->last_msg && line_status & LINESTAT_START_BIT_DET) {
last_msg          874 drivers/i2c/busses/i2c-img-scb.c 		img_i2c_transaction_halt(i2c, !i2c->last_msg);
last_msg          908 drivers/i2c/busses/i2c-img-scb.c 		img_i2c_transaction_halt(i2c, !i2c->last_msg);
last_msg          983 drivers/i2c/busses/i2c-img-scb.c 		if (!i2c->last_msg || i2c->line_status & LINESTAT_STOP_BIT_DET)
last_msg         1084 drivers/i2c/busses/i2c-img-scb.c 		i2c->last_msg = (i == num - 1);
last_msg         1103 drivers/i2c/busses/i2c-img-scb.c 			img_i2c_transaction_halt(i2c, !i2c->last_msg);
last_msg         1119 drivers/i2c/busses/i2c-img-scb.c 			img_i2c_transaction_halt(i2c, !i2c->last_msg);
last_msg          326 drivers/i2c/busses/i2c-xlp9xx.c 			       int last_msg)
last_msg          396 drivers/i2c/busses/i2c-xlp9xx.c 	if (last_msg)
last_msg         5526 drivers/scsi/aic7xxx/aic79xx_core.c 	u_int last_msg;
last_msg         5535 drivers/scsi/aic7xxx/aic79xx_core.c 	last_msg = ahd_inb(ahd, LAST_MSG);
last_msg         5676 drivers/scsi/aic7xxx/aic79xx_core.c 		       last_msg);
last_msg         4011 drivers/scsi/aic7xxx/aic7xxx_core.c 	u_int last_msg;
last_msg         4020 drivers/scsi/aic7xxx/aic7xxx_core.c 	last_msg = ahc_inb(ahc, LAST_MSG);
last_msg         4141 drivers/scsi/aic7xxx/aic7xxx_core.c 		       last_msg);
last_msg          805 drivers/tty/n_r3964.c 			pClient->last_msg = NULL;
last_msg          868 drivers/tty/n_r3964.c 		if (pClient->last_msg == NULL) {
last_msg          869 drivers/tty/n_r3964.c 			pClient->first_msg = pClient->last_msg = pMsg;
last_msg          871 drivers/tty/n_r3964.c 			pClient->last_msg->next = pMsg;
last_msg          872 drivers/tty/n_r3964.c 			pClient->last_msg = pMsg;
last_msg          882 drivers/tty/n_r3964.c 		if ((pClient->last_msg->msg_id == R3964_MSG_ACK)
last_msg          883 drivers/tty/n_r3964.c 		    && (pClient->last_msg->error_code == R3964_OVERFLOW)) {
last_msg          884 drivers/tty/n_r3964.c 			pClient->last_msg->arg++;
last_msg          913 drivers/tty/n_r3964.c 			pClient->last_msg = NULL;
last_msg          378 drivers/usb/c67x00/c67x00-ll-hpi.c 	dev->hpi.lcp.last_msg = hpi_recv_mbox(dev);
last_msg          213 drivers/usb/c67x00/c67x00.h 	u16 last_msg;
last_msg           95 include/linux/n_r3964.h 	struct r3964_message *last_msg;
last_msg          350 kernel/audit.c 	static unsigned long	last_msg = 0;
last_msg          363 kernel/audit.c 		if (now - last_msg > HZ) {
last_msg          365 kernel/audit.c 			last_msg = now;