Lines Matching refs:dmcu
48 struct dmcu { struct
60 bool (*dmcu_init)(struct dmcu *dmcu); argument
61 bool (*load_iram)(struct dmcu *dmcu,
65 void (*set_psr_enable)(struct dmcu *dmcu, bool enable, bool wait);
66 bool (*setup_psr)(struct dmcu *dmcu,
69 void (*get_psr_state)(struct dmcu *dmcu, enum dc_psr_state *dc_psr_state);
70 void (*set_psr_wait_loop)(struct dmcu *dmcu,
72 void (*get_psr_wait_loop)(struct dmcu *dmcu,
74 bool (*is_dmcu_initialized)(struct dmcu *dmcu);
75 bool (*lock_phy)(struct dmcu *dmcu);
76 bool (*unlock_phy)(struct dmcu *dmcu);
77 bool (*send_edid_cea)(struct dmcu *dmcu,
82 bool (*recv_amd_vsdb)(struct dmcu *dmcu,
86 bool (*recv_edid_cea_ack)(struct dmcu *dmcu, int *offset);
88 void (*forward_crc_window)(struct dmcu *dmcu,
91 void (*stop_crc_win_update)(struct dmcu *dmcu,