Searched defs:display_state (Results 1 – 1 of 1) sorted by relevance
317 struct display_state { struct318 struct list_head head;320 const void *blob;321 ofnode node;323 struct crtc_state crtc_state;324 struct connector_state conn_state;325 struct panel_state panel_state;350 int display_send_mcu_cmd(struct display_state *state, u32 type, u32 val); argument