Searched defs:endpoints (Results 1 - 4 of 4) sorted by relevance

/drivers/rpmsg/
H A Dvirtio_rpmsg_bus.c49 * @endpoints: idr of local endpoints, allows fast retrieval
50 * @endpoints_lock: lock of the endpoints set
66 struct idr endpoints; member in struct:virtproc_info
220 if (!idr_pre_get(&vrp->endpoints, GFP_KERNEL))
242 err = idr_get_new_above(&vrp->endpoints, ept, request, &tmpaddr);
261 idr_remove(&vrp->endpoints, request);
330 idr_remove(&vrp->endpoints, ept->addr);
823 ept = idr_find(&vrp->endpoints, msg->dst);
945 idr_init(&vrp->endpoints);
[all...]
/drivers/net/wireless/zd1211rw/
H A Dzd_usb.h45 enum endpoints { enum
/drivers/usb/musb/
H A Dmusb_core.h249 /* index in musb->endpoints[] */
343 * direction has its own ring of host side endpoints.
381 struct musb_hw_ep endpoints[MUSB_C_NUM_EPS]; member in struct:musb
382 #define control_ep endpoints
487 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
488 musb->endpoints[0].max_packet_sz_rx = MUSB_EP0_FIFOSIZE;
489 musb->endpoints[0].is_shared_fifo = true;
502 /* 0's returned when no more endpoints */
526 musb->endpoints[0].max_packet_sz_tx = MUSB_EP0_FIFOSIZE;
527 musb->endpoints[
[all...]
/drivers/usb/host/
H A Dxhci.h821 /* Related to endpoints that are configured to use stream IDs only */
876 struct list_head endpoints; member in struct:xhci_interval_bw
877 /* How many endpoints of each speed are present. */
886 /* Includes reserved bandwidth for async endpoints */
929 * endpoints on the devices under that TT will appear in the TT structure.
1479 * of the number of active endpoints for them, across configure endpoint

Completed in 3138 milliseconds