Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/usb/
Dcomposite.h226 bool (*req_match)(struct usb_function *, member
/Linux-v5.4/drivers/usb/gadget/
Dcomposite.c1901 if (f->req_match && in composite_setup()
1902 f->req_match(f, ctrl, false)) in composite_setup()
1908 if (f->req_match && in composite_setup()
1909 f->req_match(f, ctrl, true)) in composite_setup()
/Linux-v5.4/drivers/usb/gadget/function/
Df_printer.c1434 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
Df_fs.c3618 func->function.req_match = ffs_func_req_match; in ffs_alloc()