Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dcomposite.h212 bool (*req_match)(struct usb_function *, member
/Linux-v6.1/drivers/usb/gadget/
Dcomposite.c2027 if (f->req_match && in composite_setup()
2028 f->req_match(f, ctrl, false)) in composite_setup()
2034 if (f->req_match && in composite_setup()
2035 f->req_match(f, ctrl, true)) in composite_setup()
/Linux-v6.1/drivers/usb/gadget/function/
Df_printer.c1488 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
Df_fs.c3658 func->function.req_match = ffs_func_req_match; in ffs_alloc()