Home
last modified time | relevance | path

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

/include/dm/
A Dofnode_graph.h53 ofnode ofnode_graph_get_remote_endpoint(ofnode endpoint);
61 ofnode ofnode_graph_get_port_parent(ofnode endpoint);
69 ofnode ofnode_graph_get_remote_port_parent(ofnode endpoint);
78 ofnode ofnode_graph_get_remote_port(ofnode endpoint);
88 ofnode ofnode_graph_get_remote_node(ofnode parent, u32 port, u32 endpoint);
/include/usb/
A Dudc.h38 int udc_endpoint_write(struct usb_endpoint_instance *endpoint);
40 struct usb_endpoint_instance *endpoint);
/include/
A Dusb.h354 #define create_pipe(dev,endpoint) \ argument
355 (((dev)->devnum << 8) | ((endpoint) << 15) | \
360 create_pipe(dev, endpoint))
362 create_pipe(dev, endpoint) | \
365 create_pipe(dev, endpoint))
367 create_pipe(dev, endpoint) | \
369 #define usb_sndbulkpipe(dev, endpoint) ((PIPE_BULK << 30) | \ argument
370 create_pipe(dev, endpoint))
372 create_pipe(dev, endpoint) | \
375 create_pipe(dev, endpoint))
[all …]
A Dusbdevice.h444 struct usb_endpoint_instance *endpoint; member
598 …t urb *usbd_alloc_urb (struct usb_device_instance *device, struct usb_endpoint_instance *endpoint);
627 int usbd_endpoint_halted (struct usb_device_instance *device, int endpoint);
628 void usbd_rcv_complete(struct usb_endpoint_instance *endpoint, int len, int urb_bad);
629 void usbd_tx_complete (struct usb_endpoint_instance *endpoint);
636 serial_printf("\tendpoint %p\n", u->endpoint); in print_urb()
A Dusbdescriptors.h450 struct usb_endpoint_descriptor endpoint; member
/include/fsl-mc/
A Dfsl_dprc.h212 const struct dprc_endpoint *endpoint);

Completed in 16 milliseconds