Searched refs:req_match (Results 1 – 6 of 6) sorted by relevance
226 bool (*req_match)(struct usb_function *, member
1981 if (f->req_match && in composite_setup()1982 f->req_match(f, ctrl, false)) in composite_setup()1988 if (f->req_match && in composite_setup()1989 f->req_match(f, ctrl, true)) in composite_setup()
1484 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
3619 func->function.req_match = ffs_func_req_match; in ffs_alloc()
3549 func->function.req_match = ffs_func_req_match; in ffs_alloc()
18658 - func->function.req_match = ffs_func_req_match;