Searched refs:switch_source (Results 1 – 6 of 6) sorted by relevance
29 bool switch_source; // For clusters with a touch, conform turn_info uu member35 : switch_source(false) in cluster_info()
99 bool switch_source; // For u/u turns which can either switch or not member110 , switch_source(false) in turn_info()
490 cinfo.switch_source = regions.size() <= 1; in iterate()520 turn.switch_source = region0 == region1; in iterate()536 << turn.switch_source << std::endl; in iterate()546 << " -> " << cinfo.switch_source << std::endl; in iterate()
217 return turn.switch_source in select_source()225 return turn.switch_source in select_source()231 if (turn.switch_source) in select_source()240 return turn.switch_source in select_source()
274 switch_source); in dcon_source_switch()379 schedule_work(&dcon->switch_source); in dcon_set_source()598 INIT_WORK(&dcon->switch_source, dcon_source_switch); in dcon_probe()685 cancel_work_sync(&dcon->switch_source); in dcon_remove()
66 struct work_struct switch_source; member