Searched refs:oz_endpoint (Results 1 – 1 of 1) sorted by relevance
52 #define ep_from_link(__e) container_of((__e), struct oz_endpoint, link)69 struct oz_endpoint { struct111 struct oz_endpoint *out_ep[OZ_NB_ENDPOINTS];112 struct oz_endpoint *in_ep[OZ_NB_ENDPOINTS];174 static struct oz_urb_link *oz_remove_urb(struct oz_endpoint *ep,310 static struct oz_endpoint *oz_ep_alloc(gfp_t mem_flags, int buffer_size) in oz_ep_alloc()312 struct oz_endpoint *ep = in oz_ep_alloc()313 kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags); in oz_ep_alloc()397 static void oz_ep_free(struct oz_port *port, struct oz_endpoint *ep) in oz_ep_free()424 struct oz_endpoint *ep; in oz_enqueue_ep_urb()[all …]