Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h226 bool (*req_match)(struct usb_function *, member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c2025 if (f->req_match && in composite_setup()
2026 f->req_match(f, ctrl, false)) in composite_setup()
2032 if (f->req_match && in composite_setup()
2033 f->req_match(f, ctrl, true)) in composite_setup()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_printer.c1489 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
H A Df_fs.c3670 func->function.req_match = ffs_func_req_match; in ffs_alloc()