Home
last modified time | relevance | path

Searched full:req_match (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/usb/
H A Dcomposite.h154 * @req_match: Tests if a given class request can be handled by this function.
224 bool (*req_match)(struct usb_function *, member
/linux/drivers/usb/gadget/
H A Dcomposite.c2201 if (f->req_match && in composite_setup()
2202 f->req_match(f, ctrl, false)) in composite_setup()
2208 if (f->req_match && in composite_setup()
2209 f->req_match(f, ctrl, true)) in composite_setup()
/linux/drivers/usb/gadget/function/
H A Df_printer.c1504 dev->function.req_match = gprinter_req_match; in gprinter_alloc()