Home | History | Annotate | Download | only in ic

Lines Matching defs:polling

55 	int polling;	/* don't process data in interrupt handler */
56 int poll_data; /* data read from inr handler if polling */
57 int poll_stat; /* status read from inr handler if polling */
124 * This is not canonical way to handle polling input.
138 if (q && q->polling && q->poll_data != -1 && q->poll_stat != -1) {
390 q->polling = 0;
460 t->t_slotdata[slot]->polling = on;
469 * If disabling polling on a device that's been configured,
522 if (q->polling) {
596 if (q != NULL && q->polling)