Home
last modified time | relevance | path

Searched refs:hep (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Disp116x-hcd.c241 BUG_ON(list_empty(&ep->hep->urb_list)); in preproc_atl_queue()
242 urb = container_of(ep->hep->urb_list.next, in preproc_atl_queue()
313 if (!list_empty(&ep->hep->urb_list)) in finish_request()
359 BUG_ON(list_empty(&ep->hep->urb_list)); in postproc_atl_queue()
361 container_of(ep->hep->urb_list.next, struct urb, urb_list); in postproc_atl_queue()
518 urb = container_of(ep->hep->urb_list.next, in start_atl_transfers()
691 struct usb_host_endpoint *hep = urb->ep; in isp116x_urb_enqueue() local
705 if (!hep->hcpriv) { in isp116x_urb_enqueue()
723 if (hep->hcpriv) in isp116x_urb_enqueue()
724 ep = hep->hcpriv; in isp116x_urb_enqueue()
[all …]
H A Dsl811-hcd.c338 if (unlikely(list_empty(&ep->hep->urb_list))) { in start()
344 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in start()
438 if (!list_empty(&ep->hep->urb_list)) in finish_request()
486 urb = container_of(ep->hep->urb_list.next, struct urb, urb_list); in done()
700 ->hep->urb_list.next, in sl811h_irq()
710 ->hep->urb_list.next, in sl811h_irq()
805 struct usb_host_endpoint *hep = urb->ep; in sl811h_urb_enqueue() local
813 if (!hep->hcpriv) { in sl811h_urb_enqueue()
834 if (hep->hcpriv) { in sl811h_urb_enqueue()
836 ep = hep->hcpriv; in sl811h_urb_enqueue()
[all …]
H A Dr8a66597-hcd.c531 static u16 r8a66597_get_pipenum(struct urb *urb, struct usb_host_endpoint *hep) in r8a66597_get_pipenum() argument
533 struct r8a66597_pipe *pipe = hep->hcpriv; in r8a66597_get_pipenum()
796 struct usb_host_endpoint *hep, in enable_r8a66597_pipe() argument
800 struct r8a66597_pipe *pipe = hep->hcpriv; in enable_r8a66597_pipe()
934 struct usb_host_endpoint *hep, in init_pipe_info() argument
958 enable_r8a66597_pipe(r8a66597, urb, hep, &info); in init_pipe_info()
1856 struct usb_host_endpoint *hep) in r8a66597_make_td() argument
1865 pipenum = r8a66597_get_pipenum(urb, hep); in r8a66597_make_td()
1867 td->pipe = hep->hcpriv; in r8a66597_make_td()
1887 struct usb_host_endpoint *hep = urb->ep; in r8a66597_urb_enqueue() local
[all …]
H A Duhci-q.c246 struct usb_device *udev, struct usb_host_endpoint *hep) in uhci_alloc_qh() argument
264 qh->type = usb_endpoint_type(&hep->desc); in uhci_alloc_qh()
273 qh->hep = hep; in uhci_alloc_qh()
275 hep->hcpriv = qh; in uhci_alloc_qh()
280 usb_endpoint_dir_in(&hep->desc), in uhci_alloc_qh()
282 usb_endpoint_maxp(&hep->desc)) in uhci_alloc_qh()
300 qh->hep->hcpriv = NULL; in uhci_free_qh()
685 qh->hep->desc.bEndpointAddress, p, in uhci_reserve_bandwidth()
718 qh->hep->desc.bEndpointAddress, p, in uhci_release_bandwidth()
794 int maxsze = usb_endpoint_maxp(&qh->hep->desc); in uhci_submit_control()
[all …]
H A Disp1362-hcd.c475 if (!list_empty(&ep->hep->urb_list)) in finish_request()
669 if (!list_empty(&ep->hep->urb_list)) { in finish_unlinks()
1226 struct usb_host_endpoint *hep = urb->ep; in isp1362_urb_enqueue() local
1251 if (!hep->hcpriv) { in isp1362_urb_enqueue()
1273 if (hep->hcpriv) { in isp1362_urb_enqueue()
1274 ep = hep->hcpriv; in isp1362_urb_enqueue()
1280 ep->hep = hep; in isp1362_urb_enqueue()
1306 hep->hcpriv = ep; in isp1362_urb_enqueue()
1368 urb->hcpriv = hep; in isp1362_urb_enqueue()
1400 struct usb_host_endpoint *hep; in isp1362_urb_dequeue() local
[all …]
H A Dsl811.h170 struct usb_host_endpoint *hep; member
H A Disp1362.h381 struct usb_host_endpoint *hep; member
577 BUG_ON(list_empty(&ep->hep->urb_list)); \
578 container_of(ep->hep->urb_list.next, struct urb, urb_list); \
H A Du132-hcd.c160 struct usb_host_endpoint *hep; member
335 struct usb_host_endpoint *hep = endp->hep; in u132_endp_delete() local
360 hep->hcpriv = NULL; in u132_endp_delete()
1888 endp->hep = urb->ep; in create_endpoint_and_queue_int()
1979 endp->hep = urb->ep; in create_endpoint_and_queue_bulk()
2083 endp->hep = urb->ep; in create_endpoint_and_queue_control()
2529 struct usb_host_endpoint *hep) in u132_endpoint_disable() argument
2534 ") has been removed %d\n", u132, hcd, hep, in u132_endpoint_disable()
2537 struct u132_endp *endp = hep->hcpriv; in u132_endpoint_disable()
H A Duhci-hcd.c771 struct usb_host_endpoint *hep) in uhci_hcd_endpoint_disable() argument
777 qh = (struct uhci_qh *) hep->hcpriv; in uhci_hcd_endpoint_disable()
H A Duhci-hcd.h160 struct usb_host_endpoint *hep; /* Endpoint information */ member
H A Disp116x.h303 struct usb_host_endpoint *hep; member
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c21 struct usb_host_endpoint hep; member
35 static void construct_urb(struct urb *urb, struct usb_host_endpoint *hep, in construct_urb() argument
44 memset(hep, 0, sizeof(struct usb_host_endpoint)); in construct_urb()
45 INIT_LIST_HEAD(&hep->urb_list); in construct_urb()
47 urb->ep = hep; in construct_urb()
96 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_CONTROL, in _musb_submit_control_msg()
109 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_BULK, in _musb_submit_bulk_msg()
118 construct_urb(&host->urb, &host->hep, dev, USB_ENDPOINT_XFER_INT, pipe, in _musb_submit_int_msg()
144 construct_urb(&queue->urb, &queue->hep, dev, USB_ENDPOINT_XFER_INT, in _musb_create_int_queue()
H A Dmusb_host.c371 if (list_empty(&qh->hep->urb_list)) { in musb_advance_schedule()
391 qh->hep->hcpriv = NULL; in musb_advance_schedule()
1893 qh->hep->hcpriv = qh; in musb_schedule()
1921 struct usb_host_endpoint *hep = urb->ep; local
1923 struct usb_endpoint_descriptor *epd = &hep->desc;
1934 qh = ret ? NULL : hep->hcpriv;
1964 qh->hep = hep;
2088 if (hep->hcpriv) {
2222 || urb->urb_list.prev != &qh->hep->urb_list
2233 if (ready && list_empty(&qh->hep->urb_list)) {
[all …]
H A Dmusb_host.h29 struct usb_host_endpoint *hep; /* usbcore info */ member
81 queue = &qh->hep->urb_list; in next_urb()
H A Dmusb_uboot.h20 struct usb_host_endpoint hep; member
/OK3568_Linux_fs/kernel/drivers/usb/c67x00/
H A Dc67x00-sched.c32 struct usb_host_endpoint *hep; member
233 struct usb_host_endpoint *hep = urb->ep; in c67x00_ep_data_alloc() local
240 if (hep->hcpriv) { in c67x00_ep_data_alloc()
241 ep_data = hep->hcpriv; in c67x00_ep_data_alloc()
245 return hep->hcpriv; in c67x00_ep_data_alloc()
255 ep_data->hep = hep; in c67x00_ep_data_alloc()
260 hep->hcpriv = ep_data; in c67x00_ep_data_alloc()
274 if (prev->hep->desc.bEndpointAddress > in c67x00_ep_data_alloc()
275 hep->desc.bEndpointAddress) { in c67x00_ep_data_alloc()
285 static int c67x00_ep_data_free(struct usb_host_endpoint *hep) in c67x00_ep_data_free() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_host.c327 if (list_empty(&qh->hep->urb_list)) { in musb_advance_schedule()
347 qh->hep->hcpriv = NULL; in musb_advance_schedule()
2107 qh->hep->hcpriv = qh; in musb_schedule()
2120 struct usb_host_endpoint *hep = urb->ep; in musb_urb_enqueue() local
2122 struct usb_endpoint_descriptor *epd = &hep->desc; in musb_urb_enqueue()
2135 qh = ret ? NULL : hep->hcpriv; in musb_urb_enqueue()
2165 qh->hep = hep; in musb_urb_enqueue()
2273 if (hep->hcpriv || !next_urb(qh)) { in musb_urb_enqueue()
2395 || urb->urb_list.prev != &qh->hep->urb_list in musb_urb_dequeue()
2406 if (ready && list_empty(&qh->hep->urb_list)) { in musb_urb_dequeue()
[all …]
H A Dmusb_host.h17 struct usb_host_endpoint *hep; /* usbcore info */ member
122 queue = &qh->hep->urb_list; in next_urb()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dcdc_ether.c131 struct usb_host_endpoint *hep; in usbnet_generic_cdc_bind() local
133 hep = intf->cur_altsetting->endpoint; in usbnet_generic_cdc_bind()
134 if (hep) { in usbnet_generic_cdc_bind()
135 buf = hep->extra; in usbnet_generic_cdc_bind()
136 len = hep->extralen; in usbnet_generic_cdc_bind()
/OK3568_Linux_fs/external/xserver/os/
H A Dxdmcp.c1390 struct hostent *hep; in get_addr_by_name()
1398 if (!(hep = _XGethostbyname(namestr, hparams))) { in get_addr_by_name()
1401 if (hep->h_length == sizeof(struct in_addr)) { in get_addr_by_name()
1402 memmove(&addr->sin_addr, hep->h_addr, hep->h_length); in get_addr_by_name()
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DEUDatagrid18 therefrom, except with prior written permission by hep-project-grid-edg-license@cern.ch.
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv8010 …RCJTWd{r`blQEUFBFJabOb������������������������}{wsroiijc^`\XXQC4)#1hep{WXsonnnppqrqrrrssts…
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...