Lines Matching defs:sor
474 static inline u32 tegra_sor_readl(struct tegra_sor *sor, unsigned int offset) in tegra_sor_readl()
483 static inline void tegra_sor_writel(struct tegra_sor *sor, u32 value, in tegra_sor_writel()
490 static int tegra_sor_set_parent_clock(struct tegra_sor *sor, struct clk *parent) in tegra_sor_set_parent_clock()
509 struct tegra_sor *sor; member
524 struct tegra_sor *sor = pad->sor; in tegra_clk_sor_pad_set_parent() local
548 struct tegra_sor *sor = pad->sor; in tegra_clk_sor_pad_get_parent() local
574 static struct clk *tegra_clk_sor_pad_register(struct tegra_sor *sor, in tegra_clk_sor_pad_register()
600 static int tegra_sor_dp_train_fast(struct tegra_sor *sor, in tegra_sor_dp_train_fast()
706 static void tegra_sor_super_update(struct tegra_sor *sor) in tegra_sor_super_update()
713 static void tegra_sor_update(struct tegra_sor *sor) in tegra_sor_update()
720 static int tegra_sor_setup_pwm(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_setup_pwm()
749 static int tegra_sor_attach(struct tegra_sor *sor) in tegra_sor_attach()
779 static int tegra_sor_wakeup(struct tegra_sor *sor) in tegra_sor_wakeup()
799 static int tegra_sor_power_up(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_power_up()
835 static int tegra_sor_compute_params(struct tegra_sor *sor, in tegra_sor_compute_params()
903 static int tegra_sor_compute_config(struct tegra_sor *sor, in tegra_sor_compute_config()
995 static void tegra_sor_apply_config(struct tegra_sor *sor, in tegra_sor_apply_config()
1035 static void tegra_sor_mode_set(struct tegra_sor *sor, in tegra_sor_mode_set()
1124 static int tegra_sor_detach(struct tegra_sor *sor) in tegra_sor_detach()
1173 static int tegra_sor_power_down(struct tegra_sor *sor) in tegra_sor_power_down()
1246 static int tegra_sor_crc_wait(struct tegra_sor *sor, unsigned long timeout) in tegra_sor_crc_wait()
1266 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_crc() local
1428 struct tegra_sor *sor = node->info_ent->data; in tegra_sor_show_regs() local
1464 struct tegra_sor *sor = to_sor(output); in tegra_sor_late_register() local
1492 struct tegra_sor *sor = to_sor(output); in tegra_sor_early_unregister() local
1520 struct tegra_sor *sor = to_sor(output); in tegra_sor_connector_detect() local
1557 struct tegra_sor *sor = to_sor(output); in tegra_sor_connector_get_modes() local
1591 struct tegra_sor *sor = to_sor(output); in tegra_sor_edp_disable() local
1684 struct tegra_sor *sor = to_sor(output); in tegra_sor_edp_enable() local
1993 struct tegra_sor *sor = to_sor(output); in tegra_sor_encoder_atomic_check() local
2050 static void tegra_sor_hdmi_write_infopack(struct tegra_sor *sor, in tegra_sor_hdmi_write_infopack()
2102 tegra_sor_hdmi_setup_avi_infoframe(struct tegra_sor *sor, in tegra_sor_hdmi_setup_avi_infoframe()
2141 static void tegra_sor_write_eld(struct tegra_sor *sor) in tegra_sor_write_eld()
2159 static void tegra_sor_audio_prepare(struct tegra_sor *sor) in tegra_sor_audio_prepare()
2169 static void tegra_sor_audio_unprepare(struct tegra_sor *sor) in tegra_sor_audio_unprepare()
2174 static int tegra_sor_hdmi_enable_audio_infoframe(struct tegra_sor *sor) in tegra_sor_hdmi_enable_audio_infoframe()
2205 static void tegra_sor_hdmi_audio_enable(struct tegra_sor *sor) in tegra_sor_hdmi_audio_enable()
2279 static void tegra_sor_hdmi_disable_audio_infoframe(struct tegra_sor *sor) in tegra_sor_hdmi_disable_audio_infoframe()
2288 static void tegra_sor_hdmi_audio_disable(struct tegra_sor *sor) in tegra_sor_hdmi_audio_disable()
2294 tegra_sor_hdmi_find_settings(struct tegra_sor *sor, unsigned long frequency) in tegra_sor_hdmi_find_settings()
2305 static void tegra_sor_hdmi_disable_scrambling(struct tegra_sor *sor) in tegra_sor_hdmi_disable_scrambling()
2315 static void tegra_sor_hdmi_scdc_disable(struct tegra_sor *sor) in tegra_sor_hdmi_scdc_disable()
2325 static void tegra_sor_hdmi_scdc_stop(struct tegra_sor *sor) in tegra_sor_hdmi_scdc_stop()
2333 static void tegra_sor_hdmi_enable_scrambling(struct tegra_sor *sor) in tegra_sor_hdmi_enable_scrambling()
2343 static void tegra_sor_hdmi_scdc_enable(struct tegra_sor *sor) in tegra_sor_hdmi_scdc_enable()
2355 struct tegra_sor *sor = container_of(work, struct tegra_sor, scdc.work); in tegra_sor_hdmi_scdc_work() local
2366 static void tegra_sor_hdmi_scdc_start(struct tegra_sor *sor) in tegra_sor_hdmi_scdc_start()
2384 struct tegra_sor *sor = to_sor(output); in tegra_sor_hdmi_disable() local
2427 struct tegra_sor *sor = to_sor(output); in tegra_sor_hdmi_enable() local
2810 struct tegra_sor *sor = host1x_client_to_sor(client); in tegra_sor_init() local
2930 struct tegra_sor *sor = host1x_client_to_sor(client); in tegra_sor_exit() local
2962 static int tegra_sor_hdmi_probe(struct tegra_sor *sor) in tegra_sor_hdmi_probe()
3012 static int tegra_sor_hdmi_remove(struct tegra_sor *sor) in tegra_sor_hdmi_remove()
3183 static int tegra_sor_parse_dt(struct tegra_sor *sor) in tegra_sor_parse_dt()
3226 struct tegra_sor *sor = data; in tegra_sor_irq() local
3254 struct tegra_sor *sor; in tegra_sor_probe() local
3501 struct tegra_sor *sor = platform_get_drvdata(pdev); in tegra_sor_remove() local
3527 struct tegra_sor *sor = dev_get_drvdata(dev); in tegra_sor_suspend() local
3549 struct tegra_sor *sor = dev_get_drvdata(dev); in tegra_sor_resume() local