Searched refs:ep_priv (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | imx21-hcd.c | 469 static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) in ep_idle() argument 474 int etd_num = ep_priv->etd[i]; in ep_idle() 480 ep_priv->etd[i] = -1; in ep_idle() 491 ep_priv = list_first_entry(&imx21->queue_for_etd, in ep_idle() 492 struct ep_priv, queue); in ep_idle() 493 list_del(&ep_priv->queue); in ep_idle() 495 ep_priv->waiting_etd = 0; in ep_idle() 496 ep_priv->etd[i] = etd_num; in ep_idle() 498 if (list_empty(&ep_priv->ep->urb_list)) { in ep_idle() 503 &ep_priv->ep->urb_list, struct urb, urb_list)); in ep_idle() [all …]
|
D | imx21-dbg.c | 201 struct ep_priv *ep_priv; in debug_status_show() local 220 list_for_each_entry(ep_priv, &imx21->queue_for_etd, queue) in debug_status_show()
|
D | imx21-hcd.h | 328 struct ep_priv { struct
|
/kernel/linux/linux-5.10/drivers/usb/cdns3/ |
D | trace.h | 28 TP_PROTO(struct cdns3_endpoint *ep_priv, u8 halt, u8 flush), 29 TP_ARGS(ep_priv, halt, flush), 31 __string(name, ep_priv->name) 36 __assign_str(name, ep_priv->name); 45 TP_PROTO(struct cdns3_endpoint *ep_priv, char *msg), 46 TP_ARGS(ep_priv, msg), 48 __string(ep_name, ep_priv->name) 52 __assign_str(ep_name, ep_priv->name); 59 TP_PROTO(struct cdns3_endpoint *ep_priv, char *msg), 60 TP_ARGS(ep_priv, msg), [all …]
|