Home
last modified time | relevance | path

Searched refs:tvout (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_tvout.c127 struct sti_tvout *tvout; member
133 #define to_sti_tvout(x) to_sti_tvout_encoder(x)->tvout
147 static u32 tvout_read(struct sti_tvout *tvout, int offset) in tvout_read() argument
149 return readl(tvout->regs + offset); in tvout_read()
152 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write() argument
154 writel(val, tvout->regs + offset); in tvout_write()
166 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg, in tvout_vip_set_color_order() argument
169 u32 val = tvout_read(tvout, reg); in tvout_vip_set_color_order()
178 tvout_write(tvout, val, reg); in tvout_vip_set_color_order()
188 static void tvout_vip_set_clip_mode(struct sti_tvout *tvout, int reg, u32 range) in tvout_vip_set_clip_mode() argument
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnokia,rx51.txt9 - tvout-selection-gpios: GPIO for tvout selection
23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
/linux-4.4.14/arch/arm/boot/dts/
Dstih407.dtsi72 sti-tvout@8d08000 {
73 compatible = "st,stih407-tvout";
75 reg-names = "tvout-reg";
76 reset-names = "tvout";
Dstih410.dtsi159 sti-tvout@8d08000 {
160 compatible = "st,stih407-tvout";
162 reg-names = "tvout-reg";
163 reset-names = "tvout";
Domap3-n900.dts134 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
Dste-dbx5x0.dtsi780 // supply for tvout; gpadc; TVOUT LDO
/linux-4.4.14/Documentation/devicetree/bindings/display/
Dst,stih4xx.txt44 - sti-tvout: video out hardware block
47 - compatible: "st,stih<chip>-tvout"
191 sti-tvout@fe000000 {
192 compatible = "st,stih416-tvout";
194 reg-names = "tvout-reg", "hda-reg", "syscfg";
195 reset-names = "tvout";
/linux-4.4.14/sound/soc/omap/
Drx51.c64 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local
68 tvout = 1; in rx51_ext_control()
97 gpiod_set_value(pdata->tvout_selection_gpio, tvout); in rx51_ext_control()
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ab8500/
Dfg.txt6 tvout, clock management and sim card interface.
/linux-4.4.14/drivers/acpi/
Dacpi_video.c170 u8 tvout:1; member
1075 data->flags.tvout = 1; in acpi_video_bus_get_one_device()
1101 data->flags.tvout = 1; in acpi_video_bus_get_one_device()
1376 if (!video_device->flags.tvout) in acpi_video_get_edid()
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c465 bd->output.tvout = 0; in get_bios_tvout()
479 bd->output.tvout = 1; in get_bios_tvout()
Dmatroxfb_base.h325 unsigned char state, tvout; member