usbhsg_uep         43 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep	*uep;
usbhsg_uep         60 drivers/usb/renesas_usbhs/mod_gadget.c 	int (*device)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
usbhsg_uep         62 drivers/usb/renesas_usbhs/mod_gadget.c 	int (*interface)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
usbhsg_uep         64 drivers/usb/renesas_usbhs/mod_gadget.c 	int (*endpoint)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
usbhsg_uep         93 drivers/usb/renesas_usbhs/mod_gadget.c #define usbhsg_ep_to_uep(e)		container_of(e, struct usbhsg_uep, ep)
usbhsg_uep        118 drivers/usb/renesas_usbhs/mod_gadget.c static void __usbhsg_queue_pop(struct usbhsg_uep *uep,
usbhsg_uep        136 drivers/usb/renesas_usbhs/mod_gadget.c static void usbhsg_queue_pop(struct usbhsg_uep *uep,
usbhsg_uep        152 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep = usbhsg_pipe_to_uep(pipe);
usbhsg_uep        164 drivers/usb/renesas_usbhs/mod_gadget.c static void usbhsg_queue_push(struct usbhsg_uep *uep,
usbhsg_uep        218 drivers/usb/renesas_usbhs/mod_gadget.c 						 struct usbhsg_uep *uep,
usbhsg_uep        222 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv);
usbhsg_uep        231 drivers/usb/renesas_usbhs/mod_gadget.c 						   struct usbhsg_uep *uep,
usbhsg_uep        261 drivers/usb/renesas_usbhs/mod_gadget.c 						 struct usbhsg_uep *uep,
usbhsg_uep        279 drivers/usb/renesas_usbhs/mod_gadget.c 						 struct usbhsg_uep *uep,
usbhsg_uep        314 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv);
usbhsg_uep        349 drivers/usb/renesas_usbhs/mod_gadget.c 					       struct usbhsg_uep *uep,
usbhsg_uep        364 drivers/usb/renesas_usbhs/mod_gadget.c 						  struct usbhsg_uep *uep,
usbhsg_uep        376 drivers/usb/renesas_usbhs/mod_gadget.c 						 struct usbhsg_uep *uep,
usbhsg_uep        407 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep;
usbhsg_uep        412 drivers/usb/renesas_usbhs/mod_gadget.c 	int (*func)(struct usbhs_priv *priv, struct usbhsg_uep *uep,
usbhsg_uep        480 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv);
usbhsg_uep        556 drivers/usb/renesas_usbhs/mod_gadget.c static int usbhsg_pipe_disable(struct usbhsg_uep *uep)
usbhsg_uep        582 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep   = usbhsg_ep_to_uep(ep);
usbhsg_uep        638 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep);
usbhsg_uep        685 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep);
usbhsg_uep        703 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep);
usbhsg_uep        725 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep = usbhsg_ep_to_uep(ep);
usbhsg_uep        817 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *dcp = usbhsg_gpriv_to_dcp(gpriv);
usbhsg_uep        877 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep;
usbhsg_uep       1079 drivers/usb/renesas_usbhs/mod_gadget.c 	struct usbhsg_uep *uep;
usbhsg_uep       1091 drivers/usb/renesas_usbhs/mod_gadget.c 	uep = kcalloc(pipe_size, sizeof(struct usbhsg_uep), GFP_KERNEL);