Home
last modified time | relevance | path

Searched full:tv (Results 1 – 25 of 1218) sorted by relevance

12345678910>>...49

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tv.c266 struct sun4i_tv *tv = drm_encoder_to_sun4i_tv(encoder); in sun4i_tv_disable() local
269 DRM_DEBUG_DRIVER("Disabling the TV Output\n"); in sun4i_tv_disable()
271 regmap_update_bits(tv->regs, SUN4I_TVE_EN_REG, in sun4i_tv_disable()
281 struct sun4i_tv *tv = drm_encoder_to_sun4i_tv(encoder); in sun4i_tv_enable() local
286 struct drm_connector *connector = &tv->connector; in sun4i_tv_enable()
290 sun4i_tv_find_tv_by_mode(conn_state->tv.mode); in sun4i_tv_enable()
292 DRM_DEBUG_DRIVER("Enabling the TV Output\n"); in sun4i_tv_enable()
295 regmap_update_bits(tv->regs, SUN4I_TVE_EN_REG, in sun4i_tv_enable()
303 regmap_write(tv->regs, SUN4I_TVE_CFG0_REG, in sun4i_tv_enable()
312 regmap_write(tv->regs, SUN4I_TVE_DAC0_REG, in sun4i_tv_enable()
[all …]
/openbmc/linux/Documentation/admin-guide/media/
H A Dsaa7134-cardlist.rst38 - SKNet Monster TV
46 - KNC One TV-Station RDS / Typhoon TV Tuner RDS
50 - Terratec Cinergy 400 TV
62 - Terratec Cinergy 600 TV
70 - Typhoon TV+Radio 90031
74 - ELSA EX-VISION 300TV
78 - ELSA EX-VISION 500TV
82 - ASUS TV-FM 7134
94 - Compro VideoMate TV
102 - 10MOONS PCI TV CAPTURE CARD
[all …]
H A Dbttv.rst23 If your board has digital TV, you'll also need::
101 If you have trouble with some specific TV card, try to ask there
106 for TV sound all over the world. And there are also different chips
109 about your hardware and the TV sound scheme used in your country (or
147 fieldnr=0/1 Count fields. Some TV descrambling software
172 no TV signal, on by default. You might try
196 with a camera or the board doesn't provide analog TV tuning.
236 once=1 Don't check the TV-stations Audio mode
411 has_radio - whenever this TV card has a radio tuner.
455 Very nice card if you only have satellite TV but several tuners connected
[all …]
H A Dbttv-cardlist.rst50 - Lifeview FlyVideo II (Bt848) LR26 / MAXI TV Video PCI2 LR26
66 - ADS Technologies Channel Surfer TV (bt848)
78 - Zoltrix TV-Max
106 - Askey CPH050/ Phoebe Tv Master + FM
118 - Terratec TerraTV+ Version 1.0 (Bt848)/ Terra TValue Version 1.0/ Vobis TV-Boostar
126 - Lifeview FlyVideo 98/ MAXI TV Video PCI2 LR50
162 - Lifeview FlyVideo 98FM LR50 / Typhoon TView TV/FM Tuner
178 - STB TV PCI FM, Gateway P/N 6000704 (bt878), 3Dfx VoodooTV 100
190 - Little OnAir TV
202 - Zoltrix Genie TV/FM
[all …]
H A Dfaq.rst8 1. With Digital TV, a single physical channel may have different
10 This is what a TV user would call "channel". So, in order to
21 Some very frequently asked questions about Linux Digital TV support
32 2. How can I watch TV?
34 Together with the Linux Kernel, the Digital TV developers support
65 maintain tables of Digital TV channel transponders, receiving
90 Almost all modern Digital TV cards don't have built-in hardware
95 3. Which Digital TV applications exist?
98 digital TV channels, including Kaffeine, Vlc, mplayer and MythTV.
110 KDE media player, focused on Digital TV support
[all …]
H A Ddvb_intro.rst4 Using the Digital TV Framework
10 One significant difference between Digital TV and Analogue TV that the
12 structure of DVB-T cards are substantially similar to Analogue TV cards,
15 The purpose of an Analogue TV is to receive and display an Analogue
16 Television signal. An Analogue TV signal (otherwise known as composite
20 Analogue TV card for a PC has the following purpose:
36 The digital datastream from an Analogue TV card is generated by
37 circuitry on the card and is often presented uncompressed. For a PAL TV
41 screen. Some Analogue TV cards for PCs have onboard MPEG2 encoders which
44 Digital TV.
[all …]
/openbmc/linux/include/video/
H A Ds1d13xxxfb.h35 #define S1DREG_CRT_CLK_CNF 0x0018 /* CRT/TV Pixel Clock Configuration Register */
63 #define S1DREG_CRT_DISP_HWIDTH 0x0050 /* CRT/TV Horizontal Display Width Register: ((val)+1)*8)=pi…
64 #define S1DREG_CRT_NDISP_HPER 0x0052 /* CRT/TV Horizontal Non-Display Period Register */
65 #define S1DREG_CRT_HRTC_START 0x0053 /* CRT/TV HRTC Start Position Register */
66 #define S1DREG_CRT_HRTC_PWIDTH 0x0054 /* CRT/TV HRTC Pulse Width Register */
67 #define S1DREG_CRT_DISP_VHEIGHT0 0x0056 /* CRT/TV Vertical Display Height Register 0 */
68 #define S1DREG_CRT_DISP_VHEIGHT1 0x0057 /* CRT/TV Vertical Display Height Register 1 */
69 #define S1DREG_CRT_NDISP_VPER 0x0058 /* CRT/TV Vertical Non-Display Period Register */
70 #define S1DREG_CRT_VRTC_START 0x0059 /* CRT/TV VRTC Start Position Register */
71 #define S1DREG_CRT_VRTC_PWIDTH 0x005A /* CRT/TV VRTC Pulse Width Register */
[all …]
/openbmc/linux/fs/
H A Dutimes.c217 struct timespec64 tv[2]; in SYSCALL_DEFINE2() local
220 if (get_user(tv[0].tv_sec, &times->actime) || in SYSCALL_DEFINE2()
221 get_user(tv[1].tv_sec, &times->modtime)) in SYSCALL_DEFINE2()
223 tv[0].tv_nsec = 0; in SYSCALL_DEFINE2()
224 tv[1].tv_nsec = 0; in SYSCALL_DEFINE2()
226 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2()
239 struct timespec64 tv[2]; in SYSCALL_DEFINE2() local
242 if (get_user(tv[0].tv_sec, &t->actime) || in SYSCALL_DEFINE2()
243 get_user(tv[1].tv_sec, &t->modtime)) in SYSCALL_DEFINE2()
245 tv[0].tv_nsec = 0; in SYSCALL_DEFINE2()
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dintro.rst16 area of digital video broadcasting (Digital TV) and should be familiar with
21 Various Digital TV standards documents are available for download at:
36 The first API for Digital TV cards we used at Convergence in late 1999 was an
39 TV cards and their new features like recording MPEG streams and filtering
43 standard Linux Digital TV API. As a commitment to the development of terminals
47 Convergence provided a first implementation of the Linux Digital TV API.
48 Convergence was the maintainer of the Linux Digital TV API in the early
52 of this document). The Linux Digital TV API is constantly reviewed and
69 Components of a Digital TV card/STB
71 A Digital TV card or set-top-box (STB) usually consists of the
[all …]
H A Ddvbapi.rst7 Part II - Digital TV API
14 It it was originally written to support the European digital TV
15 standard (DVB), and later extended to support all digital TV standards.
18 it, and to associated hardware as **Digital TV**.
22 - the Digital TV API version
24 - digital TV data types (enums, structs, defines, etc);
25 - digital TV device nodes (``/dev/dvb/...``);
58 - Original author of the Digital TV API documentation.
62 - Original author of the Digital TV API documentation.
85 Digital TV API.
/openbmc/linux/drivers/usb/misc/
H A Dtrancevibrator.c37 struct trancevibrator *tv = usb_get_intfdata(intf); in speed_show() local
39 return sprintf(buf, "%d\n", tv->speed); in speed_show()
46 struct trancevibrator *tv = usb_get_intfdata(intf); in speed_store() local
56 old = tv->speed; in speed_store()
57 tv->speed = temp; in speed_store()
59 dev_dbg(&tv->udev->dev, "speed = %d\n", tv->speed); in speed_store()
62 retval = usb_control_msg(tv->udev, usb_sndctrlpipe(tv->udev, 0), in speed_store()
65 tv->speed, /* speed value */ in speed_store()
68 tv->speed = old; in speed_store()
69 dev_dbg(&tv->udev->dev, "retval = %d\n", retval); in speed_store()
[all …]
/openbmc/linux/arch/arm/mach-sa1100/
H A Djornada720.c64 {0x0018,0x01}, // CRT/TV Pixel Clock Configuration Register
92 {0x0050,0x4F}, // CRT/TV Horizontal Display Width Register
93 {0x0052,0x13}, // CRT/TV Horizontal Non-Display Period Register
94 {0x0053,0x01}, // CRT/TV HRTC Start Position Register
95 {0x0054,0x0B}, // CRT/TV HRTC Pulse Width Register
96 {0x0056,0xDF}, // CRT/TV Vertical Display Height Register 0
97 {0x0057,0x01}, // CRT/TV Vertical Display Height Register 1
98 {0x0058,0x2B}, // CRT/TV Vertical Non-Display Period Register
99 {0x0059,0x09}, // CRT/TV VRTC Start Position Register
100 {0x005A,0x01}, // CRT/TV VRTC Pulse Width Register
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c467 * drm_atomic_helper_connector_tv_margins_reset - Resets TV connector properties
470 * Resets the TV-related properties attached to a connector.
477 state->tv.margins.left = cmdline->tv_margins.left; in drm_atomic_helper_connector_tv_margins_reset()
478 state->tv.margins.right = cmdline->tv_margins.right; in drm_atomic_helper_connector_tv_margins_reset()
479 state->tv.margins.top = cmdline->tv_margins.top; in drm_atomic_helper_connector_tv_margins_reset()
480 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_margins_reset()
485 * drm_atomic_helper_connector_tv_reset - Resets Analog TV connector properties
488 * Resets the analog TV properties attached to a connector
502 state->tv.mode = val; in drm_atomic_helper_connector_tv_reset()
505 state->tv.mode = cmdline->tv_mode; in drm_atomic_helper_connector_tv_reset()
[all …]
/openbmc/libpldm/src/transport/
H A Dtransport.c103 static void timespec_to_timeval(const struct timespec *ts, struct timeval *tv) in timespec_to_timeval() argument
105 tv->tv_sec = ts->tv_sec; in timespec_to_timeval()
106 tv->tv_usec = ts->tv_nsec / 1000; in timespec_to_timeval()
110 static long timeval_to_msec(const struct timeval *tv) in timeval_to_msec() argument
112 return tv->tv_sec * 1000 + tv->tv_usec / 1000; in timeval_to_msec()
115 /* If calculations on `tv` don't overflow then operations on derived
118 static bool timeval_is_valid(const struct timeval *tv) in timeval_is_valid() argument
120 if (tv->tv_sec < 0 || tv->tv_usec < 0 || tv->tv_usec >= 1000000) { in timeval_is_valid()
124 if (tv->tv_sec > (LONG_MAX - tv->tv_usec / 1000) / 1000) { in timeval_is_valid()
131 static int clock_gettimeval(clockid_t clockid, struct timeval *tv) in clock_gettimeval() argument
[all …]
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dzoran.rst25 * Philips saa7111 TV decoder
26 * Philips saa7185 TV encoder
42 * Samsung ks0127 TV decoder
43 * Conexant bt866 TV encoder
67 * Brooktree bt819 TV decoder
68 * Brooktree bt856 TV encoder
84 * Philips saa7114 TV decoder
85 * Analog Devices adv7170 TV encoder
101 * Philips saa7110a TV decoder
102 * Analog Devices adv7176 TV encoder
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_tv.c8 * Integrated TV out support based on the GATOS code by
20 * Unit for hPos (in TV clock periods)
35 /* tv standard constants */
48 /* tv pll setting for 27 mhz ref clk */
57 /* tv pll setting for 14 mhz ref clk */
168 * Table of all allowed modes for tv output
395 WREG32(RADEON_TV_UV_ADR, tv_dac->tv.tv_uv_adr); in radeon_restore_tv_timing_tables()
396 h_table = radeon_get_htiming_tables_addr(tv_dac->tv.tv_uv_adr); in radeon_restore_tv_timing_tables()
397 v_table = radeon_get_vtiming_tables_addr(tv_dac->tv.tv_uv_adr); in radeon_restore_tv_timing_tables()
400 tmp = ((uint32_t)tv_dac->tv.h_code_timing[i] << 14) | ((uint32_t)tv_dac->tv.h_code_timing[i+1]); in radeon_restore_tv_timing_tables()
[all …]
/openbmc/linux/drivers/media/
H A DKconfig17 devices and/or TV devices, V4L2 codecs, etc, enable this option
78 prompt "Analog TV" if MEDIA_SUPPORT_FILTER
81 Enable analog TV support.
83 Say Y when you have a TV board with analog support or with a
84 hybrid analog/digital TV chipset.
87 support both analog and digital TV. Disabling this option
92 prompt "Digital TV" if MEDIA_SUPPORT_FILTER
95 Enable digital TV support.
98 hybrid digital TV and analog TV.
112 Note: There are several TV cards that are based on chips that
[all …]
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-cards.c4 * device driver for philips saa7134 based TV cards
31 [SAA7134_INPUT_TV_MONO] = "TV (mono only)",
86 .amux = TV,
110 .amux = TV,
140 .amux = TV,
198 .amux = TV,
227 .amux = TV,
228 .gpio = 0x10000, /* GP16=1 selects TV input */
252 .amux = TV,
257 .amux = TV,
[all …]
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_connector.c34 /* Initial gadget tv state if applicable, applied on state reset */
87 /* Reuse tv.brightness to avoid having to subclass */ in gud_connector_backlight_update_status_work()
88 connector_state->tv.brightness = gconn->backlight->props.brightness; in gud_connector_backlight_update_status_work()
302 if (old_state->tv.margins.left != new_state->tv.margins.left || in gud_connector_atomic_check()
303 old_state->tv.margins.right != new_state->tv.margins.right || in gud_connector_atomic_check()
304 old_state->tv.margins.top != new_state->tv.margins.top || in gud_connector_atomic_check()
305 old_state->tv.margins.bottom != new_state->tv.margins.bottom || in gud_connector_atomic_check()
306 old_state->tv.legacy_mode != new_state->tv.legacy_mode || in gud_connector_atomic_check()
307 old_state->tv.brightness != new_state->tv.brightness || in gud_connector_atomic_check()
308 old_state->tv.contrast != new_state->tv.contrast || in gud_connector_atomic_check()
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Des-Collserola2 [BTV, TV Badalona, TV L'Hospitalet, TV del Besòs, COM Ràdio, Ràdio Ciutat Badalona, Ràdio L'Hospita…
14 [8TV, Barça TV, EDC3, 105TV, RAC 1, RAC 105]
38 [Urbe TV, Canal Català, 25 TV, Localia, Ona FM, Onda Rambla, Sensació Ràdio]
74 [Veo7, Sony TV en Veo, Tienda en Veo, Intereconomía, Teledeporte, Radio Intereconomía, Radio Marca]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DAsiaSat3S_C-105.5E8 # China Entertainment TV & Maharishi Veda Vision
68 # Fashion TV
108 # Star TV Multiplex
138 # Star TV Multiplex
148 # Star TV Multiplex
168 # Star TV Multiplex
188 # Star TV Multiplex
198 # Star TV Multiplex
248 # Sun TV
298 # Eye TV Multiplex
[all …]
H A DInsat2E_C-83.0E8 # NE TV Multiplex
18 # NE TV Multiplex
28 # TV 9 Telugu
48 # TV 9 Kannada
58 # Jaya TV
88 # Amrita TV Middle East
98 # Mahaa TV
128 # Raj TV Network Multiplex
138 # UTVi TV
218 # TV 9 Multiplex
H A DTelstar10_C-76.5E38 # UBI World TV Multiplex
48 # UBI World TV Multiplex
58 # Ekushey TV
68 # Diganta TV
98 # Boishakhi TV
108 # TV Maldives
138 # Kantipur TV
178 # Islamic TV
/openbmc/linux/Documentation/devicetree/bindings/display/connector/
H A Danalog-tv-connector.yaml4 $id: http://devicetree.org/schemas/display/connector/analog-tv-connector.yaml#
7 title: Analog TV Connector
22 Limit the supported TV standards on a connector to the given ones. If
23 not specified all TV standards are allowed. Possible TV standards are
29 description: Connection to controller providing analog TV signals
43 label = "tv";
/openbmc/linux/include/media/
H A Ddvb_vb2.h26 * enum dvb_buf_type - types of Digital TV memory-mapped buffers
29 * with a received Digital TV stream
175 * dvb_vb2_poll - Wrapper to vb2_core_streamon() for Digital TV
191 * dvb_vb2_stream_on() - Wrapper to vb2_core_streamon() for Digital TV
200 * dvb_vb2_stream_off() - Wrapper to vb2_core_streamoff() for Digital TV
210 * dvb_vb2_reqbufs() - Wrapper to vb2_core_reqbufs() for Digital TV
223 * dvb_vb2_querybuf() - Wrapper to vb2_core_querybuf() for Digital TV
235 * dvb_vb2_expbuf() - Wrapper to vb2_core_expbuf() for Digital TV
247 * dvb_vb2_qbuf() - Wrapper to vb2_core_qbuf() for Digital TV buffer handling.
253 * Queue a Digital TV buffer as requested by userspace
[all …]

12345678910>>...49