Lines Matching refs:call_notif_cb
200 bool call_notif_cb; in _dev_set_actions() local
208 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() local
256 if (call_notif_cb) { in default_pipe_callback()
570 bool call_notif_cb = false; in usbh_dev_close() local
578 …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()
602 bool call_notif_cb = false; in usbh_dev_mark_all_free() local
620 call_notif_cb |= _dev_set_actions(dev_obj_cur, DEV_FLAG_ACTION_PORT_DISABLE); in usbh_dev_mark_all_free()
631 if (call_notif_cb) { in usbh_dev_mark_all_free()
924 bool call_notif_cb; in usbh_hub_pass_event() local
933 …call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE_AND_RECOVER); //Port error occurred… in usbh_hub_pass_event()
935 call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_PIPE_HALT_AND_FLUSH | in usbh_hub_pass_event()
947 call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_FREE); in usbh_hub_pass_event()
955 if (call_notif_cb) { in usbh_hub_pass_event()
1043 bool call_notif_cb = _dev_set_actions(dev_obj, DEV_FLAG_ACTION_SEND_NEW); in usbh_hub_enum_done() local
1051 if (call_notif_cb) { in usbh_hub_enum_done()