Home
last modified time | relevance | path

Searched refs:dcon (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c98 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_hw_init()
157 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()
162 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
165 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
185 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_mono_mode()
224 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()
293 wait_event_timeout(dcon->waitq, dcon->switched, HZ); in dcon_source_switch()
557 if (!dcon || !dcon->client) in dcon_reboot_notify()
592 dcon = kzalloc(sizeof(*dcon), GFP_KERNEL); in dcon_probe()
593 if (!dcon) in dcon_probe()
[all …]
H A Dolpc_dcon_xo_1_5.c86 static int dcon_init_xo_1_5(struct dcon_priv *dcon) in dcon_init_xo_1_5() argument
94 gpios_table.dev_id = dev_name(&dcon->client->dev); in dcon_init_xo_1_5()
99 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1_5()
116 dcon->curr_src = (inl(VX855_GENL_PURPOSE_OUTPUT) & 0x1000) ? in dcon_init_xo_1_5()
118 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1_5()
122 if (request_irq(irq, &dcon_interrupt, IRQF_SHARED, "DCON", dcon)) { in dcon_init_xo_1_5()
H A Dolpc_dcon_xo_1.c39 static int dcon_init_xo_1(struct dcon_priv *dcon) in dcon_init_xo_1() argument
46 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1()
69 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL) in dcon_init_xo_1()
72 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1()
80 dcon->curr_src == DCON_SOURCE_CPU); in dcon_init_xo_1()
96 if (request_irq(DCON_IRQ, &dcon_interrupt, 0, "DCON", dcon)) { in dcon_init_xo_1()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c98 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_hw_init()
157 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()
162 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
165 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
185 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_mono_mode()
224 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()
293 wait_event_timeout(dcon->waitq, dcon->switched, HZ); in dcon_source_switch()
557 if (!dcon || !dcon->client) in dcon_reboot_notify()
592 dcon = kzalloc(sizeof(*dcon), GFP_KERNEL); in dcon_probe()
593 if (!dcon) in dcon_probe()
[all …]
H A Dolpc_dcon_xo_1_5.c86 static int dcon_init_xo_1_5(struct dcon_priv *dcon) in dcon_init_xo_1_5() argument
94 gpios_table.dev_id = dev_name(&dcon->client->dev); in dcon_init_xo_1_5()
99 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1_5()
116 dcon->curr_src = (inl(VX855_GENL_PURPOSE_OUTPUT) & 0x1000) ? in dcon_init_xo_1_5()
118 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1_5()
122 if (request_irq(irq, &dcon_interrupt, IRQF_SHARED, "DCON", dcon)) { in dcon_init_xo_1_5()
H A Dolpc_dcon_xo_1.c39 static int dcon_init_xo_1(struct dcon_priv *dcon) in dcon_init_xo_1() argument
46 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1()
69 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL) in dcon_init_xo_1()
72 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1()
80 dcon->curr_src == DCON_SOURCE_CPU); in dcon_init_xo_1()
96 if (request_irq(DCON_IRQ, &dcon_interrupt, 0, "DCON", dcon)) { in dcon_init_xo_1()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/olpc_dcon/
H A Dolpc_dcon.c98 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_hw_init()
157 dcon_write(dcon, DCON_REG_BRIGHT, dcon->bl_val); in dcon_set_backlight()
162 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
165 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_backlight()
185 dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); in dcon_set_mono_mode()
224 dcon_set_backlight(dcon, dcon->bl_val); in dcon_sleep()
293 wait_event_timeout(dcon->waitq, dcon->switched, HZ); in dcon_source_switch()
557 if (!dcon || !dcon->client) in dcon_reboot_notify()
592 dcon = kzalloc(sizeof(*dcon), GFP_KERNEL); in dcon_probe()
593 if (!dcon) in dcon_probe()
[all …]
H A Dolpc_dcon_xo_1_5.c86 static int dcon_init_xo_1_5(struct dcon_priv *dcon) in dcon_init_xo_1_5() argument
94 gpios_table.dev_id = dev_name(&dcon->client->dev); in dcon_init_xo_1_5()
99 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1_5()
116 dcon->curr_src = (inl(VX855_GENL_PURPOSE_OUTPUT) & 0x1000) ? in dcon_init_xo_1_5()
118 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1_5()
122 if (request_irq(irq, &dcon_interrupt, IRQF_SHARED, "DCON", dcon)) { in dcon_init_xo_1_5()
H A Dolpc_dcon_xo_1.c39 static int dcon_init_xo_1(struct dcon_priv *dcon) in dcon_init_xo_1() argument
46 gpios[i] = devm_gpiod_get(&dcon->client->dev, pin[i].name, in dcon_init_xo_1()
69 dcon->curr_src = cs5535_gpio_isset(OLPC_GPIO_DCON_LOAD, GPIO_OUTPUT_VAL) in dcon_init_xo_1()
72 dcon->pending_src = dcon->curr_src; in dcon_init_xo_1()
80 dcon->curr_src == DCON_SOURCE_CPU); in dcon_init_xo_1()
96 if (request_irq(DCON_IRQ, &dcon_interrupt, 0, "DCON", dcon)) { in dcon_init_xo_1()
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dgearmand_con.cc78 if (dcon->add_fn) in _con_add()
80 ret= (*dcon->add_fn)(dcon->server_con); in _con_add()
91 GEARMAN_LIST__ADD(thread->dcon, dcon); in _con_add()
120 dcon->host, dcon->port, in _con_ready()
519 dcon->fd= fd; in gearmand_con_create()
549 GEARMAN_LIST__ADD(dcon->thread->dcon_add, dcon); in gearmand_con_create()
560 GEARMAN_LIST__ADD(dcon->thread->dcon_add, dcon); in gearmand_con_create()
612 event_set(&(dcon->event), dcon->fd, EV_READ, _con_ready, dcon); in gearmand_con_free()
613 event_base_set(dcon->thread->base, &(dcon->event)); in gearmand_con_free()
636 GEARMAN_LIST__DEL(dcon->thread->dcon, dcon); in gearmand_con_free()
[all …]
H A Dgearmand_thread.cc127 if (dcon->last_events) in gearmand_connection_watch()
135 event_set(&(dcon->event), dcon->fd, set_events | EV_PERSIST, _con_ready, dcon); in gearmand_connection_watch()
136 if (event_base_set(dcon->thread->base, &(dcon->event)) == -1) in gearmand_connection_watch()
148 dcon->last_events= set_events; in gearmand_connection_watch()
153 dcon->host, dcon->port, in gearmand_connection_watch()
325 gearmand_sockfd_close(dcon->fd); in gearmand_thread_free()
326 delete dcon; in gearmand_thread_free()
333 delete dcon; in gearmand_thread_free()
409 if (dcon == NULL) in gearmand_thread_run()
417 gearmand_log_info(GEARMAN_DEFAULT_LOG_PARAM, "Disconnected %s:%s", dcon->host, dcon->port); in gearmand_thread_run()
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/typed-racket-lib/typed-racket/infer/
H A Ddmap.rkt13 ;; dcon-meet : dcon dcon -> dcon or #f
15 (dcon/c dcon/c . -> . (or/c #f dcon/c))
17 [((struct dcon-exact (fixed1 rest1)) (or (struct dcon (fixed2 rest2))
29 [((struct dcon (fixed1 #f)) (struct dcon (fixed2 #f)))
32 (%1 make-dcon
37 [((struct dcon (fixed1 #f)) (struct dcon (fixed2 rest)))
40 (%1 make-dcon
46 [((struct dcon (fixed1 rest)) (struct dcon (fixed2 #f)))
48 [((struct dcon (fixed1 rest1)) (struct dcon (fixed2 rest2)))
65 [((struct dcon _) (struct dcon-dotted _))
[all …]
H A Dconstraint-structs.rkt16 (define-struct/cond-contract dcon ([fixed (listof c?)] [rest (or/c c? #f)]) #:transparent) function
20 (define-struct/cond-contract dcon-exact ([fixed (listof c?)] [rest c?]) #:transparent)
25 (define-struct/cond-contract dcon-dotted ([fixed (listof c?)] [type c?] [bound symbol?]) #:transpar…
27 (define-for-cond-contract dcon/c (or/c dcon? dcon-exact? dcon-dotted?))
30 (define-struct/cond-contract dmap ([map (hash/c symbol? dcon/c)]) #:transparent)
42 (provide-for-cond-contract dcon/c)
47 (struct-out dcon)
48 (struct-out dcon-dotted)
49 (struct-out dcon-exact)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.cpp236 if (dcon->match(type, cfn)) in add()
237 return dcon; in add()
239 dcon->value_fn = cfn; in add()
240 dcon->type = type; in add()
241 return dcon; in add()
253 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
256 switch (dcon->type) { in update_all()
257 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
258 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
277 return &dcon->value; in delayed_value_addr()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/asm/
H A Dassembler.cpp236 if (dcon->match(type, cfn)) in add()
237 return dcon; in add()
239 dcon->value_fn = cfn; in add()
240 dcon->type = type; in add()
241 return dcon; in add()
253 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
256 switch (dcon->type) { in update_all()
257 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
258 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
277 return &dcon->value; in delayed_value_addr()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.cpp235 if (dcon->match(type, cfn)) in add()
236 return dcon; in add()
237 if (dcon->value_fn == NULL) { in add()
240 dcon->type = type; in add()
241 return dcon; in add()
254 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
257 switch (dcon->type) { in update_all()
258 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
259 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
277 return &dcon->value; in delayed_value_addr()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/asm/
H A Dassembler.cpp235 if (dcon->match(type, cfn)) in add()
236 return dcon; in add()
237 if (dcon->value_fn == NULL) { in add()
240 dcon->type = type; in add()
241 return dcon; in add()
254 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
257 switch (dcon->type) { in update_all()
258 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
259 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
277 return &dcon->value; in delayed_value_addr()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/asm/
H A Dassembler.cpp249 if (dcon->match(type, cfn)) in add()
250 return dcon; in add()
252 dcon->value_fn = cfn; in add()
253 dcon->type = type; in add()
254 return dcon; in add()
266 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
269 switch (dcon->type) { in update_all()
270 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
271 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
290 return &dcon->value; in delayed_value_addr()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/asm/
H A Dassembler.cpp247 if (dcon->match(type, cfn)) in add()
248 return dcon; in add()
250 dcon->value_fn = cfn; in add()
251 dcon->type = type; in add()
252 return dcon; in add()
264 if (dcon->value_fn != NULL && dcon->value == 0) { in update_all()
267 switch (dcon->type) { in update_all()
268 case T_INT: dcon->value = (intptr_t) ((int_fn_t) dcon->value_fn)(); break; in update_all()
269 case T_ADDRESS: dcon->value = (intptr_t) ((address_fn_t)dcon->value_fn)(); break; in update_all()
288 return &dcon->value; in delayed_value_addr()
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/CodeGen/
H A DUtils.hs19 | RealDataCon dcon <- con
20 , dcon == nilDataCon
24 | RealDataCon dcon <- con
25 , isTupleDataCon dcon =
28 | RealDataCon dcon <- con
29 , dataConIsInfix dcon
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-tactics-plugin/src/Wingman/CodeGen/
H A DUtils.hs19 | RealDataCon dcon <- con
20 , dcon == nilDataCon
24 | RealDataCon dcon <- con
25 , isTupleDataCon dcon =
28 | RealDataCon dcon <- con
29 , dataConIsInfix dcon
/dports/cad/jspice3/jspice3-2.5/src/lib/dev/mos/
H A Dmosacld.c27 double dcon; local
54 dcon = here->MOSdrainConductance;
73 *(here->MOSDdPtr) += dcon;
76 *(here->MOSDdpPtr) -= dcon;
80 *(here->MOSDPdPtr) -= dcon;
86 dcon + here->MOSgds + here->MOSgbd;
102 dcon + here->MOSgds + here->MOSgbd +
/dports/sysutils/goawk/goawk-1.9.2/testdata/output/
H A Dt.set01065 14bootes:dcon:50:1:Tom
1066 1 14bootes:dcon:50:1:Tom
1068 14bootes:dcon:50:1:Tom
1069 1 14bootes:dcon:50:1:Tom
1072 15cdjuke:dcon:51:1:Tom
1073 1 15cdjuke:dcon:51:1:Tom
1075 15cdjuke:dcon:51:1:Tom
1076 1 15cdjuke:dcon:51:1:Tom
/dports/lang/ghc/ghc-8.10.7/compiler/ghci/
H A DByteCodeItbls.hs58 mk_itbl dcon conNo = do
60 | arg <- dataConRepArgTys dcon
72 descr = dataConIdentity dcon
75 conNo (tagForCon dflags dcon) descr)
76 return (getName dcon, ItblPtr r)
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_nls.c233 realtype del, delp, dcon; in cpNlsFunctionalExpl() local
275 dcon = del * MIN(ONE, crate) / tq[4]; in cpNlsFunctionalExpl()
276 if (dcon <= ONE) { in cpNlsFunctionalExpl()
426 realtype del, delp, dcon; in cpNewtonIterationExpl() local
490 dcon = del * MIN(ONE, crate) / tq[4]; in cpNewtonIterationExpl()
496 if (dcon <= ONE) { in cpNewtonIterationExpl()
566 realtype del, delp, dcon; in cpNlsFunctionalImpl() local
608 dcon = del * MIN(ONE, crate) / tq[4]; in cpNlsFunctionalImpl()
609 if (dcon <= ONE) { in cpNlsFunctionalImpl()
752 realtype del, delp, dcon; in cpNewtonIterationImpl() local
[all …]

12345678910>>...13