Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c399 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) macro
540 if (!fsg_is_set(fsg->common)) in fsg_setup()
613 if (fsg_is_set(common)) \
1524 } else if (fsg_is_set(common)) { in finish_reply()
1559 } else if (fsg_is_set(common)) { in finish_reply()
1586 if (fsg_is_set(common)) in finish_reply()
2169 rc = fsg_is_set(common) ? received_cbw(common->fsg, bh) : -EIO; in get_next_command()
2388 if (!fsg_is_set(common)) in handle_exception()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_mass_storage.c347 #define fsg_is_set(common) likely(__fsg_is_set(common, __func__, __LINE__)) macro
496 if (!fsg_is_set(fsg->common)) in fsg_setup()
578 if (!fsg_is_set(common)) in start_in_transfer()
588 if (!fsg_is_set(common)) in start_out_transfer()
1561 } else if (fsg_is_set(common)) { in finish_reply()
1576 } else if (!fsg_is_set(common)) { in finish_reply()
1626 if (fsg_is_set(common)) in finish_reply()
2223 rc = fsg_is_set(common) ? received_cbw(common->fsg, bh) : -EIO; in get_next_command()
2461 if (!fsg_is_set(common)) in handle_exception()