| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_cec.c | 1 /* Blackfin Core Event Controller (CEC) model. 57 struct bfin_cec *cec = data; local 58 hw_event_queue_deschedule (me, cec->pending); 59 _cec_raise (cec->cpu, cec, -1); 60 cec->pending = NULL; 63 bfin_cec_check_pending (struct hw *me, struct bfin_cec *cec) 65 if (cec->pending) 67 cec->pending = hw_event_queue_schedule (me, 0, bfin_cec_hw_event_callback, cec); 85 struct bfin_cec *cec = hw_data (me); local 125 struct bfin_cec *cec = hw_data (me); local 167 struct bfin_cec *cec = hw_data (me); local 205 struct bfin_cec *cec; local 432 struct bfin_cec *cec; local 452 struct bfin_cec *cec; local 657 struct bfin_cec *cec; local 683 struct bfin_cec *cec; local 795 struct bfin_cec *cec; local 814 struct bfin_cec *cec; local [all...] |
| machs.c | 1414 CORE_DEVICE (cec, CEC),
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_cec.c | 1 /* Blackfin Core Event Controller (CEC) model. 57 struct bfin_cec *cec = data; local 58 hw_event_queue_deschedule (me, cec->pending); 59 _cec_raise (cec->cpu, cec, -1); 60 cec->pending = NULL; 63 bfin_cec_check_pending (struct hw *me, struct bfin_cec *cec) 65 if (cec->pending) 67 cec->pending = hw_event_queue_schedule (me, 0, bfin_cec_hw_event_callback, cec); 85 struct bfin_cec *cec = hw_data (me); local 125 struct bfin_cec *cec = hw_data (me); local 167 struct bfin_cec *cec = hw_data (me); local 205 struct bfin_cec *cec; local 432 struct bfin_cec *cec; local 452 struct bfin_cec *cec; local 657 struct bfin_cec *cec; local 683 struct bfin_cec *cec; local 795 struct bfin_cec *cec; local 814 struct bfin_cec *cec; local [all...] |
| machs.c | 1414 CORE_DEVICE (cec, CEC),
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-h3-beelink-x2.dts | 60 cec { 61 compatible = "cec-gpio"; 62 cec-gpios = <&pio 0 14 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>; /* PA14 */
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32f769-disco.dts | 120 &cec {
|
| stm32f746.dtsi | 390 cec: cec@40006c00 { 391 compatible = "st,stm32-cec"; 394 clocks = <&rcc 0 STM32F7_APB1_CLOCK(CEC)>, <&rcc 1 CLK_HDMI_CEC>; 395 clock-names = "cec", "hdmi-cec";
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/mediatek/ |
| mt7623n-bananapi-bpi-r2.dts | 145 &cec {
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_dp_helper.c | 1023 mutex_init(&aux->cec.lock); 1040 mutex_destroy(&aux->cec.lock);
|
| /src/share/man/man4/ |
| Makefile | 19 cec.4 cgd.4 cfb.4 ch.4 chipsfb.4 ciphy.4 ciss.4 clcs.4 clct.4 \
|
| /src/sys/dev/isa/ |
| cec.c | 1 /* $NetBSD: cec.c,v 1.16 2021/08/07 16:19:12 thorpej Exp $ */ 33 __KERNEL_RCSID(0, "$NetBSD: cec.c,v 1.16 2021/08/07 16:19:12 thorpej Exp $"); 95 CFATTACH_DECL_NEW(cec, sizeof(struct cec_softc),
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| complex.d | 518 auto cec = c1^^c2; 519 assert(isClose(cec.re, 0.1152413197994, 1e-12)); 520 assert(isClose(cec.im, 0.2187079045274, 1e-12));
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_display_types.h | 46 #include <media/cec-notifier.h>
|
| /src/sys/external/bsd/drm2/dist/include/drm/ |
| drm_dp_helper.h | 924 /* HDMI CEC tunneling over AUX DP 1.3 section 5.3.3.3.1 DPCD 1.4+ */ 1346 * struct drm_dp_aux_cec - DisplayPort CEC-Tunneling-over-AUX 1348 * @adap: the CEC adapter for CEC-Tunneling-over-AUX support. 1349 * @connector: the connector this CEC adapter is associated with 1350 * @unregister_work: unregister the CEC adapter 1418 * @cec: struct containing fields used for CEC-Tunneling-over-AUX. 1420 struct drm_dp_aux_cec cec; member in struct:drm_dp_aux
|