coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
tegra_dsi Struct Reference

#include <tegra_dsi.h>

Collaboration diagram for tegra_dsi:
Collaboration graph

Data Fields

struct panel_jdipanel
 
voidregs
 
u8 channel
 
unsigned long clk_rate
 
unsigned long flags
 
enum mipi_dsi_pixel_format format
 
unsigned int lanes
 
struct tegra_mipi_devicemipi
 
struct mipi_dsi_host host
 
bool enabled
 
unsigned int video_fifo_depth
 
unsigned int host_fifo_depth
 
unsigned int ganged_lanes
 
struct tegra_dsislave
 
int ganged_mode
 
struct tegra_dsimaster
 

Detailed Description

Definition at line 170 of file tegra_dsi.h.

Field Documentation

◆ channel

u8 tegra_dsi::channel

Definition at line 174 of file tegra_dsi.h.

◆ clk_rate

unsigned long tegra_dsi::clk_rate

Definition at line 175 of file tegra_dsi.h.

Referenced by mipi_dphy_set_timing(), and tegra_output_dsi_setup_clock().

◆ enabled

bool tegra_dsi::enabled

Definition at line 183 of file tegra_dsi.h.

Referenced by tegra_output_dsi_enable().

◆ flags

unsigned long tegra_dsi::flags

Definition at line 177 of file tegra_dsi.h.

Referenced by dsi_probe_if(), tegra_dsi_configure(), and tegra_dsi_host_attach().

◆ format

◆ ganged_lanes

unsigned int tegra_dsi::ganged_lanes

◆ ganged_mode

int tegra_dsi::ganged_mode

◆ host

struct mipi_dsi_host tegra_dsi::host

◆ host_fifo_depth

unsigned int tegra_dsi::host_fifo_depth

Definition at line 186 of file tegra_dsi.h.

Referenced by tegra_dsi_host_transfer().

◆ lanes

◆ master

struct tegra_dsi* tegra_dsi::master

Definition at line 193 of file tegra_dsi.h.

Referenced by tegra_dsi_host_attach().

◆ mipi

struct tegra_mipi_device* tegra_dsi::mipi

Definition at line 181 of file tegra_dsi.h.

Referenced by dsi_probe_if(), and tegra_dsi_pad_calibrate().

◆ panel

struct panel_jdi* tegra_dsi::panel

Definition at line 171 of file tegra_dsi.h.

Referenced by dsi_enable(), and dsi_probe_if().

◆ regs

void* tegra_dsi::regs

Definition at line 173 of file tegra_dsi.h.

Referenced by tegra_dsi_readl(), and tegra_dsi_writel().

◆ slave

◆ video_fifo_depth

unsigned int tegra_dsi::video_fifo_depth

Definition at line 185 of file tegra_dsi.h.

Referenced by tegra_dsi_configure(), and tegra_dsi_host_transfer().


The documentation for this struct was generated from the following file: