Home
last modified time | relevance | path

Searched refs:control_type (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/dialogs/
H A Dinit_android_dialog.cpp72 assert(control_type != NULL); in beforeAddingWidgets()
87 assert(control_type != NULL); in beforeAddingWidgets()
89 int index = control_type->findItemNamed("gyroscope"); in beforeAddingWidgets()
90 Widget* gyroscope = &control_type->getChildren()[index]; in beforeAddingWidgets()
111 assert(control_type != NULL); in processEvent()
148 assert(control_type != NULL); in updateValues()
152 int id = control_type->findItemNamed("accelerometer"); in updateValues()
153 control_type->setSelection(id, PLAYER_ID_GAME_MASTER); in updateValues()
157 int id = control_type->findItemNamed("gyroscope"); in updateValues()
158 control_type->setSelection(id, PLAYER_ID_GAME_MASTER); in updateValues()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/powercap/
H A Dpowercap_sys.c413 if (control_type->ops && control_type->ops->release) in powercap_release()
414 control_type->ops->release(control_type); in powercap_release()
435 if (control_type->ops && control_type->ops->get_enable) in enabled_show()
436 if (control_type->ops->get_enable(control_type, &mode)) in enabled_show()
459 if (control_type->ops && control_type->ops->set_enable) in enabled_store()
460 if (!control_type->ops->set_enable(control_type, mode)) in enabled_store()
608 if (control_type) { in powercap_register_control_type()
611 memset(control_type, 0, sizeof(*control_type)); in powercap_register_control_type()
613 control_type = kzalloc(sizeof(*control_type), GFP_KERNEL); in powercap_register_control_type()
614 if (!control_type) in powercap_register_control_type()
[all …]
H A Dintel_rapl_msr.c171 rapl_msr_priv->control_type = powercap_register_control_type(NULL, "intel-rapl", NULL); in rapl_msr_probe()
172 if (IS_ERR(rapl_msr_priv->control_type)) { in rapl_msr_probe()
174 return PTR_ERR(rapl_msr_priv->control_type); in rapl_msr_probe()
187 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_probe()
194 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/powercap/
H A Dpowercap_sys.c413 if (control_type->ops && control_type->ops->release) in powercap_release()
414 control_type->ops->release(control_type); in powercap_release()
435 if (control_type->ops && control_type->ops->get_enable) in enabled_show()
436 if (control_type->ops->get_enable(control_type, &mode)) in enabled_show()
459 if (control_type->ops && control_type->ops->set_enable) in enabled_store()
460 if (!control_type->ops->set_enable(control_type, mode)) in enabled_store()
608 if (control_type) { in powercap_register_control_type()
611 memset(control_type, 0, sizeof(*control_type)); in powercap_register_control_type()
613 control_type = kzalloc(sizeof(*control_type), GFP_KERNEL); in powercap_register_control_type()
614 if (!control_type) in powercap_register_control_type()
[all …]
H A Dintel_rapl_msr.c171 rapl_msr_priv->control_type = powercap_register_control_type(NULL, "intel-rapl", NULL); in rapl_msr_probe()
172 if (IS_ERR(rapl_msr_priv->control_type)) { in rapl_msr_probe()
174 return PTR_ERR(rapl_msr_priv->control_type); in rapl_msr_probe()
187 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_probe()
194 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/powercap/
H A Dpowercap_sys.c413 if (control_type->ops && control_type->ops->release) in powercap_release()
414 control_type->ops->release(control_type); in powercap_release()
435 if (control_type->ops && control_type->ops->get_enable) in enabled_show()
436 if (control_type->ops->get_enable(control_type, &mode)) in enabled_show()
459 if (control_type->ops && control_type->ops->set_enable) in enabled_store()
460 if (!control_type->ops->set_enable(control_type, mode)) in enabled_store()
608 if (control_type) { in powercap_register_control_type()
611 memset(control_type, 0, sizeof(*control_type)); in powercap_register_control_type()
613 control_type = kzalloc(sizeof(*control_type), GFP_KERNEL); in powercap_register_control_type()
614 if (!control_type) in powercap_register_control_type()
[all …]
H A Dintel_rapl_msr.c171 rapl_msr_priv->control_type = powercap_register_control_type(NULL, "intel-rapl", NULL); in rapl_msr_probe()
172 if (IS_ERR(rapl_msr_priv->control_type)) { in rapl_msr_probe()
174 return PTR_ERR(rapl_msr_priv->control_type); in rapl_msr_probe()
187 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_probe()
194 powercap_unregister_control_type(rapl_msr_priv->control_type); in rapl_msr_remove()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/cli/
H A Dcli-script.c96 cmd->control_type = type; in build_command_line()
180 if (list->control_type == while_control in print_command_lines()
186 if (list->control_type == while_control) in print_command_lines()
202 if (list->control_type == if_control) in print_command_lines()
412 switch (cmd->control_type) in execute_control_command()
421 ret = cmd->control_type; in execute_control_command()
429 ret = cmd->control_type; in execute_control_command()
437 ret = cmd->control_type; in execute_control_command()
1148 || next->control_type == if_control in recurse_read_control_structure()
1248 || next->control_type == if_control in read_command_lines_1()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/cli/
H A Dcli-script.c95 cmd->control_type = type; in build_command_line()
179 if (list->control_type == while_control in print_command_lines()
185 if (list->control_type == while_control) in print_command_lines()
201 if (list->control_type == if_control) in print_command_lines()
414 switch (cmd->control_type) in execute_control_command()
423 ret = cmd->control_type; in execute_control_command()
431 ret = cmd->control_type; in execute_control_command()
439 ret = cmd->control_type; in execute_control_command()
1164 || next->control_type == if_control in recurse_read_control_structure()
1283 || next->control_type == if_control in read_command_lines_1()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c105 rapl_mmio_priv.control_type = powercap_register_control_type(NULL, "intel-rapl-mmio", NULL); in proc_thermal_rapl_add()
106 if (IS_ERR(rapl_mmio_priv.control_type)) { in proc_thermal_rapl_add()
108 return PTR_ERR(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
114 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
115 rapl_mmio_priv.control_type = NULL; in proc_thermal_rapl_add()
126 if (IS_ERR_OR_NULL(rapl_mmio_priv.control_type)) in proc_thermal_rapl_remove()
130 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c105 rapl_mmio_priv.control_type = powercap_register_control_type(NULL, "intel-rapl-mmio", NULL); in proc_thermal_rapl_add()
106 if (IS_ERR(rapl_mmio_priv.control_type)) { in proc_thermal_rapl_add()
108 return PTR_ERR(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
114 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
115 rapl_mmio_priv.control_type = NULL; in proc_thermal_rapl_add()
126 if (IS_ERR_OR_NULL(rapl_mmio_priv.control_type)) in proc_thermal_rapl_remove()
130 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_remove()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rapl.c105 rapl_mmio_priv.control_type = powercap_register_control_type(NULL, "intel-rapl-mmio", NULL); in proc_thermal_rapl_add()
106 if (IS_ERR(rapl_mmio_priv.control_type)) { in proc_thermal_rapl_add()
108 return PTR_ERR(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
114 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_add()
115 rapl_mmio_priv.control_type = NULL; in proc_thermal_rapl_add()
126 if (IS_ERR_OR_NULL(rapl_mmio_priv.control_type)) in proc_thermal_rapl_remove()
130 powercap_unregister_control_type(rapl_mmio_priv.control_type); in proc_thermal_rapl_remove()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgamesave.cpp384 case object::control_type::None: in read_object()
385 case object::control_type::ai: in read_object()
388 case object::control_type::slew: in read_object()
392 case object::control_type::morph: in read_object()
395 case object::control_type::light: in read_object()
480 case object::control_type::ai: { in read_object()
522 case object::control_type::light: in read_object()
559 case object::control_type::None: in read_object()
570 case object::control_type::morph: in read_object()
735 case object::control_type::ai: { in write_object()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-script.c83 cmd->control_type = type; in build_command_line()
136 if (list->control_type == simple_control) in print_command_lines()
155 if (list->control_type == break_control) in print_command_lines()
164 if (list->control_type == while_control) in print_command_lines()
178 if (list->control_type == if_control) in print_command_lines()
308 switch (cmd->control_type) in execute_control_command()
317 ret = cmd->control_type; in execute_control_command()
324 ret = cmd->control_type; in execute_control_command()
864 || next->control_type == if_control) in recurse_read_control_structure()
931 || next->control_type == if_control) in read_command_lines()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/cli/
H A Dcli-script.c83 cmd->control_type = type; in build_command_line()
136 if (list->control_type == simple_control) in print_command_lines()
155 if (list->control_type == break_control) in print_command_lines()
164 if (list->control_type == while_control) in print_command_lines()
178 if (list->control_type == if_control) in print_command_lines()
308 switch (cmd->control_type) in execute_control_command()
317 ret = cmd->control_type; in execute_control_command()
324 ret = cmd->control_type; in execute_control_command()
864 || next->control_type == if_control) in recurse_read_control_structure()
931 || next->control_type == if_control) in read_command_lines()
[all …]
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/editor/
H A Dinfo.cpp84 static control_type_name &get_control_type(const typename object_base::control_type num) in get_control_type()
87 case object::control_type::None: in get_control_type()
89 case object::control_type::ai: in get_control_type()
91 case object::control_type::explosion: in get_control_type()
93 case object::control_type::flying: in get_control_type()
95 case object::control_type::slew: in get_control_type()
97 case object::control_type::flythrough: in get_control_type()
99 case object::control_type::weapon: in get_control_type()
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/boost/numeric/bindings/umfpack/
H A Dumfpack.hpp247 control_type< in symbolic()
263 control_type< in symbolic()
299 control_type< in symbolic()
412 control_type< in numeric()
434 control_type< in numeric()
546 control_type< in factor()
562 control_type< in factor()
655 control_type< in solve()
671 control_type< in solve()
695 control_type< in solve()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/ui/
H A Devent_queue.h40 ControlType control_type; member
58 void AddEvent(ControlType control_type, uint16_t id, int32_t data) { in AddEvent() argument
60 e.control_type = control_type; in AddEvent()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/ui/
H A Devent_queue.h40 ControlType control_type; member
58 void AddEvent(ControlType control_type, uint16_t id, int32_t data) { in AddEvent() argument
60 e.control_type = control_type; in AddEvent()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/eurorack/eurorack/stmlib/ui/
H A Devent_queue.h40 ControlType control_type; member
58 void AddEvent(ControlType control_type, uint16_t id, int32_t data) { in AddEvent() argument
60 e.control_type = control_type; in AddEvent()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/core/
H A Dgui_definition.cpp202 resolution_definition_ptr get_control(const std::string& control_type, const std::string& definitio… in get_control() argument
207 const auto widget_definitions = current_types.find(control_type); in get_control()
222 auto default_widget_definitions = default_types.find(control_type); in get_control()
225 formatter() << "Type '" << control_type << "' is unknown."); in get_control()
233 LOG_GUI_G << "Control: type '" << control_type << "' definition '" << definition in get_control()
235 return get_control(control_type, "default"); in get_control()
238 FAIL(formatter() << "default definition not found for styled_widget " << control_type); in get_control()
245 …formatter() << "Control: type '" << control_type << "' definition '" << definition << "' has no re… in get_control()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlib/ui/
H A Devent_queue.h38 uint8_t control_type; member
59 static void AddEvent(uint8_t control_type, uint8_t id, uint8_t data) { in AddEvent() argument
61 v.bytes[0] = (U8ShiftLeft4(control_type) << 2) | (id & 0x3f); in AddEvent()
88 e.control_type = U8ShiftRight4(v.bytes[0]) >> 2; in PullEvent()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/avrlibx/ui/
H A Devent_queue.h39 uint8_t control_type; member
60 static void AddEvent(uint8_t control_type, uint8_t id, uint8_t data) { in AddEvent() argument
62 v.bytes[0] = U8ShiftLeft4(control_type) | (id & 0x0f); in AddEvent()
89 e.control_type = U8ShiftRight4(v.bytes[0]); in PullEvent()
/dports/devel/gdb/gdb-11.1/gdb/cli/
H A Dcli-script.c213 if (list->control_type == simple_control) in print_command_lines()
233 if (list->control_type == break_control) in print_command_lines()
243 if (list->control_type == while_control in print_command_lines()
249 if (list->control_type == while_control) in print_command_lines()
265 if (list->control_type == if_control) in print_command_lines()
308 if (list->control_type == python_control) in print_command_lines()
335 if (list->control_type == guile_control) in print_command_lines()
541 switch (cmd->control_type) in execute_control_command_1()
548 ret = cmd->control_type; in execute_control_command_1()
557 ret = cmd->control_type; in execute_control_command_1()
[all …]
/dports/devel/py-vsts/vsts-0.1.25/vsts/work_item_tracking_process_definitions/v4_1/models/
H A Dcontrol.py59 …def __init__(self, contribution=None, control_type=None, height=None, id=None, inherited=None, is_… argument
62 self.control_type = control_type

12345678910>>...12