Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c76 struct oz_endpoint { struct
119 struct oz_endpoint *out_ep[OZ_NB_ENDPOINTS];
120 struct oz_endpoint *in_ep[OZ_NB_ENDPOINTS];
184 static struct oz_urb_link *oz_remove_urb(struct oz_endpoint *ep,
281 static struct oz_endpoint *oz_ep_alloc(int buffer_size, gfp_t mem_flags) in oz_ep_alloc()
283 struct oz_endpoint *ep; in oz_ep_alloc()
285 ep = kzalloc(sizeof(struct oz_endpoint)+buffer_size, mem_flags); in oz_ep_alloc()
367 static void oz_ep_free(struct oz_port *port, struct oz_endpoint *ep) in oz_ep_free()
391 struct oz_endpoint *ep, in oz_complete_buffered_urb()
433 struct oz_endpoint *ep = NULL; in oz_enqueue_ep_urb()
[all …]