Home
last modified time | relevance | path

Searched full:tv1 (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0002-test-regress.h-Increase-default-timeval-tolerance-50.patch26 tt_int_op(labs(timeval_msec_diff((tv1), (tv2)) - diff), <=, tolerance)
28 #define test_timeval_diff_eq(tv1, tv2, diff) \
29 - test_timeval_diff_leq((tv1), (tv2), (diff), 50)
30 + test_timeval_diff_leq((tv1), (tv2), (diff), 100)
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dallwinner,sun8i-r40-tcon-top.yaml31 \ [3] TCON-TV1 [1] - TVE1/RGB
131 - description: The TCON TOP TV1 clock
140 - const: tcon-tv1
147 - description: TCON TV1 output clock name
223 "tcon-tv1",
227 "tcon-top-tv1",
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0002-interface-remove-C-reserved-keyword.patch40 struct timespec tv1;
42 - int ret1=clock_gettime(d->private->clock,&tv1);
43 + int ret1=clock_gettime(d->priv->clock,&tv1);
51 - d->private->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000…
52 + d->priv->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000000…
158 struct timespec tv1;
160 - int ret1=clock_gettime(d->private->clock,&tv1);
161 + int ret1=clock_gettime(d->priv->clock,&tv1);
169 - d->private->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000…
170 + d->priv->last_milliseconds = (tv2.tv_sec-tv1.tv_sec)*1000. + (tv2.tv_nsec-tv1.tv_nsec)/1000000…
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dir-Tehran2 [IRIB-TV1/2/3/4/5, IRINN, AMOUZESH, QURAN-TV]
/openbmc/linux/drivers/cpufreq/
H A Dspeedstep-lib.c390 ktime_t tv1, tv2; in speedstep_get_freqs() local
419 tv1 = ktime_get(); in speedstep_get_freqs()
446 *transition_latency = ktime_to_us(ktime_sub(tv2, tv1)); in speedstep_get_freqs()
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.c201 sun8i_tcon_top_register_gate(dev, "tcon-tv1", regs, in sun8i_tcon_top_bind()
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r40.dtsi1062 "tcon-tv1",
1066 "tcon-top-tv1",
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c148 { "tv1", 0x01c74000, 4 * KiB },
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu-sun50i-h616.c643 static SUNXI_CCU_MP_WITH_MUX_GATE(tcon_tv1_clk, "tcon-tv1",
653 static SUNXI_CCU_GATE(bus_tcon_tv1_clk, "bus-tcon-tv1", "ahb3",
H A Dccu-sun8i-r40.c405 static SUNXI_CCU_GATE(bus_tcon_tv1_clk, "bus-tcon-tv1", "ahb1",
679 static SUNXI_CCU_M_WITH_MUX_GATE(tcon_tv1_clk, "tcon-tv1", tcon_parents,
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c3472 DRM_DEBUG_KMS("TV1 connected\n"); in radeon_combios_connected_scratch_regs()
3479 DRM_DEBUG_KMS("TV1 disconnected\n"); in radeon_combios_connected_scratch_regs()
H A Dradeon_display.c835 DRM_INFO(" TV1: %s\n", encoder_names[radeon_encoder->encoder_id]); in radeon_print_display_setup()
H A Dradeon_atombios.c4190 DRM_DEBUG_KMS("TV1 connected\n"); in radeon_atombios_connected_scratch_regs()
4194 DRM_DEBUG_KMS("TV1 disconnected\n"); in radeon_atombios_connected_scratch_regs()
H A Datombios_encoders.c519 /* DFP1, CRT1, TV1 depending on the type of port */ in atombios_dvo_setup()
H A Datombios.h3155 // Bit 2 = 0 - no TV1 support= 1- TV1 is supported
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c476 DRM_INFO(" TV1: %s\n", encoder_names[amdgpu_encoder->encoder_id]); in amdgpu_display_print_display_setup()
H A Datombios_encoders.c406 /* DFP1, CRT1, TV1 depending on the type of port */ in amdgpu_atombios_encoder_setup_dvo()
/openbmc/linux/Documentation/admin-guide/media/
H A Dbttv.rst1392 - ITC PCITV (Card Ver 1.0) "Teppro TV1/TVFM1 Card"
/openbmc/linux/drivers/gpu/drm/amd/include/
H A Datombios.h3632 // Bit 2 = 0 - no TV1 support= 1- TV1 is supported