Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
A Dcomposite.h611 #define DECLARE_USB_FUNCTION(_name, _inst_alloc, _func_alloc) \ argument
616 .alloc_func = _func_alloc, \
620 #define DECLARE_USB_FUNCTION_INIT(_name, _inst_alloc, _func_alloc) \ argument
621 DECLARE_USB_FUNCTION(_name, _inst_alloc, _func_alloc) \

Completed in 4 milliseconds