Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dcomposite.h226 bool (*req_match)(struct usb_function *, member
/kernel/linux/linux-5.10/drivers/usb/gadget/
Dcomposite.c1981 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()
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
Df_printer.c1484 dev->function.req_match = gprinter_req_match; in gprinter_alloc()
Df_fs.c3619 func->function.req_match = ffs_func_req_match; in ffs_alloc()
Df_generic.c3549 func->function.req_match = ffs_func_req_match; in ffs_alloc()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch18658 - func->function.req_match = ffs_func_req_match;