Searched refs:call_notif_cb (Results 1 – 1 of 1) sorted by relevance
200 bool call_notif_cb; in _dev_set_actions() local208 call_notif_cb = true; in _dev_set_actions()210 call_notif_cb = false; in _dev_set_actions()212 return call_notif_cb; in _dev_set_actions()252 bool call_notif_cb = _dev_set_actions(dev_obj, action_flags); in default_pipe_callback() local256 if (call_notif_cb) { in default_pipe_callback()570 bool call_notif_cb = false; in usbh_dev_close() local578 …call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE_AND_RECOVER); //Port error occurred… in usbh_dev_close()582 call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_PORT_DISABLE); in usbh_dev_close()588 if (call_notif_cb) { in usbh_dev_close()[all …]