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

#include <chip.h>

Collaboration diagram for drivers_intel_mipi_camera_config:
Collaboration graph

Data Fields

struct clock_ctrl_panel clk_panel
 
struct gpio_ctrl_panel gpio_panel
 
struct operation_seq on_seq
 
struct operation_seq off_seq
 
struct intel_ssdb ssdb
 
struct intel_pwdb pwdb [MAX_PWDB_ENTRIES]
 
enum intel_camera_device_type device_type
 
uint8_t num_pwdb_entries
 
const char * acpi_hid
 
const char * acpi_name
 
const char * chip_name
 
unsigned int acpi_uid
 
const char * pr0
 
uint32_t cio2_num_ports
 
uint32_t cio2_lanes_used [MAX_PORT_ENTRIES]
 
const char * cio2_lane_endpoint [MAX_PORT_ENTRIES]
 
uint32_t cio2_prt [MAX_PORT_ENTRIES]
 
bool disable_ssdb_defaults
 
uint8_t num_freq_entries
 
uint32_t link_freq [MAX_LINK_FREQ_ENTRIES]
 
const char * sensor_name
 
const char * remote_name
 
const char * vcm_name
 
bool use_pld
 
bool disable_pld_defaults
 
struct acpi_pld pld
 
uint16_t rom_address
 
uint16_t vcm_address
 
bool disable_nvm_defaults
 
uint32_t nvm_size
 
uint32_t nvm_pagesize
 
uint32_t nvm_readonly
 
uint32_t nvm_width
 
const char * nvm_compat
 
const char * vcm_compat
 
bool has_power_resource
 
bool low_power_probe
 
uint8_t max_dstate_for_probe
 

Detailed Description

Definition at line 207 of file chip.h.

Field Documentation

◆ acpi_hid

const char* drivers_intel_mipi_camera_config::acpi_hid

Definition at line 217 of file chip.h.

◆ acpi_name

const char* drivers_intel_mipi_camera_config::acpi_name

Definition at line 218 of file chip.h.

◆ acpi_uid

unsigned int drivers_intel_mipi_camera_config::acpi_uid

Definition at line 220 of file chip.h.

◆ chip_name

const char* drivers_intel_mipi_camera_config::chip_name

Definition at line 219 of file chip.h.

◆ cio2_lane_endpoint

const char* drivers_intel_mipi_camera_config::cio2_lane_endpoint[MAX_PORT_ENTRIES]

Definition at line 226 of file chip.h.

◆ cio2_lanes_used

uint32_t drivers_intel_mipi_camera_config::cio2_lanes_used[MAX_PORT_ENTRIES]

Definition at line 225 of file chip.h.

Referenced by camera_fill_ssdb_defaults().

◆ cio2_num_ports

uint32_t drivers_intel_mipi_camera_config::cio2_num_ports

Definition at line 224 of file chip.h.

Referenced by camera_fill_ssdb_defaults().

◆ cio2_prt

uint32_t drivers_intel_mipi_camera_config::cio2_prt[MAX_PORT_ENTRIES]

Definition at line 227 of file chip.h.

◆ clk_panel

struct clock_ctrl_panel drivers_intel_mipi_camera_config::clk_panel

Definition at line 203 of file chip.h.

◆ device_type

enum intel_camera_device_type drivers_intel_mipi_camera_config::device_type

Definition at line 203 of file chip.h.

Referenced by camera_fill_sensor(), and camera_fill_ssdb_defaults().

◆ disable_nvm_defaults

bool drivers_intel_mipi_camera_config::disable_nvm_defaults

Definition at line 247 of file chip.h.

◆ disable_pld_defaults

bool drivers_intel_mipi_camera_config::disable_pld_defaults

Definition at line 238 of file chip.h.

◆ disable_ssdb_defaults

bool drivers_intel_mipi_camera_config::disable_ssdb_defaults

Definition at line 230 of file chip.h.

◆ gpio_panel

struct gpio_ctrl_panel drivers_intel_mipi_camera_config::gpio_panel

Definition at line 203 of file chip.h.

◆ has_power_resource

bool drivers_intel_mipi_camera_config::has_power_resource

Definition at line 257 of file chip.h.

◆ link_freq

uint32_t drivers_intel_mipi_camera_config::link_freq[MAX_LINK_FREQ_ENTRIES]

Definition at line 233 of file chip.h.

◆ low_power_probe

bool drivers_intel_mipi_camera_config::low_power_probe

Definition at line 259 of file chip.h.

◆ max_dstate_for_probe

uint8_t drivers_intel_mipi_camera_config::max_dstate_for_probe

Definition at line 270 of file chip.h.

◆ num_freq_entries

uint8_t drivers_intel_mipi_camera_config::num_freq_entries

Definition at line 232 of file chip.h.

◆ num_pwdb_entries

uint8_t drivers_intel_mipi_camera_config::num_pwdb_entries

Definition at line 216 of file chip.h.

◆ nvm_compat

const char* drivers_intel_mipi_camera_config::nvm_compat

Definition at line 252 of file chip.h.

◆ nvm_pagesize

uint32_t drivers_intel_mipi_camera_config::nvm_pagesize

Definition at line 249 of file chip.h.

◆ nvm_readonly

uint32_t drivers_intel_mipi_camera_config::nvm_readonly

Definition at line 250 of file chip.h.

◆ nvm_size

uint32_t drivers_intel_mipi_camera_config::nvm_size

Definition at line 248 of file chip.h.

◆ nvm_width

uint32_t drivers_intel_mipi_camera_config::nvm_width

Definition at line 251 of file chip.h.

◆ off_seq

struct operation_seq drivers_intel_mipi_camera_config::off_seq

Definition at line 203 of file chip.h.

◆ on_seq

struct operation_seq drivers_intel_mipi_camera_config::on_seq

Definition at line 203 of file chip.h.

◆ pld

struct acpi_pld drivers_intel_mipi_camera_config::pld

Definition at line 238 of file chip.h.

◆ pr0

const char* drivers_intel_mipi_camera_config::pr0

Definition at line 221 of file chip.h.

◆ pwdb

struct intel_pwdb drivers_intel_mipi_camera_config::pwdb[MAX_PWDB_ENTRIES]

Definition at line 203 of file chip.h.

◆ remote_name

const char* drivers_intel_mipi_camera_config::remote_name

Definition at line 235 of file chip.h.

◆ rom_address

uint16_t drivers_intel_mipi_camera_config::rom_address

Definition at line 240 of file chip.h.

◆ sensor_name

const char* drivers_intel_mipi_camera_config::sensor_name

Definition at line 234 of file chip.h.

◆ ssdb

struct intel_ssdb drivers_intel_mipi_camera_config::ssdb

Definition at line 203 of file chip.h.

◆ use_pld

bool drivers_intel_mipi_camera_config::use_pld

Definition at line 237 of file chip.h.

◆ vcm_address

uint16_t drivers_intel_mipi_camera_config::vcm_address

Definition at line 241 of file chip.h.

◆ vcm_compat

const char* drivers_intel_mipi_camera_config::vcm_compat

Definition at line 255 of file chip.h.

◆ vcm_name

const char* drivers_intel_mipi_camera_config::vcm_name

Definition at line 236 of file chip.h.

Referenced by camera_fill_sensor().


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