Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/function/
Df_mass_storage.c318 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) macro
465 if (!fsg_is_set(fsg->common)) in fsg_setup()
547 if (!fsg_is_set(common)) in start_in_transfer()
557 if (!fsg_is_set(common)) in start_out_transfer()
1562 } else if (fsg_is_set(common)) { in finish_reply()
1577 } else if (!fsg_is_set(common)) { in finish_reply()
1627 if (fsg_is_set(common)) in finish_reply()
2265 rc = fsg_is_set(common) ? received_cbw(common->fsg, bh) : -EIO; in get_next_command()
2503 if (!fsg_is_set(common)) in handle_exception()