Lines Matching refs:upc_req
103 struct upc_req *req; in izo_psdev_setpid()
106 req = list_entry(lh, struct upc_req, rq_chain); in izo_psdev_setpid()
184 struct upc_req *req = NULL; in presto_psdev_write()
185 struct upc_req *tmp; in presto_psdev_write()
211 tmp = list_entry(lh, struct upc_req , rq_chain); in presto_psdev_write()
254 struct upc_req *req; in presto_psdev_read()
268 req = list_entry((channel->uc_pending.next), struct upc_req, rq_chain); in presto_psdev_read()
325 struct upc_req *req; in presto_psdev_release()
342 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release()
355 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_release()
433 struct upc_req *req; in presto_psdev_cleanup()
435 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_cleanup()
441 PRESTO_FREE(req, sizeof(struct upc_req)); in presto_psdev_cleanup()
448 struct upc_req *req; in presto_psdev_cleanup()
449 req = list_entry(lh, struct upc_req, rq_chain); in presto_psdev_cleanup()
462 (struct upc_channel *channel, struct upc_req *req, int minor) in lento_waitfor_upcall()
525 struct upc_req *req; in izo_upc_upcall()
542 PRESTO_ALLOC(req, sizeof(struct upc_req)); in izo_upc_upcall()
645 PRESTO_FREE(req, sizeof(struct upc_req)); in izo_upc_upcall()