Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/usb/
Dcomposite.h216 bool (*req_match)(struct usb_function *, member
/linux-6.6.21/drivers/usb/gadget/
Dcomposite.c2214 if (f->req_match && in composite_setup()
2215 f->req_match(f, ctrl, false)) in composite_setup()
2221 if (f->req_match && in composite_setup()
2222 f->req_match(f, ctrl, true)) in composite_setup()
/linux-6.6.21/drivers/usb/gadget/function/
Df_printer.c1484 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
Df_fs.c3579 func->function.req_match = ffs_func_req_match; in ffs_alloc()