Searched defs:exception_req_tag (Results 1 - 2 of 2) sorted by relevance

/drivers/usb/gadget/
H A Df_mass_storage.c376 unsigned int exception_req_tag; member in struct:fsg_common
531 common->exception_req_tag = common->ep0_req_tag;
2462 unsigned int exception_req_tag; local
2523 exception_req_tag = common->exception_req_tag;
2563 if (common->ep0_req_tag == exception_req_tag)
H A Dfile_storage.c441 unsigned int exception_req_tag; member in struct:fsg_dev
658 fsg->exception_req_tag = fsg->ep0_req_tag;
2918 unsigned int exception_req_tag; local
2977 exception_req_tag = fsg->exception_req_tag;
3017 if (fsg->ep0_req_tag == exception_req_tag)
3032 if (fsg->ep0_req_tag != exception_req_tag)
3042 if (fsg->ep0_req_tag != exception_req_tag)

Completed in 26 milliseconds