Home
last modified time | relevance | path

Searched defs:ci_req (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c267 struct ci_req *ci_req; in ci_ep_alloc_request() local
290 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_free_request() local
360 static int ci_bounce(struct ci_req *ci_req, int in) in ci_bounce()
405 static void ci_debounce(struct ci_req *ci_req, int in) in ci_debounce()
430 struct ci_req *ci_req; in ci_ep_submit_next_request() local
534 struct ci_req *ci_req; in ci_ep_dequeue() local
559 struct ci_req *ci_req = container_of(req, struct ci_req, req); in ci_ep_queue() local
610 struct ci_req *ci_req; in handle_ep_complete() local
665 struct ci_req *ci_req; in handle_setup() local
H A Dci_udc.h80 struct ci_req { struct
101 struct ci_req *ep0_req; argument
/openbmc/linux/fs/smb/server/
H A Dsmb2pdu.c7540 struct copychunk_ioctl_req *ci_req, in fsctl_copychunk()