i915_power_well_ops
const struct i915_power_well_ops i9xx_always_on_power_well_ops = {
const struct i915_power_well_ops chv_pipe_power_well_ops = {
const struct i915_power_well_ops chv_dpio_cmn_power_well_ops = {
const struct i915_power_well_ops i830_pipes_power_well_ops = {
const struct i915_power_well_ops hsw_power_well_ops = {
const struct i915_power_well_ops gen9_dc_off_power_well_ops = {
const struct i915_power_well_ops bxt_dpio_cmn_power_well_ops = {
const struct i915_power_well_ops vlv_display_power_well_ops = {
const struct i915_power_well_ops vlv_dpio_cmn_power_well_ops = {
const struct i915_power_well_ops vlv_dpio_power_well_ops = {
const struct i915_power_well_ops icl_aux_power_well_ops = {
const struct i915_power_well_ops icl_ddi_power_well_ops = {
const struct i915_power_well_ops tgl_tc_cold_off_ops = {
const struct i915_power_well_ops xelpdp_aux_power_well_ops = {
const struct i915_power_well_ops xe2lpd_pica_power_well_ops = {
struct i915_power_well_ops;
extern const struct i915_power_well_ops i9xx_always_on_power_well_ops;
extern const struct i915_power_well_ops chv_pipe_power_well_ops;
extern const struct i915_power_well_ops chv_dpio_cmn_power_well_ops;
extern const struct i915_power_well_ops i830_pipes_power_well_ops;
extern const struct i915_power_well_ops hsw_power_well_ops;
extern const struct i915_power_well_ops gen9_dc_off_power_well_ops;
extern const struct i915_power_well_ops bxt_dpio_cmn_power_well_ops;
extern const struct i915_power_well_ops vlv_display_power_well_ops;
extern const struct i915_power_well_ops vlv_dpio_cmn_power_well_ops;
extern const struct i915_power_well_ops vlv_dpio_power_well_ops;
extern const struct i915_power_well_ops icl_aux_power_well_ops;
extern const struct i915_power_well_ops icl_ddi_power_well_ops;
extern const struct i915_power_well_ops tgl_tc_cold_off_ops;
extern const struct i915_power_well_ops xelpdp_aux_power_well_ops;
extern const struct i915_power_well_ops xe2lpd_pica_power_well_ops;
const struct i915_power_well_ops *ops;