Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dcomposite.h216 bool (*req_match)(struct usb_function *, member
/openbmc/linux/drivers/usb/gadget/
H A Dcomposite.c2226 if (f->req_match && in composite_setup()
2227 f->req_match(f, ctrl, false)) in composite_setup()
2233 if (f->req_match && in composite_setup()
2234 f->req_match(f, ctrl, true)) in composite_setup()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_printer.c1504 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
H A Df_fs.c3584 func->function.req_match = ffs_func_req_match; in ffs_alloc()