alloc_ep
ep = alloc_ep(sizeof(*ep), GFP_KERNEL);
lep = alloc_ep(sizeof(*lep), GFP_KERNEL);
static void *alloc_ep(int size, gfp_t flags);
new_ep = alloc_ep(sizeof(*new_ep), GFP_KERNEL);