Home
last modified time | relevance | path

Searched refs:switch_mode (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dports/devel/allegro/allegro-4.4.3.1/src/linux/
H A Dvtswitch.c40 static int switch_mode = SWITCH_PAUSE; variable
55 if (switch_mode == SWITCH_NONE) __al_linux_switching_blocked--; in __al_linux_set_display_switch_mode()
57 switch_mode = mode; in __al_linux_set_display_switch_mode()
60 if (switch_mode == SWITCH_NONE) __al_linux_switching_blocked++; in __al_linux_set_display_switch_mode()
75 if ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA)) in go_away()
81 _save_switch_state(switch_mode); in go_away()
91 if ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA)) { in go_away()
231 __al_linux_switching_blocked = (switch_mode == SWITCH_NONE) ? 1 : 0; in __al_linux_init_vtswitch()
/dports/devel/allegro5/allegro5-5.2.7.0/src/linux/
H A Dvtswitch.c40 static int switch_mode = SWITCH_PAUSE; variable
55 if (switch_mode == SWITCH_NONE) __al_linux_switching_blocked--; in __al_linux_set_display_switch_mode()
57 switch_mode = mode; in __al_linux_set_display_switch_mode()
60 if (switch_mode == SWITCH_NONE) __al_linux_switching_blocked++; in __al_linux_set_display_switch_mode()
75 if ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA)) in go_away()
81 _save_switch_state(switch_mode); in go_away()
91 if ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA)) { in go_away()
231 __al_linux_switching_blocked = (switch_mode == SWITCH_NONE) ? 1 : 0; in __al_linux_init_vtswitch()
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Ddispsw.c29 static int switch_mode = SWITCH_NONE; variable
31 static int switch_mode = SWITCH_PAUSE; variable
83 switch_mode = mode; in set_display_switch_mode()
96 return switch_mode; in get_display_switch_mode()
384 static void save_bitmap_state(BITMAP_INFORMATION *info, int switch_mode) in save_bitmap_state() argument
392 copy = (switch_mode != SWITCH_AMNESIA) && (switch_mode != SWITCH_BACKAMNESIA); in save_bitmap_state()
416 void _save_switch_state(int switch_mode) in _save_switch_state() argument
433 save_bitmap_state(info, switch_mode); in _save_switch_state()
438 _dispsw_status = switch_mode; in _save_switch_state()
/dports/devel/allegro/allegro-4.4.3.1/src/win/
H A Dwsndwo.c171 int switch_mode; in digi_waveout_mixer_callback() local
174 switch_mode = get_display_switch_mode(); in digi_waveout_mixer_callback()
178 (switch_mode == SWITCH_BACKGROUND) || (switch_mode == SWITCH_BACKAMNESIA)) { in digi_waveout_mixer_callback()
187 ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA))) { in digi_waveout_mixer_callback()
H A Dwdsndmix.c311 int switch_mode; in digi_dsoundmix_mixer_callback() local
314 switch_mode = get_display_switch_mode(); in digi_dsoundmix_mixer_callback()
318 (switch_mode == SWITCH_BACKGROUND) || (switch_mode == SWITCH_BACKAMNESIA)) { in digi_dsoundmix_mixer_callback()
335 ((switch_mode == SWITCH_PAUSE) || (switch_mode == SWITCH_AMNESIA))) { in digi_dsoundmix_mixer_callback()
/dports/devel/p5-Term-ReadLine-Zoid/Term-ReadLine-Zoid-0.07/lib/Term/ReadLine/Zoid/
H A DViCommand.pm178 $_[0]->switch_mode();
183 $_[0]->switch_mode();
204 $_[0]->switch_mode('multiline')
217 $self->switch_mode();
315 $self->switch_mode() if $key eq '*';
337 $self->switch_mode();
592 $self->switch_mode();
605 $self->switch_mode();
641 $self->switch_mode();
853 $self->switch_mode('insert');
[all …]
/dports/games/flightgear-aircraft/fgaircraft/C130/Models/Interior/Panel/Instruments/RDR-160/
H A DRDR160.nas11 var switch_mode=["off","stby","tst","on"];
39 r_sw.setValue(switch_mode[switchpos]);
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/RDR-160/
H A DRDR160.nas11 var switch_mode=["off","stby","tst","on"];
34 r_sw.setValue(switch_mode[switchpos]);
/dports/games/simutrans/simutrans-121.0/gui/
H A Dhalt_info.cc349 add_component(&switch_mode); in init()
350 switch_mode.add_listener(this); in init()
351 switch_mode.add_tab(&scrolly_freight, translator::translate("Hier warten/lagern:")); in init()
369 switch_mode.add_tab(&scrolly_departure, translator::translate("Departure board")); in init()
374 switch_mode.add_tab(&scrolly_details, translator::translate("Connections")); in init()
379 switch_mode.add_tab(&container_chart, translator::translate("Chart")); in init()
471 if (switch_mode.get_aktives_tab() == &scrolly_departure) { in update_components()
474 if (switch_mode.get_aktives_tab() == &scrolly_details) { in update_components()
887 else if (comp == &switch_mode) { in action_triggered()
925 switch_mode.rdwr(file); in rdwr()
H A Dfabrik_info.cc149 add_component(&switch_mode); in init()
150 switch_mode.add_tab(&scroll_info, translator::translate("Connections")); in init()
170 switch_mode.take_tabs(chart.get_tab_panel()); in init()
193 switch_mode.add_tab(&container_details, translator::translate("Details")); in init()
388 switch_mode.rdwr(file); in rdwr()
H A Dconvoi_info_t.cc177 add_component(&switch_mode); in init()
178 switch_mode.add_tab(&scroll_freight, translator::translate("Freight")); in init()
193 switch_mode.add_tab(&container_stats, translator::translate("Chart")); in init()
220 switch_mode.add_tab(&container_details, translator::translate("Vehicle details")); in init()
519 switch_mode.rdwr(file); in rdwr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/soc/codecs/
H A Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dadau1977.c125 void (*switch_mode)(struct device *dev); member
424 if (adau1977->switch_mode) in adau1977_power_enable()
425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
899 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
915 adau1977->switch_mode = switch_mode; in adau1977_probe()
H A Dadau17x1.c978 if (adau->switch_mode) in adau17x1_resume()
979 adau->switch_mode(component->dev); in adau17x1_resume()
1038 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1076 adau->switch_mode = switch_mode; in adau17x1_probe()
1096 if (switch_mode) in adau17x1_probe()
1097 switch_mode(dev); in adau17x1_probe()
H A Dadau1372.h17 void (*switch_mode)(struct device *dev));
/dports/multimedia/libv4l/linux-5.13-rc2/sound/soc/codecs/
H A Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dadau1977.c125 void (*switch_mode)(struct device *dev); member
424 if (adau1977->switch_mode) in adau1977_power_enable()
425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
899 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
915 adau1977->switch_mode = switch_mode; in adau1977_probe()
H A Dadau17x1.c978 if (adau->switch_mode) in adau17x1_resume()
979 adau->switch_mode(component->dev); in adau17x1_resume()
1038 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1076 adau->switch_mode = switch_mode; in adau17x1_probe()
1096 if (switch_mode) in adau17x1_probe()
1097 switch_mode(dev); in adau17x1_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/soc/codecs/
H A Dadau17x1.h41 void (*switch_mode)(struct device *dev); member
59 enum adau17x1_type type, void (*switch_mode)(struct device *dev),
H A Dadau1977.c125 void (*switch_mode)(struct device *dev); member
424 if (adau1977->switch_mode) in adau1977_power_enable()
425 adau1977->switch_mode(adau1977->dev); in adau1977_power_enable()
899 enum adau1977_type type, void (*switch_mode)(struct device *dev)) in adau1977_probe()
915 adau1977->switch_mode = switch_mode; in adau1977_probe()
H A Dadau17x1.c978 if (adau->switch_mode) in adau17x1_resume()
979 adau->switch_mode(component->dev); in adau17x1_resume()
1038 enum adau17x1_type type, void (*switch_mode)(struct device *dev), in adau17x1_probe()
1076 adau->switch_mode = switch_mode; in adau17x1_probe()
1096 if (switch_mode) in adau17x1_probe()
1097 switch_mode(dev); in adau17x1_probe()
/dports/devel/p5-Term-ReadLine-Zoid/Term-ReadLine-Zoid-0.07/lib/Term/ReadLine/
H A DZoid.pm125 $self->switch_mode();
134 $self->switch_mode($1, @_);
155 $self->switch_mode();
235 $self->switch_mode( $$self{mode} ); # switch into last mode
338 sub switch_mode { subroutine
634 $_[0]->switch_mode(); # for command mode
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst35 "switch_mode" to 1/true::
38 name switch_mode value true cmode runtime
56 name switch_mode value true cmode runtime
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst35 "switch_mode" to 1/true::
38 name switch_mode value true cmode runtime
56 name switch_mode value true cmode runtime
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/device_drivers/ethernet/ti/
H A Dam65_nuss_cpsw_switchdev.rst35 "switch_mode" to 1/true::
38 name switch_mode value true cmode runtime
56 name switch_mode value true cmode runtime

12345678910>>...14