Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-tvo.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-tvo.yaml#
15 pattern: "^tvo@[0-9a-f]+$"
19 - nvidia,tegra20-tvo
20 - nvidia,tegra30-tvo
21 - nvidia,tegra114-tvo
52 tvo@542c0000 {
53 compatible = "nvidia,tegra20-tvo";
Dnvidia,tegra20-host1x.yaml362 tvo@542c0000 {
363 compatible = "nvidia,tegra20-tvo";
/linux-6.12.1/include/dt-bindings/clock/
Dtegra20-car.h70 /* 49 (register bit affects tvo and cve) */
Dtegra30-car.h70 /* 49 (register bit affects cve and tvo) */
/linux-6.12.1/drivers/video/fbdev/matrox/
Di2c-matroxfb.c20 /* MGA-TVO I2C for G200, G400 */
Dmatroxfb_misc.c465 /* Check for 'IBM .*(V....TVO' string - it means TVO BIOS */ in get_bios_tvout()
Dmatroxfb_crtc2.c96 /* MGA TVO is our clock source */ in matroxfb_dh_restore()
Dmatroxfb_DAC1064.c189 of TVO clocks, and chroma subcarrier is derived from its in g450_set_plls()
Dmatroxfb_maven.c1301 MODULE_DESCRIPTION("Matrox G200/G400 Matrox MGA-TVO driver");
/linux-6.12.1/drivers/video/fbdev/
DKconfig892 interconnects Matrox optional devices, like MGA-TVO on G200 and
897 second head of G400 or MGA-TVO on G200 or G400.
910 monitors in parallel) on G400 or MGA-TVO add-on on G200. Secondary
/linux-6.12.1/arch/arm/boot/dts/nvidia/
Dtegra20.dtsi196 tvo@542c0000 {
197 compatible = "nvidia,tegra20-tvo";
Dtegra30.dtsi306 tvo@542c0000 {
307 compatible = "nvidia,tegra30-tvo";
Dtegra20-peripherals-opp.dtsi572 tvo_dvfs_opp_table: opp-table-tvo {
Dtegra30-peripherals-opp.dtsi1092 tvo_dvfs_opp_table: opp-table-tvo {
/linux-6.12.1/drivers/clk/tegra/
Dclk-tegra-periph.c686 MUX("tvo", mux_pllp_plld_pllc_clkm, CLK_SOURCE_TVO, 49, 0, tegra_clk_tvo),
Dclk-tegra20.c498 { .dev_id = "tvo", .dt_id = TEGRA20_CLK_TVO },
Dclk-tegra30.c663 { .dev_id = "tvo", .dt_id = TEGRA30_CLK_TVO },
/linux-6.12.1/Documentation/admin-guide/media/
Dbttv.rst1492 - TV Tuner MG9910 - HBY33A-TVO CEI + Philips SAA7110 + OKI M548262 + ST STV8438CV
/linux-6.12.1/fs/ntfs3/
Dfslog.c3061 u64 tvo = le64_to_cpu(lrh->target_vcn) << sbi->cluster_bits; in do_action() local
3062 u64 vbo = cbo + tvo; in do_action()