Home
last modified time | relevance | path

Searched refs:exception_req_tag (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/gadget/
Dfile_storage.c441 unsigned int exception_req_tag; member
658 fsg->exception_req_tag = fsg->ep0_req_tag; in raise_exception()
2918 unsigned int exception_req_tag; in handle_exception() local
2977 exception_req_tag = fsg->exception_req_tag; in handle_exception()
3017 if (fsg->ep0_req_tag == exception_req_tag) in handle_exception()
3032 if (fsg->ep0_req_tag != exception_req_tag) in handle_exception()
3042 if (fsg->ep0_req_tag != exception_req_tag) in handle_exception()
Df_mass_storage.c376 unsigned int exception_req_tag; member
532 common->exception_req_tag = common->ep0_req_tag; in raise_exception()
2464 unsigned int exception_req_tag; in handle_exception() local
2525 exception_req_tag = common->exception_req_tag; in handle_exception()
2565 if (common->ep0_req_tag == exception_req_tag) in handle_exception()