Searched refs:in_endp (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg_xfer_dma.c | 32 writel(usb_ctrl_dma_addr, ®->in_endp[EP0_CON].diepdma); in dwc2_udc_ep0_zlp() 33 writel(DIEPT_SIZ_PKT_CNT(1), ®->in_endp[EP0_CON].dieptsiz); in dwc2_udc_ep0_zlp() 35 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp() 37 ®->in_endp[EP0_CON].diepctl); in dwc2_udc_ep0_zlp() 40 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_ep0_zlp() 59 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_udc_pre_setup() 70 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 86 __func__, readl(®->in_endp[EP0_CON].diepctl)); in dwc2_ep0_complete_out() 165 writel((unsigned long) ep->dma_buf, ®->in_endp[ep_num].diepdma); in setdma_tx() 167 ®->in_endp[ep_num].dieptsiz); in setdma_tx() [all …]
|
| H A D | dwc2_udc_otg.c | 510 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[EP0_CON].diepctl); in reconfig_usbd() 514 writel(DEPCTL_EPDIS|DEPCTL_SNAK, ®->in_endp[i].diepctl); in reconfig_usbd() 605 ep_ctrl = readl(®->in_endp[EP0_CON].diepctl); in set_max_pktsize() 606 writel(ep_ctrl|(0<<0), ®->in_endp[EP0_CON].diepctl); in set_max_pktsize()
|
| H A D | dwc2_udc_otg_regs.h | 81 struct dwc2_dev_in_endp in_endp[16]; member
|
| /OK3568_Linux_fs/kernel/drivers/net/usb/ |
| H A D | hso.c | 134 struct usb_endpoint_descriptor *in_endp; member 218 struct usb_endpoint_descriptor *in_endp; member 1010 fix_crc_bug(urb, odev->in_endp->wMaxPacketSize); in read_bulk_callback() 1028 odev->in_endp-> in read_bulk_callback() 1119 serial->in_endp-> in hso_resubmit_rx_bulk_urb() 1203 fix_crc_bug(urb, serial->in_endp->wMaxPacketSize); in hso_std_serial_read_bulk_callback() 2104 hso_net->in_endp-> in hso_start_net_device() 2156 serial->in_endp-> in hso_start_serial_device() 2508 hso_net->in_endp = hso_get_ep(interface, USB_ENDPOINT_XFER_BULK, in hso_create_net_device() 2510 if (!hso_net->in_endp) { in hso_create_net_device() [all …]
|