Searched refs:intreq (Results 1 - 3 of 3) sorted by relevance

/drivers/tty/
H A Damiserial.c201 custom.intreq = IF_TBE;
223 custom.intreq = IF_SETCLR | IF_TBE;
264 custom.intreq = IF_RBF;
341 custom.intreq = IF_TBE;
434 custom.intreq = IF_SETCLR | IF_TBE;
449 custom.intreq = IF_TBE;
551 custom.intreq = IF_RBF;
848 custom.intreq = IF_SETCLR | IF_TBE;
893 custom.intreq = IF_SETCLR | IF_TBE;
953 custom.intreq
[all...]
/drivers/usb/gadget/
H A Dfile_storage.c435 struct usb_request *intreq; // For interrupt responses member in struct:fsg_dev
2191 fsg->intreq->length = CBI_INTERRUPT_DATA_LEN;
2194 fsg->intreq->buf = bh->inreq->buf;
2195 fsg->intreq->context = bh;
2196 start_transfer(fsg, fsg->intr_in, fsg->intreq,
2719 usb_ep_dequeue(fsg->intr_in, fsg->intreq);
2796 if (fsg->intreq) {
2797 usb_ep_free_request(fsg->intr_in, fsg->intreq);
2798 fsg->intreq = NULL;
2861 if ((rc = alloc_request(fsg, fsg->intr_in, &fsg->intreq)) !
[all...]
/drivers/video/
H A Damifb.c2125 (cop++)->l = CMOVE(IF_SETCLR | IF_COPER, intreq);

Completed in 221 milliseconds