Home
last modified time | relevance | path

Searched refs:urbp (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/usb/host/
A Duhci-q.c76 urbp->fsbr = 1; in uhci_add_fsbr()
81 if (urbp->fsbr) { in uhci_urbp_wants_fsbr()
393 urbp = list_prepare_entry(urbp, &qh->queue, node); in uhci_fixup_toggles()
728 if (!urbp) in uhci_alloc_urb_priv()
737 return urbp; in uhci_alloc_urb_priv()
747 urbp->urb); in uhci_free_urb_priv()
1425 if (!urbp) in uhci_urb_enqueue()
1435 urbp->qh = qh; in uhci_urb_enqueue()
1687 urbp = NULL; in uhci_advance_check()
1725 if (urbp && urbp->fsbr && !(status & TD_CTRL_IOC)) in uhci_advance_check()
[all …]
A Dxen-hcd.c803 urbp->req_id = id; in xenhcd_do_request()
822 struct urb_priv *urbp; in xenhcd_kick_pending_urbs() local
877 xenhcd_giveback_urb(info, urbp->urb, urbp->urb->status); in xenhcd_giveback_unlinked_urbs()
908 if (urbp->unlinked) in xenhcd_unlink_urb()
1335 if (!urbp) in xenhcd_urb_enqueue()
1340 urbp->urb = urb; in xenhcd_urb_enqueue()
1341 urb->hcpriv = urbp; in xenhcd_urb_enqueue()
1342 urbp->req_id = ~0; in xenhcd_urb_enqueue()
1345 urbp->status = 1; in xenhcd_urb_enqueue()
1370 urbp = urb->hcpriv; in xenhcd_urb_dequeue()
[all …]
A Duhci-debug.c109 out += sprintf(out, "urb_priv [%p] ", urbp); in uhci_show_urbp()
110 out += sprintf(out, "urb [%p] ", urbp->urb); in uhci_show_urbp()
111 out += sprintf(out, "qh [%p] ", urbp->qh); in uhci_show_urbp()
114 (usb_pipein(urbp->urb->pipe) ? "IN" : "OUT")); in uhci_show_urbp()
118 switch (usb_pipetype(urbp->urb->pipe)) { in uhci_show_urbp()
128 (urbp->qh->type == USB_ENDPOINT_XFER_CONTROL ? in uhci_show_urbp()
131 if (urbp->urb->unlinked) in uhci_show_urbp()
139 list_for_each_entry(td, &urbp->td_list, list) { in uhci_show_urbp()
140 if (urbp->qh->type != USB_ENDPOINT_XFER_ISOC && in uhci_show_urbp()
229 list_for_each_entry(urbp, &qh->queue, node) { in uhci_show_qh()
[all …]
/linux-6.3-rc2/drivers/usb/c67x00/
A Dc67x00-sched.c222 urbp = urb->hcpriv; in c67x00_release_urb()
225 kfree(urbp); in c67x00_release_urb()
352 urbp = kzalloc(sizeof(*urbp), mem_flags); in c67x00_urb_enqueue()
353 if (!urbp) { in c67x00_urb_enqueue()
371 urbp->urb = urb; in c67x00_urb_enqueue()
372 urbp->port = port; in c67x00_urb_enqueue()
384 urb->hcpriv = urbp; in c67x00_urb_enqueue()
415 urbp->cnt = 0; in c67x00_urb_enqueue()
420 list_add_tail(&urbp->hep_node, &urbp->ep_data->queue); in c67x00_urb_enqueue()
435 kfree(urbp); in c67x00_urb_enqueue()
[all …]
/linux-6.3-rc2/drivers/usb/usbip/
A Dvudc.h45 struct urbp { struct
68 struct urbp *s; argument
152 void v_enqueue_ret_submit(struct vudc *udc, struct urbp *urb_p);
167 struct urbp *alloc_urbp(void);
168 void free_urbp_and_urb(struct urbp *urb_p);
A Dvudc_rx.c15 static int alloc_urb_from_cmd(struct urb **urbp, in alloc_urb_from_cmd() argument
50 *urbp = urb; in alloc_urb_from_cmd()
66 struct urbp *urb_p; in v_recv_cmd_unlink()
92 struct urbp *urb_p; in v_recv_cmd_submit()
A Dvudc_tx.c25 static void setup_ret_submit_pdu(struct usbip_header *rpdu, struct urbp *urb_p) in setup_ret_submit_pdu()
73 static int v_send_ret_submit(struct vudc *udc, struct urbp *urb_p) in v_send_ret_submit()
270 void v_enqueue_ret_submit(struct vudc *udc, struct urbp *urb_p) in v_enqueue_ret_submit()
A Dvudc_dev.c42 struct urbp *alloc_urbp(void) in alloc_urbp()
44 struct urbp *urb_p; in alloc_urbp()
56 static void free_urbp(struct urbp *urb_p) in free_urbp()
61 void free_urbp_and_urb(struct urbp *urb_p) in free_urbp_and_urb()
93 struct urbp *urb_p, *tmp; in stop_activity()
A Dvudc_transfer.c306 struct urbp *urb_p, *tmp; in v_timer()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Ddummy_hcd.c226 struct urbp { struct
1266 struct urbp *urbp; in dummy_urb_enqueue() local
1270 urbp = kmalloc(sizeof *urbp, mem_flags); in dummy_urb_enqueue()
1271 if (!urbp) in dummy_urb_enqueue()
1273 urbp->urb = urb; in dummy_urb_enqueue()
1281 kfree(urbp); in dummy_urb_enqueue()
1287 kfree(urbp); in dummy_urb_enqueue()
1337 struct urbp *urbp = urb->hcpriv; in dummy_perform_transfer() local
1785 struct urbp *urbp, *tmp; in dummy_timer() local
1982 kfree(urbp); in dummy_timer()
[all …]

Completed in 23 milliseconds