Searched refs:ACTION_CLOSE_DEV (Results 1 – 1 of 1) sorted by relevance
20 #define ACTION_CLOSE_DEV 0x20 macro46 driver_obj->actions = ACTION_CLOSE_DEV; in client_event_cb()131 driver_obj->actions &= ~ACTION_CLOSE_DEV; in aciton_close_dev()173 if (driver_obj.actions & ACTION_CLOSE_DEV) { in class_driver_task()