Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/ozwpan/
Dozhcd.c107 #define OZ_NB_ENDPOINTS 16 macro
119 struct oz_endpoint *out_ep[OZ_NB_ENDPOINTS];
120 struct oz_endpoint *in_ep[OZ_NB_ENDPOINTS];
436 if (ep_addr >= OZ_NB_ENDPOINTS) { in oz_enqueue_ep_urb()
1238 (1<<(ep_num+OZ_NB_ENDPOINTS)); in oz_build_endpoints_for_interface()
1278 for (i = 0; i < OZ_NB_ENDPOINTS; i++) { in oz_clean_endpoints_for_interface()
1291 if ((mask & (1<<(i+OZ_NB_ENDPOINTS))) && port->in_ep[i]) { in oz_clean_endpoints_for_interface()