/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_tvout.c | 125 struct sti_tvout *tvout; member 131 #define to_sti_tvout(x) to_sti_tvout_encoder(x)->tvout 145 static u32 tvout_read(struct sti_tvout *tvout, int offset) in tvout_read() argument 147 return readl(tvout->regs + offset); in tvout_read() 150 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write() argument 152 writel(val, tvout->regs + offset); in tvout_write() 158 * @tvout: tvout structure 164 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg, in tvout_vip_set_color_order() argument 167 u32 val = tvout_read(tvout, re in tvout_vip_set_color_order() 186 tvout_vip_set_clip_mode(struct sti_tvout *tvout, int reg, u32 range) tvout_vip_set_clip_mode() argument 202 tvout_vip_set_rnd(struct sti_tvout *tvout, int reg, u32 rnd) tvout_vip_set_rnd() argument 219 tvout_vip_set_sel_input(struct sti_tvout *tvout, int reg, bool main_path, enum sti_tvout_video_out_type video_out) tvout_vip_set_sel_input() argument 256 tvout_vip_set_in_vid_fmt(struct sti_tvout *tvout, int reg, u32 in_vid_fmt) tvout_vip_set_in_vid_fmt() argument 272 tvout_preformatter_set_matrix(struct sti_tvout *tvout, struct drm_display_mode *mode) tvout_preformatter_set_matrix() argument 298 tvout_dvo_start(struct sti_tvout *tvout, bool main_path) tvout_dvo_start() argument 352 tvout_hdmi_start(struct sti_tvout *tvout, bool main_path) tvout_hdmi_start() argument 401 tvout_hda_start(struct sti_tvout *tvout, bool main_path) tvout_hda_start() argument 500 struct sti_tvout *tvout = (struct sti_tvout *)node->info_ent->data; tvout_dbg_show() local 573 tvout_debugfs_init(struct sti_tvout *tvout, struct drm_minor *minor) tvout_debugfs_init() argument 605 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_tvout_late_register() local 618 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_tvout_early_unregister() local 634 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_dvo_encoder_enable() local 643 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_dvo_encoder_disable() local 657 sti_tvout_create_dvo_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_dvo_encoder() argument 684 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hda_encoder_enable() local 693 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hda_encoder_disable() local 709 sti_tvout_create_hda_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_hda_encoder() argument 735 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hdmi_encoder_enable() local 744 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hdmi_encoder_disable() local 757 sti_tvout_create_hdmi_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_hdmi_encoder() argument 781 sti_tvout_create_encoders(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_encoders() argument 796 sti_tvout_destroy_encoders(struct sti_tvout *tvout) sti_tvout_destroy_encoders() argument 813 struct sti_tvout *tvout = dev_get_drvdata(dev); sti_tvout_bind() local 826 struct sti_tvout *tvout = dev_get_drvdata(dev); sti_tvout_unbind() local 840 struct sti_tvout *tvout; sti_tvout_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_tvout.c | 125 struct sti_tvout *tvout; member 131 #define to_sti_tvout(x) to_sti_tvout_encoder(x)->tvout 145 static u32 tvout_read(struct sti_tvout *tvout, int offset) in tvout_read() argument 147 return readl(tvout->regs + offset); in tvout_read() 150 static void tvout_write(struct sti_tvout *tvout, u32 val, int offset) in tvout_write() argument 152 writel(val, tvout->regs + offset); in tvout_write() 158 * @tvout: tvout structure 164 static void tvout_vip_set_color_order(struct sti_tvout *tvout, int reg, in tvout_vip_set_color_order() argument 167 u32 val = tvout_read(tvout, re in tvout_vip_set_color_order() 186 tvout_vip_set_clip_mode(struct sti_tvout *tvout, int reg, u32 range) tvout_vip_set_clip_mode() argument 202 tvout_vip_set_rnd(struct sti_tvout *tvout, int reg, u32 rnd) tvout_vip_set_rnd() argument 219 tvout_vip_set_sel_input(struct sti_tvout *tvout, int reg, bool main_path, enum sti_tvout_video_out_type video_out) tvout_vip_set_sel_input() argument 256 tvout_vip_set_in_vid_fmt(struct sti_tvout *tvout, int reg, u32 in_vid_fmt) tvout_vip_set_in_vid_fmt() argument 272 tvout_preformatter_set_matrix(struct sti_tvout *tvout, struct drm_display_mode *mode) tvout_preformatter_set_matrix() argument 298 tvout_dvo_start(struct sti_tvout *tvout, bool main_path) tvout_dvo_start() argument 352 tvout_hdmi_start(struct sti_tvout *tvout, bool main_path) tvout_hdmi_start() argument 401 tvout_hda_start(struct sti_tvout *tvout, bool main_path) tvout_hda_start() argument 500 struct sti_tvout *tvout = (struct sti_tvout *)node->info_ent->data; tvout_dbg_show() local 573 tvout_debugfs_init(struct sti_tvout *tvout, struct drm_minor *minor) tvout_debugfs_init() argument 605 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_tvout_late_register() local 618 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_tvout_early_unregister() local 634 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_dvo_encoder_enable() local 643 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_dvo_encoder_disable() local 657 sti_tvout_create_dvo_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_dvo_encoder() argument 684 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hda_encoder_enable() local 693 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hda_encoder_disable() local 709 sti_tvout_create_hda_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_hda_encoder() argument 735 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hdmi_encoder_enable() local 744 struct sti_tvout *tvout = to_sti_tvout(encoder); sti_hdmi_encoder_disable() local 757 sti_tvout_create_hdmi_encoder(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_hdmi_encoder() argument 781 sti_tvout_create_encoders(struct drm_device *dev, struct sti_tvout *tvout) sti_tvout_create_encoders() argument 796 sti_tvout_destroy_encoders(struct sti_tvout *tvout) sti_tvout_destroy_encoders() argument 813 struct sti_tvout *tvout = dev_get_drvdata(dev); sti_tvout_bind() local 826 struct sti_tvout *tvout = dev_get_drvdata(dev); sti_tvout_unbind() local 840 struct sti_tvout *tvout; sti_tvout_probe() local [all...] |
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | rx51.c | 49 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local 53 tvout = 1; in rx51_ext_control() 83 gpiod_set_value(pdata->tvout_selection_gpio, tvout); in rx51_ext_control() 421 "tvout-selection", in rx51_soc_probe() 424 dev_err(card->dev, "could not get tvout selection gpio\n"); in rx51_soc_probe()
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | rx51.c | 49 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local 53 tvout = 1; in rx51_ext_control() 83 gpiod_set_value(pdata->tvout_selection_gpio, tvout); in rx51_ext_control() 421 "tvout-selection", in rx51_soc_probe() 424 dev_err(card->dev, "could not get tvout selection gpio\n"); in rx51_soc_probe()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_video.c | 183 u8 tvout:1; member 1218 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1244 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1522 if (!video_device->flags.tvout) in acpi_video_get_edid()
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_video.c | 176 u8 tvout:1; member 1149 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1175 data->flags.tvout = 1; in acpi_video_bus_get_one_device() 1465 if (!video_device->flags.tvout) in acpi_video_get_edid()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 325 unsigned char state, tvout; member
|
H A D | matroxfb_misc.c | 466 bd->output.tvout = 0; in get_bios_tvout() 480 bd->output.tvout = 1; in get_bios_tvout()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.h | 324 unsigned char state, tvout; member
|
H A D | matroxfb_misc.c | 466 bd->output.tvout = 0; in get_bios_tvout() 480 bd->output.tvout = 1; in get_bios_tvout()
|