Lines Matching refs:tegra_sor
154 struct tegra_sor;
158 int (*probe)(struct tegra_sor *sor);
159 int (*remove)(struct tegra_sor *sor);
162 struct tegra_sor { struct
206 static inline struct tegra_sor * argument
209 return container_of(client, struct tegra_sor, client); in host1x_client_to_sor()
212 static inline struct tegra_sor *to_sor(struct tegra_output *output) in to_sor()
214 return container_of(output, struct tegra_sor, output); in to_sor()
217 static inline u32 tegra_sor_readl(struct tegra_sor *sor, unsigned long offset) in tegra_sor_readl()
222 static inline void tegra_sor_writel(struct tegra_sor *sor, u32 value, in tegra_sor_writel()
228 static int tegra_sor_dp_train_fast(struct tegra_sor *sor, in tegra_sor_dp_train_fast()
334 static void tegra_sor_dp_term_calibrate(struct tegra_sor *sor) in tegra_sor_dp_term_calibrate()
375 static void tegra_sor_super_update(struct tegra_sor *sor) in tegra_sor_super_update()
382 static void tegra_sor_update(struct tegra_sor *sor) in tegra_sor_update()
389 static int tegra_sor_setup_pwm(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_setup_pwm()
418 static int tegra_sor_attach(struct tegra_sor *sor) in tegra_sor_attach()
448 static int tegra_sor_wakeup(struct tegra_sor *sor) in tegra_sor_wakeup()
468 static int tegra_sor_power_up(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_power_up()
504 static int tegra_sor_compute_params(struct tegra_sor *sor, in tegra_sor_compute_params()
572 static int tegra_sor_calc_config(struct tegra_sor *sor, in tegra_sor_calc_config()
664 static int tegra_sor_detach(struct tegra_sor *sor) in tegra_sor_detach()
713 static int tegra_sor_power_down(struct tegra_sor *sor) in tegra_sor_power_down()
783 static int tegra_sor_crc_wait(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_crc_wait()
803 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_crc()
845 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_regs()
988 static int tegra_sor_debugfs_init(struct tegra_sor *sor, in tegra_sor_debugfs_init()
1028 static void tegra_sor_debugfs_exit(struct tegra_sor *sor) in tegra_sor_debugfs_exit()
1045 struct tegra_sor *sor = to_sor(output); in tegra_sor_connector_detect()
1066 struct tegra_sor *sor = to_sor(output); in tegra_sor_connector_get_modes()
1101 struct tegra_sor *sor = to_sor(output); in tegra_sor_edp_disable()
1196 struct tegra_sor *sor = to_sor(output); in tegra_sor_edp_enable()
1598 struct tegra_sor *sor = to_sor(output); in tegra_sor_encoder_atomic_check()
1628 static void tegra_sor_hdmi_write_infopack(struct tegra_sor *sor, in tegra_sor_hdmi_write_infopack()
1680 tegra_sor_hdmi_setup_avi_infoframe(struct tegra_sor *sor, in tegra_sor_hdmi_setup_avi_infoframe()
1718 static void tegra_sor_hdmi_disable_audio_infoframe(struct tegra_sor *sor) in tegra_sor_hdmi_disable_audio_infoframe()
1728 tegra_sor_hdmi_find_settings(struct tegra_sor *sor, unsigned long frequency) in tegra_sor_hdmi_find_settings()
1743 struct tegra_sor *sor = to_sor(output); in tegra_sor_hdmi_disable()
1782 struct tegra_sor *sor = to_sor(output); in tegra_sor_hdmi_enable()
2146 struct tegra_sor *sor = host1x_client_to_sor(client); in tegra_sor_init()
2247 struct tegra_sor *sor = host1x_client_to_sor(client); in tegra_sor_exit()
2279 static int tegra_sor_hdmi_probe(struct tegra_sor *sor) in tegra_sor_hdmi_probe()
2327 static int tegra_sor_hdmi_remove(struct tegra_sor *sor) in tegra_sor_hdmi_remove()
2378 struct tegra_sor *sor; in tegra_sor_probe()
2513 struct tegra_sor *sor = platform_get_drvdata(pdev); in tegra_sor_remove()