Lines Matching refs:new_state
1007 int new_state = HST_DEV_SCAN_START; in carm_handle_scan_chan() local
1014 new_state = HST_ERROR; in carm_handle_scan_chan()
1030 host->state = new_state; in carm_handle_scan_chan()
1256 int new_state = HST_INVALID; in carm_fsm_task() local
1266 new_state = HST_ALLOC_BUF; in carm_fsm_task()
1273 new_state = HST_ERROR; in carm_fsm_task()
1281 new_state = HST_ERROR; in carm_fsm_task()
1289 new_state = HST_ERROR; in carm_fsm_task()
1297 new_state = HST_ERROR; in carm_fsm_task()
1304 new_state = HST_DEV_SCAN; in carm_fsm_task()
1320 new_state = HST_ERROR; in carm_fsm_task()
1324 new_state = HST_DEV_ACTIVATE; in carm_fsm_task()
1344 new_state = HST_PROBE_FINISHED; in carm_fsm_task()
1364 if (new_state != HST_INVALID) { in carm_fsm_task()
1366 host->state = new_state; in carm_fsm_task()