/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
H A D | 0002-test-regress.h-Increase-default-timeval-tolerance-50.patch | 26 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 D | allwinner,sun8i-r40-tcon-top.yaml | 31 \ [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 D | 0002-interface-remove-C-reserved-keyword.patch | 40 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 D | ir-Tehran | 2 [IRIB-TV1/2/3/4/5, IRINN, AMOUZESH, QURAN-TV]
|
/openbmc/linux/drivers/cpufreq/ |
H A D | speedstep-lib.c | 390 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 D | sun8i_tcon_top.c | 201 sun8i_tcon_top_register_gate(dev, "tcon-tv1", regs, in sun8i_tcon_top_bind()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-r40.dtsi | 1062 "tcon-tv1", 1066 "tcon-top-tv1",
|
/openbmc/qemu/hw/arm/ |
H A D | allwinner-r40.c | 148 { "tv1", 0x01c74000, 4 * KiB },
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun50i-h616.c | 643 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 D | ccu-sun8i-r40.c | 405 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 D | radeon_combios.c | 3472 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 D | radeon_display.c | 835 DRM_INFO(" TV1: %s\n", encoder_names[radeon_encoder->encoder_id]); in radeon_print_display_setup()
|
H A D | radeon_atombios.c | 4190 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 D | atombios_encoders.c | 519 /* DFP1, CRT1, TV1 depending on the type of port */ in atombios_dvo_setup()
|
H A D | atombios.h | 3155 // Bit 2 = 0 - no TV1 support= 1- TV1 is supported
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 476 DRM_INFO(" TV1: %s\n", encoder_names[amdgpu_encoder->encoder_id]); in amdgpu_display_print_display_setup()
|
H A D | atombios_encoders.c | 406 /* DFP1, CRT1, TV1 depending on the type of port */ in amdgpu_atombios_encoder_setup_dvo()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 1392 - ITC PCITV (Card Ver 1.0) "Teppro TV1/TVFM1 Card"
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | atombios.h | 3632 // Bit 2 = 0 - no TV1 support= 1- TV1 is supported
|