Home
last modified time | relevance | path

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

/linux-6.15/include/linux/usb/
H A Dcomposite.h224 bool (*req_match)(struct usb_function *, member
/linux-6.15/drivers/usb/gadget/
H A Dcomposite.c2225 if (f->req_match && in composite_setup()
2226 f->req_match(f, ctrl, false)) in composite_setup()
2232 if (f->req_match && in composite_setup()
2233 f->req_match(f, ctrl, true)) in composite_setup()
/linux-6.15/drivers/usb/gadget/function/
H A Df_printer.c1504 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
H A Df_fs.c4111 func->function.req_match = ffs_func_req_match; in ffs_alloc()