Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dcomposite.h226 bool (*req_match)(struct usb_function *, member
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c1887 if (f->req_match && in composite_setup()
1888 f->req_match(f, ctrl, false)) in composite_setup()
1894 if (f->req_match && in composite_setup()
1895 f->req_match(f, ctrl, true)) in composite_setup()
/Linux-v4.19/drivers/usb/gadget/function/
Df_printer.c1434 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
Df_fs.c3511 func->function.req_match = ffs_func_req_match; in ffs_alloc()