Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/usb/
Dcomposite.h574 struct usb_function *(*alloc_func)(struct usb_function_instance *inst); member
604 .alloc_func = _func_alloc, \
/linux-6.1.9/drivers/usb/gadget/
Dfunctions.c61 f = fi->fd->alloc_func(fi); in usb_get_function()
/linux-6.1.9/tools/perf/
Dbuiltin-kmem.c308 struct alloc_func { struct
315 static struct alloc_func *alloc_func_list; argument
319 const struct alloc_func *fa = a; in funcmp()
320 const struct alloc_func *fb = b; in funcmp()
330 const struct alloc_func *fa = a; in callcmp()
331 const struct alloc_func *fb = b; in callcmp()
348 struct alloc_func *func; in build_alloc_func_list()
412 struct alloc_func key, *caller; in find_callsite()