Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/usb/device_next/class/
Dloopback.c36 #define LB_FUNCTION_BULK_MANUAL 1 macro
189 if (!atomic_test_bit(&data->state, LB_FUNCTION_BULK_MANUAL)) { in lb_request_handler()
197 if (!atomic_test_bit(&data->state, LB_FUNCTION_BULK_MANUAL)) { in lb_request_handler()
277 !atomic_test_bit(&data->state, LB_FUNCTION_BULK_MANUAL)) { in lb_enable()
539 atomic_set_bit(&data->state, LB_FUNCTION_BULK_MANUAL); in set_manual()
541 atomic_clear_bit(&data->state, LB_FUNCTION_BULK_MANUAL); in set_manual()