Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c380 #define IGNORE_BULK_OUT 0 macro
2049 if (req->status || test_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags)) in received_cbw()
2070 generic_set_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags); in received_cbw()
2234 generic_clear_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags); in do_set_interface()
2355 if (test_and_clear_bit(IGNORE_BULK_OUT, in handle_exception()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_mass_storage.c303 #define IGNORE_BULK_OUT 0 macro
2189 if (req->status || test_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags)) in received_cbw()
2212 set_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags); in received_cbw()
2369 clear_bit(IGNORE_BULK_OUT, &fsg->atomic_bitflags); in do_set_interface()
2522 if (test_and_clear_bit(IGNORE_BULK_OUT, in handle_exception()