Searched defs:oz_elt_info (Results 1 – 1 of 1) sorted by relevance
27 struct oz_elt_info { struct28 struct list_head link;29 struct list_head link_order;30 u8 flags;31 u8 app_id;55 struct oz_elt_info *oz_elt_info_alloc(struct oz_elt_buf *buf); argument