/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_tv.c | 266 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 …]
|
/linux/Documentation/admin-guide/media/ |
H A D | saa7134-cardlist.rst | 38 - 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 D | bttv.rst | 23 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 D | bttv-cardlist.rst | 50 - 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 D | faq.rst | 8 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 D | dvb_intro.rst | 4 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 …]
|
H A D | em28xx-cardlist.rst | 66 - Kworld PVR TV 2800 RF 98 - AMD ATI TV Wonder HD 600 114 - D-Link DUB-T210 TV Tuner 122 - Hercules Smart TV USB 2.0 146 - Supercomp USB 2.0 TV 282 - Empire dual TV 294 - KWorld ATSC 315U HDTV TV Box 310 - Reddo DVB-C USB TV Box 378 - KWorld USB ATSC TV Stick UB435-Q V2 390 - KWorld USB ATSC TV Stick UB435-Q V3 [all …]
|
/linux/include/video/ |
H A D | s1d13xxxfb.h | 35 #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 …]
|
/linux/fs/ |
H A D | utimes.c | 212 struct timespec64 tv[2]; in SYSCALL_DEFINE2() local 215 if (get_user(tv[0].tv_sec, ×->actime) || in SYSCALL_DEFINE2() 216 get_user(tv[1].tv_sec, ×->modtime)) in SYSCALL_DEFINE2() 218 tv[0].tv_nsec = 0; in SYSCALL_DEFINE2() 219 tv[1].tv_nsec = 0; in SYSCALL_DEFINE2() 221 return do_utimes(AT_FDCWD, filename, times ? tv : NULL, 0); in SYSCALL_DEFINE2() 234 struct timespec64 tv[2]; in SYSCALL_DEFINE2() local 237 if (get_user(tv[0].tv_sec, &t->actime) || in SYSCALL_DEFINE2() 238 get_user(tv[1].tv_sec, &t->modtime)) in SYSCALL_DEFINE2() 240 tv[0].tv_nsec = 0; in SYSCALL_DEFINE2() [all …]
|
/linux/Documentation/userspace-api/media/dvb/ |
H A D | intro.rst | 16 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 D | dvbapi.rst | 7 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/...``); 53 - Original author of the Digital TV API documentation. 57 - Original author of the Digital TV API documentation. 80 Digital TV API.
|
/linux/arch/arm/mach-sa1100/ |
H A D | jornada720.c | 64 {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 …]
|
/linux/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 482 * drm_atomic_helper_connector_tv_margins_reset - Resets TV connector properties 485 * Resets the TV-related properties attached to a connector. 492 state->tv.margins.left = cmdline->tv_margins.left; in drm_atomic_helper_connector_tv_margins_reset() 493 state->tv.margins.right = cmdline->tv_margins.right; in drm_atomic_helper_connector_tv_margins_reset() 494 state->tv.margins.top = cmdline->tv_margins.top; in drm_atomic_helper_connector_tv_margins_reset() 495 state->tv.margins.bottom = cmdline->tv_margins.bottom; in drm_atomic_helper_connector_tv_margins_reset() 500 * drm_atomic_helper_connector_tv_reset - Resets Analog TV connector properties 503 * Resets the analog TV properties attached to a connector 517 state->tv.mode = val; in drm_atomic_helper_connector_tv_reset() 520 state->tv.mode = cmdline->tv_mode; in drm_atomic_helper_connector_tv_reset() [all …]
|
/linux/drivers/usb/misc/ |
H A D | trancevibrator.c | 37 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 …]
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | zoran.rst | 25 * 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 …]
|
/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 8 * 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 …]
|
/linux/drivers/gpu/drm/gud/ |
H A D | gud_connector.c | 34 /* 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 …]
|
/linux/drivers/media/ |
H A D | Kconfig | 17 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 …]
|
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 30 * Integrated TV-out support for the 915GM and 945GM. 383 * Register programming values for TV modes. 953 int format = conn_state->tv.legacy_mode; in intel_tv_mode_find() 975 /* Ensure TV refresh is close to desired refresh */ in intel_tv_mode_valid() 1047 /* TV has it's own notion of sync and other mode flags, so clear them. */ in intel_tv_mode_to_mode() 1156 drm_dbg_kms(display->drm, "TV mode: " DRM_MODE_FMT "\n", in intel_tv_get_config() 1168 /* pixel counter doesn't work on i965gm TV output */ in intel_tv_get_config() 1185 conn_state->tv.margins.top - in intel_tv_vert_scaling() 1186 conn_state->tv.margins.bottom != in intel_tv_vert_scaling() 1217 drm_dbg_kms(display->drm, "forcing bpc to 8 for TV\n"); in intel_tv_compute_config() [all …]
|
/linux/include/media/ |
H A D | dvb_vb2.h | 26 * 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 …]
|
/linux/Documentation/devicetree/bindings/display/connector/ |
H A D | analog-tv-connector.yaml | 4 $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";
|
/linux/Documentation/arch/arm/omap/ |
H A D | dss.rst | 7 TV-out and multiple display support, but there are lots of small improvements 23 - TV output 152 - DISPC TV overlay manager can be only connected to TV display. 154 - DISPC LCD overlay manager can be connected to all displays, except TV 203 When writing, two special timings are accepted for tv-out: 227 tv=/sys/devices/platform/omapdss/display2 237 and TV-out are not in use. The columns from left to right are: 243 FB2 --- VID2 -/ TV ----- TV 264 FB2 --- VID2 -/ TV ----- TV 266 Example: Clone GFX overlay to LCD and TV [all …]
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | mkinitrd.sh | 39 struct timeval tv; 54 if (gettimeofday(&tv, NULL)) 56 tv.tv_sec -= tvb.tv_sec; 57 if (tv.tv_sec > 1) 59 tv.tv_usec += tv.tv_sec * 1000 * 1000; 60 tv.tv_usec -= tvb.tv_usec; 61 } while (tv.tv_usec < 1000);
|
/linux/drivers/input/misc/ |
H A D | hp_sdc_rtc.c | 273 struct timespec64 tv; in hp_sdc_rtc_proc_show() local 287 if (hp_sdc_rtc_read_rt(&tv)) { in hp_sdc_rtc_proc_show() 291 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show() 294 if (hp_sdc_rtc_read_fhs(&tv)) { in hp_sdc_rtc_proc_show() 298 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show() 301 if (hp_sdc_rtc_read_mt(&tv)) { in hp_sdc_rtc_proc_show() 305 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show() 308 if (hp_sdc_rtc_read_dt(&tv)) { in hp_sdc_rtc_proc_show() 312 (s64)tv.tv_sec, (long)tv.tv_nsec/1000000L); in hp_sdc_rtc_proc_show() 315 if (hp_sdc_rtc_read_ct(&tv)) { in hp_sdc_rtc_proc_show() [all …]
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | allwinner,sun4i-a10-tcon.yaml | 14 The TCON acts as a timing controller for RGB, LVDS and TV 31 - const: allwinner,sun8i-a83t-tcon-tv 32 - const: allwinner,sun8i-r40-tcon-tv 35 - const: allwinner,sun9i-a80-tcon-tv 37 - const: allwinner,sun20i-d1-tcon-tv 52 - allwinner,sun8i-h3-tcon-tv 53 - allwinner,sun50i-a64-tcon-tv 54 - const: allwinner,sun8i-a83t-tcon-tv 58 - allwinner,sun50i-h6-tcon-tv 59 - const: allwinner,sun8i-r40-tcon-tv [all …]
|