Lines Matching defs:mgr

18 u32 adf_mstate_state_size(struct adf_mstate_mgr *mgr)  in adf_mstate_state_size()
23 static inline u32 adf_mstate_avail_room(struct adf_mstate_mgr *mgr) in adf_mstate_avail_room()
28 void adf_mstate_mgr_init(struct adf_mstate_mgr *mgr, u8 *buf, u32 size) in adf_mstate_mgr_init()
38 struct adf_mstate_mgr *mgr; in adf_mstate_mgr_new() local
49 void adf_mstate_mgr_destroy(struct adf_mstate_mgr *mgr) in adf_mstate_mgr_destroy()
54 void adf_mstate_mgr_init_from_parent(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_parent()
61 void adf_mstate_mgr_init_from_psect(struct adf_mstate_mgr *mgr, in adf_mstate_mgr_init_from_psect()
81 struct adf_mstate_mgr *mgr = opaque; in adf_mstate_preamble_def_checker() local
95 struct adf_mstate_preh *adf_mstate_preamble_add(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_add()
110 int adf_mstate_preamble_update(struct adf_mstate_mgr *mgr) in adf_mstate_preamble_update()
130 static inline void __adf_mstate_sect_update(struct adf_mstate_mgr *mgr, in __adf_mstate_sect_update()
151 static struct adf_mstate_sect_h *adf_mstate_sect_add_header(struct adf_mstate_mgr *mgr, in adf_mstate_sect_add_header()
169 struct adf_mstate_sect_h *adf_mstate_sect_add_vreg(struct adf_mstate_mgr *mgr, in adf_mstate_sect_add_vreg()
191 struct adf_mstate_sect_h *adf_mstate_sect_add(struct adf_mstate_mgr *mgr, in adf_mstate_sect_add()
225 static int adf_mstate_sect_validate(struct adf_mstate_mgr *mgr) in adf_mstate_sect_validate()
252 u32 adf_mstate_state_size_from_remote(struct adf_mstate_mgr *mgr) in adf_mstate_state_size_from_remote()
259 int adf_mstate_mgr_init_from_remote(struct adf_mstate_mgr *mgr, u8 *buf, u32 size, in adf_mstate_mgr_init_from_remote()
285 struct adf_mstate_sect_h *adf_mstate_sect_lookup(struct adf_mstate_mgr *mgr, in adf_mstate_sect_lookup()