Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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)
/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Dallwinner,sun8i-r40-tcon-top.yaml31 \ [3] TCON-TV1 [1] - TVE1/RGB
56 - description: The TCON TOP TV1 clock
67 - const: tcon-tv1
76 channel, the second item is the name of the TCON TV1 channel
276 "tcon-tv1",
280 "tcon-top-tv1",
/OK3568_Linux_fs/external/common_algorithm/video/move_detect/test/
H A Dtest.c48 struct timeval tv1, tv2;\
49 gettimeofday(&tv1, NULL);\
52 printf("elapse %ld ms\n", (tv2.tv_sec - tv1.tv_sec) * 1000 + (tv2.tv_usec - tv1.tv_usec) / 1000);\
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_sched.h62 psched_tdiff_bounded(psched_time_t tv1, psched_time_t tv2, psched_time_t bound) in psched_tdiff_bounded() argument
64 return min(tv1 - tv2, bound); in psched_tdiff_bounded()
/OK3568_Linux_fs/yocto/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]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dconcept_check.hpp60 # define BOOST_CLASS_REQUIRE3(tv1, tv2, tv3, ns, concept) \ argument
61 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3>))
63 # define BOOST_CLASS_REQUIRE4(tv1, tv2, tv3, tv4, ns, concept) \ argument
64 BOOST_CONCEPT_ASSERT((ns::concept<tv1,tv2,tv3,tv4>))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.c201 sun8i_tcon_top_register_gate(dev, "tcon-tv1", regs, in sun8i_tcon_top_bind()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun8i-r40.dtsi891 "tcon-tv1",
895 "tcon-top-tv1",
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu-sun8i-r40.c404 static SUNXI_CCU_GATE(bus_tcon_tv1_clk, "bus-tcon-tv1", "ahb1",
678 static SUNXI_CCU_M_WITH_MUX_GATE(tcon_tv1_clk, "tcon-tv1", tcon_parents,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c437 DRM_INFO(" TV1: %s\n", encoder_names[amdgpu_encoder->encoder_id]); in amdgpu_display_print_display_setup()
H A Datombios_encoders.c412 /* DFP1, CRT1, TV1 depending on the type of port */ in amdgpu_atombios_encoder_setup_dvo()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_combios.c3473 DRM_DEBUG_KMS("TV1 connected\n"); in radeon_combios_connected_scratch_regs()
3480 DRM_DEBUG_KMS("TV1 disconnected\n"); in radeon_combios_connected_scratch_regs()
H A Dradeon_display.c838 DRM_INFO(" TV1: %s\n", encoder_names[radeon_encoder->encoder_id]); in radeon_print_display_setup()
H A Dradeon_atombios.c4188 DRM_DEBUG_KMS("TV1 connected\n"); in radeon_atombios_connected_scratch_regs()
4192 DRM_DEBUG_KMS("TV1 disconnected\n"); in radeon_atombios_connected_scratch_regs()
H A Datombios_encoders.c528 /* 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
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv.rst1391 - ITC PCITV (Card Ver 1.0) "Teppro TV1/TVFM1 Card"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Datombios.h3632 // Bit 2 = 0 - no TV1 support= 1- TV1 is supported
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...