Lines Matching full:interrupt
62 * For interrupt mode
160 uint8_t intr_mode; /* 1 = polling mode, 2 = interrupt mode */
372 * Trigger soft interrupt to start polling device if
501 /* Now enable interrupt bits in the status register */
507 " cannot enable receive interrupt\n",
545 * Call the interrupt handle routine to check the register
663 * we miss an interrupt or in polling mode.
695 /* Clear the RECV data interrupt bit on device register */
700 /* Set RECV interrupt enable bit so we can receive interrupt */
747 * we miss an interrupt or in polling mode.
774 * Interrupt handler
792 * Clear SEND_COMPLETE bit and disable RECV interrupt
829 * to ioctl buffer. We don't clear the receive data interrupt bit.
865 * we miss an interrupt or in polling mode.