hep               132 drivers/net/usb/cdc_ether.c 		struct usb_host_endpoint	*hep;
hep               134 drivers/net/usb/cdc_ether.c 		hep = intf->cur_altsetting->endpoint;
hep               135 drivers/net/usb/cdc_ether.c 		if (hep) {
hep               136 drivers/net/usb/cdc_ether.c 			buf = hep->extra;
hep               137 drivers/net/usb/cdc_ether.c 			len = hep->extralen;
hep                32 drivers/usb/c67x00/c67x00-sched.c 	struct usb_host_endpoint *hep;
hep               233 drivers/usb/c67x00/c67x00-sched.c 	struct usb_host_endpoint *hep = urb->ep;
hep               240 drivers/usb/c67x00/c67x00-sched.c 	if (hep->hcpriv) {
hep               241 drivers/usb/c67x00/c67x00-sched.c 		ep_data = hep->hcpriv;
hep               245 drivers/usb/c67x00/c67x00-sched.c 		return hep->hcpriv;
hep               255 drivers/usb/c67x00/c67x00-sched.c 	ep_data->hep = hep;
hep               260 drivers/usb/c67x00/c67x00-sched.c 	hep->hcpriv = ep_data;
hep               274 drivers/usb/c67x00/c67x00-sched.c 			if (prev->hep->desc.bEndpointAddress >
hep               275 drivers/usb/c67x00/c67x00-sched.c 			    hep->desc.bEndpointAddress) {
hep               285 drivers/usb/c67x00/c67x00-sched.c static int c67x00_ep_data_free(struct usb_host_endpoint *hep)
hep               287 drivers/usb/c67x00/c67x00-sched.c 	struct c67x00_ep_data *ep_data = hep->hcpriv;
hep               300 drivers/usb/c67x00/c67x00-sched.c 	hep->hcpriv = NULL;
hep               241 drivers/usb/host/isp116x-hcd.c 		BUG_ON(list_empty(&ep->hep->urb_list));
hep               242 drivers/usb/host/isp116x-hcd.c 		urb = container_of(ep->hep->urb_list.next,
hep               313 drivers/usb/host/isp116x-hcd.c 	if (!list_empty(&ep->hep->urb_list))
hep               359 drivers/usb/host/isp116x-hcd.c 		BUG_ON(list_empty(&ep->hep->urb_list));
hep               361 drivers/usb/host/isp116x-hcd.c 		    container_of(ep->hep->urb_list.next, struct urb, urb_list);
hep               518 drivers/usb/host/isp116x-hcd.c 		urb = container_of(ep->hep->urb_list.next,
hep               691 drivers/usb/host/isp116x-hcd.c 	struct usb_host_endpoint *hep = urb->ep;
hep               705 drivers/usb/host/isp116x-hcd.c 	if (!hep->hcpriv) {
hep               723 drivers/usb/host/isp116x-hcd.c 	if (hep->hcpriv)
hep               724 drivers/usb/host/isp116x-hcd.c 		ep = hep->hcpriv;
hep               764 drivers/usb/host/isp116x-hcd.c 		hep->hcpriv = ep;
hep               765 drivers/usb/host/isp116x-hcd.c 		ep->hep = hep;
hep               823 drivers/usb/host/isp116x-hcd.c 	urb->hcpriv = hep;
hep               841 drivers/usb/host/isp116x-hcd.c 	struct usb_host_endpoint *hep;
hep               851 drivers/usb/host/isp116x-hcd.c 	hep = urb->hcpriv;
hep               852 drivers/usb/host/isp116x-hcd.c 	ep = hep->hcpriv;
hep               853 drivers/usb/host/isp116x-hcd.c 	WARN_ON(hep != ep->hep);
hep               856 drivers/usb/host/isp116x-hcd.c 	if (ep->hep->urb_list.next == &urb->urb_list)
hep               875 drivers/usb/host/isp116x-hcd.c 				     struct usb_host_endpoint *hep)
hep               878 drivers/usb/host/isp116x-hcd.c 	struct isp116x_ep *ep = hep->hcpriv;
hep               884 drivers/usb/host/isp116x-hcd.c 	for (i = 0; i < 100 && !list_empty(&hep->urb_list); i++)
hep               886 drivers/usb/host/isp116x-hcd.c 	if (!list_empty(&hep->urb_list))
hep               890 drivers/usb/host/isp116x-hcd.c 	hep->hcpriv = NULL;
hep               303 drivers/usb/host/isp116x.h 	struct usb_host_endpoint *hep;
hep               475 drivers/usb/host/isp1362-hcd.c 	if (!list_empty(&ep->hep->urb_list))
hep               669 drivers/usb/host/isp1362-hcd.c 		if (!list_empty(&ep->hep->urb_list)) {
hep              1226 drivers/usb/host/isp1362-hcd.c 	struct usb_host_endpoint *hep = urb->ep;
hep              1251 drivers/usb/host/isp1362-hcd.c 	if (!hep->hcpriv) {
hep              1273 drivers/usb/host/isp1362-hcd.c 	if (hep->hcpriv) {
hep              1274 drivers/usb/host/isp1362-hcd.c 		ep = hep->hcpriv;
hep              1280 drivers/usb/host/isp1362-hcd.c 		ep->hep = hep;
hep              1306 drivers/usb/host/isp1362-hcd.c 		hep->hcpriv = ep;
hep              1368 drivers/usb/host/isp1362-hcd.c 	urb->hcpriv = hep;
hep              1400 drivers/usb/host/isp1362-hcd.c 	struct usb_host_endpoint *hep;
hep              1412 drivers/usb/host/isp1362-hcd.c 	hep = urb->hcpriv;
hep              1414 drivers/usb/host/isp1362-hcd.c 	if (!hep) {
hep              1419 drivers/usb/host/isp1362-hcd.c 	ep = hep->hcpriv;
hep              1422 drivers/usb/host/isp1362-hcd.c 		if (ep->hep->urb_list.next == &urb->urb_list) {
hep              1449 drivers/usb/host/isp1362-hcd.c static void isp1362_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
hep              1451 drivers/usb/host/isp1362-hcd.c 	struct isp1362_ep *ep = hep->hcpriv;
hep              1459 drivers/usb/host/isp1362-hcd.c 	if (!list_empty(&hep->urb_list)) {
hep              1476 drivers/usb/host/isp1362-hcd.c 	hep->hcpriv = NULL;
hep              2119 drivers/usb/host/isp1362-hcd.c 		list_for_each_entry(urb, &ep->hep->urb_list, urb_list) {
hep               381 drivers/usb/host/isp1362.h 	struct usb_host_endpoint *hep;
hep               577 drivers/usb/host/isp1362.h 	BUG_ON(list_empty(&ep->hep->urb_list));				\
hep               578 drivers/usb/host/isp1362.h 	container_of(ep->hep->urb_list.next, struct urb, urb_list);	\
hep               533 drivers/usb/host/r8a66597-hcd.c static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep)
hep               535 drivers/usb/host/r8a66597-hcd.c 	struct r8a66597_pipe *pipe = hep->hcpriv;
hep               798 drivers/usb/host/r8a66597-hcd.c 				 struct usb_host_endpoint *hep,
hep               802 drivers/usb/host/r8a66597-hcd.c 	struct r8a66597_pipe *pipe = hep->hcpriv;
hep               936 drivers/usb/host/r8a66597-hcd.c 			   struct usb_host_endpoint *hep,
hep               960 drivers/usb/host/r8a66597-hcd.c 	enable_r8a66597_pipe(r8a66597, urb, hep, &info);
hep              1858 drivers/usb/host/r8a66597-hcd.c 					    struct usb_host_endpoint *hep)
hep              1867 drivers/usb/host/r8a66597-hcd.c 	pipenum = r8a66597_get_pipenum(urb, hep);
hep              1869 drivers/usb/host/r8a66597-hcd.c 	td->pipe = hep->hcpriv;
hep              1889 drivers/usb/host/r8a66597-hcd.c 	struct usb_host_endpoint *hep = urb->ep;
hep              1905 drivers/usb/host/r8a66597-hcd.c 	if (!hep->hcpriv) {
hep              1906 drivers/usb/host/r8a66597-hcd.c 		hep->hcpriv = kzalloc(sizeof(struct r8a66597_pipe),
hep              1908 drivers/usb/host/r8a66597-hcd.c 		if (!hep->hcpriv) {
hep              1912 drivers/usb/host/r8a66597-hcd.c 		set_pipe_reg_addr(hep->hcpriv, R8A66597_PIPE_NO_DMA);
hep              1914 drivers/usb/host/r8a66597-hcd.c 			init_pipe_info(r8a66597, urb, hep, &hep->desc);
hep              1921 drivers/usb/host/r8a66597-hcd.c 	td = r8a66597_make_td(r8a66597, urb, hep);
hep              1981 drivers/usb/host/r8a66597-hcd.c 				      struct usb_host_endpoint *hep)
hep              1986 drivers/usb/host/r8a66597-hcd.c 	struct r8a66597_pipe *pipe = (struct r8a66597_pipe *)hep->hcpriv;
hep              1998 drivers/usb/host/r8a66597-hcd.c 		kfree(hep->hcpriv);
hep              1999 drivers/usb/host/r8a66597-hcd.c 		hep->hcpriv = NULL;
hep              2011 drivers/usb/host/r8a66597-hcd.c 	kfree(hep->hcpriv);
hep              2012 drivers/usb/host/r8a66597-hcd.c 	hep->hcpriv = NULL;
hep               338 drivers/usb/host/sl811-hcd.c 	if (unlikely(list_empty(&ep->hep->urb_list))) {
hep               344 drivers/usb/host/sl811-hcd.c 	urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
hep               438 drivers/usb/host/sl811-hcd.c 	if (!list_empty(&ep->hep->urb_list))
hep               486 drivers/usb/host/sl811-hcd.c 	urb = container_of(ep->hep->urb_list.next, struct urb, urb_list);
hep               700 drivers/usb/host/sl811-hcd.c 						->hep->urb_list.next,
hep               710 drivers/usb/host/sl811-hcd.c 						->hep->urb_list.next,
hep               805 drivers/usb/host/sl811-hcd.c 	struct usb_host_endpoint	*hep = urb->ep;
hep               813 drivers/usb/host/sl811-hcd.c 	if (!hep->hcpriv) {
hep               834 drivers/usb/host/sl811-hcd.c 	if (hep->hcpriv) {
hep               836 drivers/usb/host/sl811-hcd.c 		ep = hep->hcpriv;
hep               887 drivers/usb/host/sl811-hcd.c 		ep->hep = hep;
hep               888 drivers/usb/host/sl811-hcd.c 		hep->hcpriv = ep;
hep               947 drivers/usb/host/sl811-hcd.c 	urb->hcpriv = hep;
hep               961 drivers/usb/host/sl811-hcd.c 	struct usb_host_endpoint *hep;
hep               971 drivers/usb/host/sl811-hcd.c 	hep = urb->hcpriv;
hep               972 drivers/usb/host/sl811-hcd.c 	ep = hep->hcpriv;
hep               977 drivers/usb/host/sl811-hcd.c 		if (ep->hep->urb_list.next != &urb->urb_list) {
hep              1029 drivers/usb/host/sl811-hcd.c sl811h_endpoint_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
hep              1031 drivers/usb/host/sl811-hcd.c 	struct sl811h_ep	*ep = hep->hcpriv;
hep              1037 drivers/usb/host/sl811-hcd.c 	if (!list_empty(&hep->urb_list))
hep              1039 drivers/usb/host/sl811-hcd.c 	if (!list_empty(&hep->urb_list))
hep              1043 drivers/usb/host/sl811-hcd.c 	hep->hcpriv = NULL;
hep              1452 drivers/usb/host/sl811-hcd.c 		list_for_each_entry (urb, &ep->hep->urb_list, urb_list) {
hep               170 drivers/usb/host/sl811.h 	struct usb_host_endpoint *hep;
hep               161 drivers/usb/host/u132-hcd.c 	struct usb_host_endpoint *hep;
hep               338 drivers/usb/host/u132-hcd.c 	struct usb_host_endpoint *hep = endp->hep;
hep               363 drivers/usb/host/u132-hcd.c 	hep->hcpriv = NULL;
hep              1891 drivers/usb/host/u132-hcd.c 	endp->hep = urb->ep;
hep              1982 drivers/usb/host/u132-hcd.c 	endp->hep = urb->ep;
hep              2086 drivers/usb/host/u132-hcd.c 	endp->hep = urb->ep;
hep              2532 drivers/usb/host/u132-hcd.c 	struct usb_host_endpoint *hep)
hep              2537 drivers/usb/host/u132-hcd.c 			") has been removed %d\n", u132, hcd, hep,
hep              2540 drivers/usb/host/u132-hcd.c 		struct u132_endp *endp = hep->hcpriv;
hep               771 drivers/usb/host/uhci-hcd.c 		struct usb_host_endpoint *hep)
hep               777 drivers/usb/host/uhci-hcd.c 	qh = (struct uhci_qh *) hep->hcpriv;
hep               160 drivers/usb/host/uhci-hcd.h 	struct usb_host_endpoint *hep;	/* Endpoint information */
hep               246 drivers/usb/host/uhci-q.c 		struct usb_device *udev, struct usb_host_endpoint *hep)
hep               264 drivers/usb/host/uhci-q.c 		qh->type = usb_endpoint_type(&hep->desc);
hep               273 drivers/usb/host/uhci-q.c 		qh->hep = hep;
hep               275 drivers/usb/host/uhci-q.c 		hep->hcpriv = qh;
hep               280 drivers/usb/host/uhci-q.c 					usb_endpoint_dir_in(&hep->desc),
hep               282 drivers/usb/host/uhci-q.c 					usb_endpoint_maxp(&hep->desc))
hep               300 drivers/usb/host/uhci-q.c 		qh->hep->hcpriv = NULL;
hep               685 drivers/usb/host/uhci-q.c 			qh->hep->desc.bEndpointAddress, p,
hep               718 drivers/usb/host/uhci-q.c 			qh->hep->desc.bEndpointAddress, p,
hep               794 drivers/usb/host/uhci-q.c 	int maxsze = usb_endpoint_maxp(&qh->hep->desc);
hep               920 drivers/usb/host/uhci-q.c 	int maxsze = usb_endpoint_maxp(&qh->hep->desc);
hep               345 drivers/usb/musb/musb_host.c 	if (list_empty(&qh->hep->urb_list)) {
hep               365 drivers/usb/musb/musb_host.c 		qh->hep->hcpriv = NULL;
hep              2127 drivers/usb/musb/musb_host.c 	qh->hep->hcpriv = qh;
hep              2140 drivers/usb/musb/musb_host.c 	struct usb_host_endpoint	*hep = urb->ep;
hep              2142 drivers/usb/musb/musb_host.c 	struct usb_endpoint_descriptor	*epd = &hep->desc;
hep              2155 drivers/usb/musb/musb_host.c 	qh = ret ? NULL : hep->hcpriv;
hep              2185 drivers/usb/musb/musb_host.c 	qh->hep = hep;
hep              2293 drivers/usb/musb/musb_host.c 	if (hep->hcpriv || !next_urb(qh)) {
hep              2415 drivers/usb/musb/musb_host.c 			|| urb->urb_list.prev != &qh->hep->urb_list
hep              2426 drivers/usb/musb/musb_host.c 		if (ready && list_empty(&qh->hep->urb_list)) {
hep              2427 drivers/usb/musb/musb_host.c 			qh->hep->hcpriv = NULL;
hep              2440 drivers/usb/musb/musb_host.c musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep)
hep              2442 drivers/usb/musb/musb_host.c 	u8			is_in = hep->desc.bEndpointAddress & USB_DIR_IN;
hep              2450 drivers/usb/musb/musb_host.c 	qh = hep->hcpriv;
hep              2471 drivers/usb/musb/musb_host.c 		while (!list_empty(&hep->urb_list)) {
hep              2481 drivers/usb/musb/musb_host.c 		while (!list_empty(&hep->urb_list))
hep              2484 drivers/usb/musb/musb_host.c 		hep->hcpriv = NULL;
hep                17 drivers/usb/musb/musb_host.h 	struct usb_host_endpoint *hep;		/* usbcore info */
hep               123 drivers/usb/musb/musb_host.h 	queue = &qh->hep->urb_list;