Searched refs:endpoint (Results 1 – 6 of 6) sorted by relevance
| /include/dm/ |
| A D | ofnode_graph.h | 53 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 D | udc.h | 38 int udc_endpoint_write(struct usb_endpoint_instance *endpoint); 40 struct usb_endpoint_instance *endpoint);
|
| /include/ |
| A D | usb.h | 354 #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 D | usbdevice.h | 444 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 D | usbdescriptors.h | 450 struct usb_endpoint_descriptor endpoint; member
|
| /include/fsl-mc/ |
| A D | fsl_dprc.h | 212 const struct dprc_endpoint *endpoint);
|
Completed in 16 milliseconds