Searched full:req_match (Results 1 – 3 of 3) sorted by relevance
154 * @req_match: Tests if a given class request can be handled by this function.224 bool (*req_match)(struct usb_function *, member
2201 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()
1504 dev->function.req_match = gprinter_req_match; in gprinter_alloc()