req_match        1912 drivers/usb/gadget/composite.c 				if (f->req_match &&
req_match        1913 drivers/usb/gadget/composite.c 				    f->req_match(f, ctrl, false))
req_match        1919 drivers/usb/gadget/composite.c 					if (f->req_match &&
req_match        1920 drivers/usb/gadget/composite.c 					    f->req_match(f, ctrl, true))
req_match        3626 drivers/usb/gadget/function/f_fs.c 	func->function.req_match = ffs_func_req_match;
req_match        1434 drivers/usb/gadget/function/f_printer.c 	dev->function.req_match = gprinter_req_match;
req_match         226 include/linux/usb/composite.h 	bool			(*req_match)(struct usb_function *,