Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 25 of 78) sorted by relevance

1234

/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx6q.dtsi157 ipu2_di0_disp0: disp0-endpoint {
160 ipu2_di0_hdmi: hdmi-endpoint {
161 remote-endpoint = <&hdmi_mux_2>;
164 ipu2_di0_mipi: mipi-endpoint {
165 remote-endpoint = <&mipi_mux_2>;
168 ipu2_di0_lvds0: lvds0-endpoint {
169 remote-endpoint = <&lvds0_mux_2>;
172 ipu2_di0_lvds1: lvds1-endpoint {
173 remote-endpoint = <&lvds1_mux_2>;
182 ipu2_di1_hdmi: hdmi-endpoint {
[all …]
H A Dat91sam9g25ek.dts42 ov2640_0: endpoint {
43 remote-endpoint = <&isi_0>;
58 isi_0: endpoint@0 {
60 remote-endpoint = <&ov2640_0>;
H A Dimx6qdl.dtsi128 hdmi_mux_0: endpoint {
129 remote-endpoint = <&ipu1_di0_hdmi>;
136 hdmi_mux_1: endpoint {
137 remote-endpoint = <&ipu1_di1_hdmi>;
826 lvds0_mux_0: endpoint {
827 remote-endpoint = <&ipu1_di0_lvds0>;
834 lvds0_mux_1: endpoint {
835 remote-endpoint = <&ipu1_di1_lvds0>;
849 lvds1_mux_0: endpoint {
850 remote-endpoint = <&ipu1_di0_lvds1>;
[all …]
H A Drk3576.dtsi989 isp_sditf0: endpoint {
990 remote-endpoint = <&vpss0_in>;
1001 isp_sditf1: endpoint {
1002 remote-endpoint = <&vpss1_in>;
1013 isp_sditf2: endpoint {
1014 remote-endpoint = <&vpss2_in>;
1025 isp_sditf3: endpoint {
1026 remote-endpoint = <&vpss3_in>;
1037 isp_sditf4: endpoint {
1038 remote-endpoint = <&vpss4_in>;
[all …]
H A Dimx7s.dtsi138 ca_funnel_in_port0: endpoint {
140 remote-endpoint = <&etm0_out_port>;
147 ca_funnel_out_port0: endpoint {
148 remote-endpoint = <&hugo_funnel_in_port0>;
164 etm0_out_port: endpoint {
165 remote-endpoint = <&ca_funnel_in_port0>;
183 hugo_funnel_in_port0: endpoint {
185 remote-endpoint = <&ca_funnel_out_port0>;
191 hugo_funnel_in_port1: endpoint {
198 hugo_funnel_out_port0: endpoint {
[all …]
H A Drk3288.dtsi729 vopb_out_edp: endpoint@0 {
731 remote-endpoint = <&edp_in_vopb>;
733 vopb_out_hdmi: endpoint@1 {
735 remote-endpoint = <&hdmi_in_vopb>;
737 vopb_out_lvds: endpoint@2 {
739 remote-endpoint = <&lvds_in_vopb>;
741 vopb_out_dsi0: endpoint@3 {
743 remote-endpoint = <&dsi0_in_vopb>;
773 vopl_out_edp: endpoint@0 {
775 remote-endpoint = <&edp_in_vopl>;
[all …]
H A Dsun5i-r8.dtsi73 tve0_in_tcon0: endpoint@0 {
75 remote-endpoint = <&tcon0_out_tve0>;
83 tcon0_out_tve0: endpoint@1 {
85 remote-endpoint = <&tve0_in_tcon0>;
H A Dsun5i-a13-q8-tablet.dts63 panel_input: endpoint@0 {
65 remote-endpoint = <&tcon0_out_lcd>;
82 tcon0_out_lcd: endpoint@0 {
84 remote-endpoint = <&panel_input>;
H A Dsun5i-a13.dtsi240 tcon0_in_be0: endpoint@0 {
242 remote-endpoint = <&be0_out_tcon0>;
282 fe0_out_be0: endpoint@0 {
284 remote-endpoint = <&be0_in_fe0>;
312 be0_in_fe0: endpoint@0 {
314 remote-endpoint = <&fe0_out_be0>;
323 be0_out_tcon0: endpoint@0 {
325 remote-endpoint = <&tcon0_in_be0>;
H A Dr8a7795-salvator-x.dts177 adv7123_in: endpoint {
178 remote-endpoint = <&du_out_rgb>;
183 adv7123_out: endpoint {
184 remote-endpoint = <&vga_in>;
194 vga_in: endpoint {
195 remote-endpoint = <&adv7123_out>;
208 endpoint {
209 remote-endpoint = <&adv7123_in>;
213 lvds_connector: endpoint {
H A Dlogicpd-torpedo-37xx-devkit.dts132 dpi_out: endpoint {
133 remote-endpoint = <&lcd_in>;
162 lcd_in: endpoint {
163 remote-endpoint = <&dpi_out>;
336 mt9p031_out: endpoint {
339 remote-endpoint = <&ccdc_ep>;
386 ccdc_ep: endpoint {
387 remote-endpoint = <&mt9p031_out>;
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddrm_of.c42 ofnode endpoint; in drm_of_lvds_get_remote_pixels_type() local
46 ofnode_for_each_subnode(endpoint, node) { in drm_of_lvds_get_remote_pixels_type()
50 if (!ofnode_is_available(endpoint)) in drm_of_lvds_get_remote_pixels_type()
53 name = ofnode_get_name(endpoint); in drm_of_lvds_get_remote_pixels_type()
57 if (ofnode_read_u32(endpoint, "remote-endpoint", &phandle)) in drm_of_lvds_get_remote_pixels_type()
60 endpoint = ofnode_get_by_phandle(phandle); in drm_of_lvds_get_remote_pixels_type()
61 if (!ofnode_valid(endpoint) || !ofnode_is_available(endpoint)) in drm_of_lvds_get_remote_pixels_type()
64 endpoint = ofnode_get_parent(endpoint); in drm_of_lvds_get_remote_pixels_type()
65 if (!ofnode_valid(endpoint)) in drm_of_lvds_get_remote_pixels_type()
69 drm_of_lvds_get_port_pixels_type(ofnode_to_np(endpoint in drm_of_lvds_get_remote_pixels_type()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c55 static int udc_write_urb(struct usb_endpoint_instance *endpoint) in udc_write_urb() argument
57 struct urb *urb = endpoint->tx_urb; in udc_write_urb()
58 int ep_num = endpoint->endpoint_address & USB_ENDPOINT_NUMBER_MASK; in udc_write_urb()
67 n = min_t(unsigned int, urb->actual_length - endpoint->sent, in udc_write_urb()
68 endpoint->tx_packetSize); in udc_write_urb()
77 endpoint->sent, endpoint->tx_packetSize, endpoint->last); in udc_write_urb()
80 is_short = n != endpoint->tx_packetSize; in udc_write_urb()
84 udc_dump_buffer("urb write", data8 + endpoint->sent, n); in udc_write_urb()
91 writel(data32[endpoint->sent / 4 + i], UDCDN(ep_num)); in udc_write_urb()
94 writeb(data8[endpoint->sent + w * 4 + i], UDCDN(ep_num)); in udc_write_urb()
[all …]
H A Dcore.c306 …b_device_instance *device, int port, int configuration, int interface, int alternate, int endpoint) in usbd_device_endpoint_descriptor() argument
312 if (endpoint_descriptor->bEndpointAddress == endpoint) { in usbd_device_endpoint_descriptor()
326 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint) in usbd_endpoint_halted() argument
340 void usbd_rcv_complete(struct usb_endpoint_instance *endpoint, int len, int urb_bad) in usbd_rcv_complete() argument
342 if (endpoint) { in usbd_rcv_complete()
348 if ((rcv_urb = endpoint->rcv_urb)) { in usbd_rcv_complete()
354 if (!urb_bad && (len <= endpoint->rcv_packetSize)) { in usbd_rcv_complete()
383 void usbd_tx_complete (struct usb_endpoint_instance *endpoint) in usbd_tx_complete() argument
385 if (endpoint) { in usbd_tx_complete()
389 if ((tx_urb = endpoint->tx_urb)) { in usbd_tx_complete()
[all …]
H A Ddesignware_udc.c261 *endpoint) in dw_write_noniso_tx_fifo()
263 struct urb *urb = endpoint->tx_urb; in dw_write_noniso_tx_fifo()
272 last = min_t(u32, urb->actual_length - endpoint->sent, in dw_write_noniso_tx_fifo()
273 endpoint->tx_packetSize); in dw_write_noniso_tx_fifo()
276 u8 *cp = urb->buffer + endpoint->sent; in dw_write_noniso_tx_fifo()
291 endpoint->sent, endpoint->tx_packetSize, last); in dw_write_noniso_tx_fifo()
293 usbputpcktofifo(endpoint->endpoint_address & in dw_write_noniso_tx_fifo()
296 endpoint->last = last; in dw_write_noniso_tx_fifo()
304 static void dw_udc_setup(struct usb_endpoint_instance *endpoint) in dw_udc_setup() argument
307 int ep_addr = endpoint->endpoint_address; in dw_udc_setup()
[all …]
/rk3399_rockchip-uboot/drivers/usb/musb/
H A Dmusb_udc.c482 struct usb_endpoint_instance *endpoint; in musb_peri_ep0_rx() local
486 endpoint = ep0_endpoint; in musb_peri_ep0_rx()
487 if (endpoint && endpoint->rcv_urb) { in musb_peri_ep0_rx()
488 struct urb *urb = endpoint->rcv_urb; in musb_peri_ep0_rx()
512 usbd_rcv_complete(endpoint, length, urb_bad); in musb_peri_ep0_rx()
643 struct usb_endpoint_instance *endpoint; in musb_peri_rx_ep() local
647 endpoint = GET_ENDPOINT(udc_device, ep); in musb_peri_rx_ep()
648 if (endpoint && endpoint->rcv_urb) { in musb_peri_rx_ep()
649 struct urb *urb = endpoint->rcv_urb; in musb_peri_rx_ep()
673 usbd_rcv_complete(endpoint, length, urb_bad); in musb_peri_rx_ep()
[all …]
/rk3399_rockchip-uboot/drivers/serial/
H A Dusbtty.c394 struct usb_endpoint_instance *endpoint = in usbtty_tstc() local
399 udc_unset_nak(endpoint->endpoint_address&0x03); in usbtty_tstc()
415 struct usb_endpoint_instance *endpoint = in usbtty_getc() local
419 udc_unset_nak(endpoint->endpoint_address&0x03); in usbtty_getc()
424 udc_set_nak(endpoint->endpoint_address&0x03); in usbtty_getc()
810 struct usb_endpoint_instance *endpoint) in next_urb() argument
816 if (!endpoint->tx_queue) { in next_urb()
817 current_urb = endpoint->tx_urb; in next_urb()
821 p2surround (struct urb, link, endpoint->tx.prev); in next_urb()
830 current_urb = first_urb_detached (&endpoint->done); in next_urb()
[all …]
/rk3399_rockchip-uboot/include/
H A Dusb.h340 #define create_pipe(dev,endpoint) \ argument
341 (((dev)->devnum << 8) | ((endpoint) << 15) | \
345 #define usb_sndctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument
346 create_pipe(dev, endpoint))
347 #define usb_rcvctrlpipe(dev, endpoint) ((PIPE_CONTROL << 30) | \ argument
348 create_pipe(dev, endpoint) | \
350 #define usb_sndisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument
351 create_pipe(dev, endpoint))
352 #define usb_rcvisocpipe(dev, endpoint) ((PIPE_ISOCHRONOUS << 30) | \ argument
353 create_pipe(dev, endpoint) | \
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/
H A Drockchip-lvds.txt45 lvds_in_vopb: endpoint@0 {
47 remote-endpoint = <&vopb_out_lvds>;
49 lvds_in_vopl: endpoint@1 {
51 remote-endpoint = <&vopl_out_lvds>;
/rk3399_rockchip-uboot/include/fsl-mc/
H A Dfsl_dprc.h388 #define DPRC_CMD_DISCONNECT(cmd, endpoint) \ argument
390 MC_CMD_OP(cmd, 0, 0, 32, int, endpoint->id); \
391 MC_CMD_OP(cmd, 0, 32, 16, uint16_t, endpoint->if_id); \
392 MC_CMD_OP(cmd, 1, 0, 8, char, endpoint->type[0]); \
393 MC_CMD_OP(cmd, 1, 8, 8, char, endpoint->type[1]); \
394 MC_CMD_OP(cmd, 1, 16, 8, char, endpoint->type[2]); \
395 MC_CMD_OP(cmd, 1, 24, 8, char, endpoint->type[3]); \
396 MC_CMD_OP(cmd, 1, 32, 8, char, endpoint->type[4]); \
397 MC_CMD_OP(cmd, 1, 40, 8, char, endpoint->type[5]); \
398 MC_CMD_OP(cmd, 1, 48, 8, char, endpoint->type[6]); \
[all …]
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dgadget.c192 if (usb_endpoint_xfer_bulk(dep->endpoint.desc) in dwc3_gadget_resize_tx_fifos()
193 || usb_endpoint_xfer_isoc(dep->endpoint.desc)) in dwc3_gadget_resize_tx_fifos()
207 tmp = mult * (dep->endpoint.maxpacket + mdwidth); in dwc3_gadget_resize_tx_fifos()
239 usb_endpoint_xfer_isoc(dep->endpoint.desc)) in dwc3_gadget_giveback()
263 usb_gadget_giveback_request(&dep->endpoint, &req->request); in dwc3_gadget_giveback()
398 u32 burst = dep->endpoint.maxburst - 1; in dwc3_gadget_set_ep_config()
496 dep->endpoint.desc = desc; in __dwc3_gadget_ep_enable()
570 dep->endpoint.desc = NULL; in __dwc3_gadget_ep_disable()
725 usb_endpoint_xfer_isoc(dep->endpoint.desc)) in dwc3_prepare_one_trb()
733 if (usb_endpoint_dir_out(dep->endpoint.desc) && in dwc3_prepare_one_trb()
[all …]
/rk3399_rockchip-uboot/include/usb/
H A Dudc.h40 int udc_endpoint_write(struct usb_endpoint_instance *endpoint);
42 struct usb_endpoint_instance *endpoint);
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dep0.c539 request->complete(&priv_dev->eps[0]->endpoint, request); in __pending_setup_status_handler()
895 priv_ep->endpoint.ops = &cdns3_gadget_ep0_ops; in cdns3_init_ep0()
896 priv_ep->endpoint.maxburst = 1; in cdns3_init_ep0()
897 usb_ep_set_maxpacket_limit(&priv_ep->endpoint, in cdns3_init_ep0()
900 priv_ep->endpoint.address = 0; in cdns3_init_ep0()
902 priv_ep->endpoint.caps.type_control = 1; in cdns3_init_ep0()
903 priv_ep->endpoint.caps.dir_in = 1; in cdns3_init_ep0()
904 priv_ep->endpoint.caps.dir_out = 1; in cdns3_init_ep0()
905 priv_ep->endpoint.name = priv_ep->name; in cdns3_init_ep0()
906 priv_ep->endpoint.desc = &cdns3_gadget_ep0_desc; in cdns3_init_ep0()
[all …]
H A Dgadget.c430 cdns3_gadget_ep_free_request(&priv_ep->endpoint, descmiss_req); in cdns3_wa2_descmiss_copy_data()
552 cdns3_gadget_ep_free_request(&priv_ep->endpoint, in cdns3_wa2_remove_old_request()
584 request = cdns3_gadget_ep_alloc_request(&priv_ep->endpoint, in cdns3_wa2_descmissing_packet()
606 cdns3_gadget_ep_free_request(&priv_ep->endpoint, request); in cdns3_wa2_descmissing_packet()
613 __cdns3_gadget_ep_queue(&priv_ep->endpoint, in cdns3_wa2_descmissing_packet()
666 usb_gadget_giveback_request(&priv_ep->endpoint, in cdns3_gadget_giveback()
672 cdns3_gadget_ep_free_request(&priv_ep->endpoint, request); in cdns3_gadget_giveback()
835 address = priv_ep->endpoint.desc->bEndpointAddress; in cdns3_ep_run_transfer()
902 priv_ep->endpoint.maxpacket); in cdns3_ep_run_transfer()
1141 cdns3_select_ep(priv_dev, priv_ep->endpoint.address); in cdns3_transfer_completed()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/video/bridge/
H A Dps8622.txt28 bridge_out: endpoint {
29 remote-endpoint = <&panel_in>;

1234