Searched refs:tvout (Results 1 – 4 of 4) sorted by relevance
/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 121 struct sti_tvout *tvout; member 127 #define to_sti_tvout(x) to_sti_tvout_encoder(x)->tvout 141 static u32 tvout_read(struct sti_tvout *tvout, int offset) in tvout_read() argument 143 return readl(tvout->regs + offset); in tvout_read() 146 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write() argument 148 writel(val, tvout->regs + offset); in tvout_write() 160 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg, in tvout_vip_set_color_order() argument 163 u32 val = tvout_read(tvout, reg); in tvout_vip_set_color_order() 172 tvout_write(tvout, val, reg); in tvout_vip_set_color_order() 182 static void tvout_vip_set_clip_mode(struct sti_tvout *tvout, int reg, u32 range) in tvout_vip_set_clip_mode() argument [all …]
|
/drivers/acpi/ |
D | acpi_video.c | 177 u8 tvout:1; member 1110 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1136 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1414 if (!video_device->flags.tvout) in acpi_video_get_edid()
|
/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 465 bd->output.tvout = 0; in get_bios_tvout() 479 bd->output.tvout = 1; in get_bios_tvout()
|
D | matroxfb_base.h | 324 unsigned char state, tvout; member
|