Home
last modified time | relevance | path

Searched refs:ctrl_type (Results 1 – 25 of 674) sorted by relevance

12345678910>>...27

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc-exynos.c35 enum dw_mci_exynos_type ctrl_type; member
49 enum dw_mci_exynos_type ctrl_type; member
53 .ctrl_type = DW_MCI_TYPE_EXYNOS4210,
56 .ctrl_type = DW_MCI_TYPE_EXYNOS4412,
59 .ctrl_type = DW_MCI_TYPE_EXYNOS5250,
62 .ctrl_type = DW_MCI_TYPE_EXYNOS5420,
65 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU,
68 .ctrl_type = DW_MCI_TYPE_EXYNOS7,
71 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU,
84 priv->ctrl_type == DW_MCI_TYPE_EXYNOS7_SMU) in dw_mci_exynos_get_ciu_div()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc-exynos.c35 enum dw_mci_exynos_type ctrl_type; member
49 enum dw_mci_exynos_type ctrl_type; member
53 .ctrl_type = DW_MCI_TYPE_EXYNOS4210,
56 .ctrl_type = DW_MCI_TYPE_EXYNOS4412,
59 .ctrl_type = DW_MCI_TYPE_EXYNOS5250,
62 .ctrl_type = DW_MCI_TYPE_EXYNOS5420,
65 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU,
68 .ctrl_type = DW_MCI_TYPE_EXYNOS7,
71 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU,
84 priv->ctrl_type == DW_MCI_TYPE_EXYNOS7_SMU) in dw_mci_exynos_get_ciu_div()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Ddw_mmc-exynos.c35 enum dw_mci_exynos_type ctrl_type; member
49 enum dw_mci_exynos_type ctrl_type; member
53 .ctrl_type = DW_MCI_TYPE_EXYNOS4210,
56 .ctrl_type = DW_MCI_TYPE_EXYNOS4412,
59 .ctrl_type = DW_MCI_TYPE_EXYNOS5250,
62 .ctrl_type = DW_MCI_TYPE_EXYNOS5420,
65 .ctrl_type = DW_MCI_TYPE_EXYNOS5420_SMU,
68 .ctrl_type = DW_MCI_TYPE_EXYNOS7,
71 .ctrl_type = DW_MCI_TYPE_EXYNOS7_SMU,
84 priv->ctrl_type == DW_MCI_TYPE_EXYNOS7_SMU) in dw_mci_exynos_get_ciu_div()
[all …]
/dports/emulators/mess/mame-mame0226/src/frontend/mame/
H A Dinfoxml.cpp1278 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1285 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1292 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1299 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1369 ctrl_type = CTRL_ANALOG_JOYSTICK; in output_input()
1378 ctrl_type = CTRL_ANALOG_PADDLE; in output_input()
1388 ctrl_type = CTRL_ANALOG_PEDAL; in output_input()
1397 ctrl_type = CTRL_ANALOG_LIGHTGUN; in output_input()
1415 ctrl_type = CTRL_ANALOG_DIAL; in output_input()
1433 ctrl_type = CTRL_ANALOG_MOUSE; in output_input()
[all …]
/dports/emulators/mame/mame-mame0226/src/frontend/mame/
H A Dinfoxml.cpp1278 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1285 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1292 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1299 ctrl_type = CTRL_DIGITAL_JOYSTICK; in output_input()
1369 ctrl_type = CTRL_ANALOG_JOYSTICK; in output_input()
1378 ctrl_type = CTRL_ANALOG_PADDLE; in output_input()
1388 ctrl_type = CTRL_ANALOG_PEDAL; in output_input()
1397 ctrl_type = CTRL_ANALOG_LIGHTGUN; in output_input()
1415 ctrl_type = CTRL_ANALOG_DIAL; in output_input()
1433 ctrl_type = CTRL_ANALOG_MOUSE; in output_input()
[all …]
/dports/net/py-ldap0/python-ldap0-68c70989a8992cf656764e0b8acad9797895055f/ldap0/controls/
H A D__init__.py148 for ctrl_type, ctrl_criticality, ctrl_val in ctrls or []:
149 ctrl_type = ctrl_type.decode('ascii')
151 control_class = ctrl_reg.get(ctrl_type)
155 'Unknown critical response control, ctrl_type %r' % (ctrl_type)
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/rxr/
H A Drxr_pkt_cmd.c106 int ctrl_type, struct rxr_pkt_entry *pkt_entry) in rxr_pkt_init_ctrl() argument
110 switch (ctrl_type) { in rxr_pkt_init_ctrl()
186 int ctrl_type = rxr_get_base_hdr(pkt_entry->pkt)->type; in rxr_pkt_handle_ctrl_sent() local
188 switch (ctrl_type) { in rxr_pkt_handle_ctrl_sent()
242 int ctrl_type, bool inject) in rxr_pkt_post_ctrl_once() argument
303 int ctrl_type, bool inject) in rxr_pkt_post_ctrl() argument
308 if (ctrl_type == RXR_MEDIUM_TAGRTM_PKT || ctrl_type == RXR_MEDIUM_MSGRTM_PKT) { in rxr_pkt_post_ctrl()
314 err = rxr_pkt_post_ctrl_once(ep, RXR_TX_ENTRY, x_entry, ctrl_type, 0); in rxr_pkt_post_ctrl()
331 err = rxr_pkt_post_ctrl(ep, entry_type, x_entry, ctrl_type, inject); in rxr_pkt_post_ctrl_or_queue()
336 tx_entry->queued_ctrl.type = ctrl_type; in rxr_pkt_post_ctrl_or_queue()
[all …]
H A Drxr_pkt_cmd.h42 int ctrl_type, bool inject);
45 int ctrl_type, bool inject);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs395 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
398 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
417 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
529 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
535 Same => Bound(ctrl_type), in resolve()
536 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
537 AsBool => Bound(ctrl_type.as_bool()), in resolve()
540 ctrl_type in resolve()
545 ctrl_type in resolve()
549 DoubleVector => Bound(ctrl_type.by(2).expect("invalid type for double_vector")), in resolve()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dinstructions.rs450 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
453 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
472 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
584 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
590 Same => Bound(ctrl_type), in resolve()
591 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
592 AsBool => Bound(ctrl_type.as_bool()), in resolve()
595 ctrl_type in resolve()
600 ctrl_type in resolve()
604 DoubleVector => Bound(ctrl_type.by(2).expect("invalid type for double_vector")), in resolve()
[all …]
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/devices/
H A Dproxysteerabledevice.py13 def __init__(self, in_type, out_type, mon_type=zmq.PUB, ctrl_type=None): argument
17 self.ctrl_type = ctrl_type
58 ctrls = ctx.socket(self.ctrl_type)
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dinstructions.rs395 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
398 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
411 pub fn value_argument_constraint(self, n: usize, ctrl_type: Type) -> ResolvedConstraint { in value_argument_constraint()
417 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
526 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
532 Same => Bound(ctrl_type), in resolve()
533 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
534 AsBool => Bound(ctrl_type.as_bool()), in resolve()
537 ctrl_type in resolve()
542 ctrl_type in resolve()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs566 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
569 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
588 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
703 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
709 Same => Bound(ctrl_type), in resolve()
710 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
711 AsBool => Bound(ctrl_type.as_bool()), in resolve()
714 ctrl_type in resolve()
719 ctrl_type in resolve()
725 ctrl_type in resolve()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs566 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
569 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
588 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
703 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
709 Same => Bound(ctrl_type), in resolve()
710 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
711 AsBool => Bound(ctrl_type.as_bool()), in resolve()
714 ctrl_type in resolve()
719 ctrl_type in resolve()
725 ctrl_type in resolve()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dinstructions.rs582 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
585 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
604 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
719 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
725 Same => Bound(ctrl_type), in resolve()
726 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
727 AsBool => Bound(ctrl_type.as_bool()), in resolve()
730 ctrl_type in resolve()
735 ctrl_type in resolve()
741 ctrl_type in resolve()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dinstructions.rs566 pub fn result_type(self, n: usize, ctrl_type: Type) -> Type { in result_type()
569 OPERAND_CONSTRAINTS[self.constraint_offset() + n].resolve(ctrl_type) in result_type()
588 OPERAND_CONSTRAINTS[offset + n].resolve(ctrl_type) in value_argument_constraint()
703 pub fn resolve(&self, ctrl_type: Type) -> ResolvedConstraint { in resolve()
709 Same => Bound(ctrl_type), in resolve()
710 LaneOf => Bound(ctrl_type.lane_of()), in resolve()
711 AsBool => Bound(ctrl_type.as_bool()), in resolve()
714 ctrl_type in resolve()
719 ctrl_type in resolve()
725 ctrl_type in resolve()
[all …]
/dports/net-p2p/deluge-cli/deluge-2.0.3/deluge/core/
H A Ddaemon.py106 def win_handler(ctrl_type): argument
108 log.debug('windows handler ctrl_type: %s', ctrl_type)
109 if ctrl_type == CTRL_CLOSE_EVENT or ctrl_type == CTRL_SHUTDOWN_EVENT:
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/verifier/
H A Dmod.rs1119 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1121 if !value_typeset.contains(ctrl_type) { in typecheck()
1126 ctrl_type in typecheck()
1130 ctrl_type in typecheck()
1153 ctrl_type: Type, in typecheck_results()
1188 ctrl_type: Type, in typecheck_fixed_args()
1441 ctrl_type: Type, in typecheck_special()
1455 ctrl_type in typecheck_special()
1464 ctrl_type in typecheck_special()
1475 ctrl_type in typecheck_special()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/verifier/
H A Dmod.rs1208 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1210 if !value_typeset.contains(ctrl_type) { in typecheck()
1218 ctrl_type in typecheck()
1226 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1241 ctrl_type: Type, in typecheck_results()
1283 ctrl_type: Type, in typecheck_fixed_args()
1536 ctrl_type: Type, in typecheck_special()
1550 arg_type, ctrl_type, in typecheck_special()
1560 arg_type, ctrl_type, in typecheck_special()
1572 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1219 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1221 if !value_typeset.contains(ctrl_type) { in typecheck()
1229 ctrl_type in typecheck()
1237 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1252 ctrl_type: Type, in typecheck_results()
1294 ctrl_type: Type, in typecheck_fixed_args()
1548 ctrl_type: Type, in typecheck_special()
1562 arg_type, ctrl_type, in typecheck_special()
1572 arg_type, ctrl_type, in typecheck_special()
1584 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1219 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1221 if !value_typeset.contains(ctrl_type) { in typecheck()
1229 ctrl_type in typecheck()
1237 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1252 ctrl_type: Type, in typecheck_results()
1294 ctrl_type: Type, in typecheck_fixed_args()
1548 ctrl_type: Type, in typecheck_special()
1562 arg_type, ctrl_type, in typecheck_special()
1572 arg_type, ctrl_type, in typecheck_special()
1584 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/verifier/
H A Dmod.rs1217 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1219 if !value_typeset.contains(ctrl_type) { in typecheck()
1227 ctrl_type in typecheck()
1235 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1250 ctrl_type: Type, in typecheck_results()
1292 ctrl_type: Type, in typecheck_fixed_args()
1546 ctrl_type: Type, in typecheck_special()
1560 arg_type, ctrl_type, in typecheck_special()
1570 arg_type, ctrl_type, in typecheck_special()
1582 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1219 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1221 if !value_typeset.contains(ctrl_type) { in typecheck()
1229 ctrl_type in typecheck()
1237 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1252 ctrl_type: Type, in typecheck_results()
1294 ctrl_type: Type, in typecheck_fixed_args()
1548 ctrl_type: Type, in typecheck_special()
1562 arg_type, ctrl_type, in typecheck_special()
1572 arg_type, ctrl_type, in typecheck_special()
1584 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/verifier/
H A Dmod.rs1208 let ctrl_type = self.func.dfg.ctrl_typevar(inst); in typecheck() localVariable
1210 if !value_typeset.contains(ctrl_type) { in typecheck()
1218 ctrl_type in typecheck()
1226 let _ = self.typecheck_results(inst, ctrl_type, errors); in typecheck()
1241 ctrl_type: Type, in typecheck_results()
1283 ctrl_type: Type, in typecheck_fixed_args()
1536 ctrl_type: Type, in typecheck_special()
1550 arg_type, ctrl_type, in typecheck_special()
1560 arg_type, ctrl_type, in typecheck_special()
1572 arg_type, ctrl_type, in typecheck_special()
[all …]
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/widgets/wx/
H A Dsdljoy.h81 unsigned short GetControlType() { return ctrl_type; } in GetControlType()
89 unsigned short ctrl_type; variable

12345678910>>...27