Lines Matching refs:pkt
75 void cmdq_pkt_destroy(struct cmdq_pkt *pkt);
86 int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value);
98 int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys,
110 int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, u16 addr_low,
127 int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
145 int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx,
158 int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx,
173 int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx,
184 int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear);
193 int cmdq_pkt_clear_event(struct cmdq_pkt *pkt, u16 event);
202 int cmdq_pkt_set_event(struct cmdq_pkt *pkt, u16 event);
217 int cmdq_pkt_poll(struct cmdq_pkt *pkt, u8 subsys,
234 int cmdq_pkt_poll_mask(struct cmdq_pkt *pkt, u8 subsys,
248 int cmdq_pkt_assign(struct cmdq_pkt *pkt, u16 reg_idx, u32 value);
259 int cmdq_pkt_jump(struct cmdq_pkt *pkt, dma_addr_t addr);
267 int cmdq_pkt_finalize(struct cmdq_pkt *pkt);
280 int cmdq_pkt_flush_async(struct cmdq_pkt *pkt);
302 static inline void cmdq_pkt_destroy(struct cmdq_pkt *pkt) { } in cmdq_pkt_destroy() argument
304 static inline int cmdq_pkt_write(struct cmdq_pkt *pkt, u8 subsys, u16 offset, u32 value) in cmdq_pkt_write() argument
309 static inline int cmdq_pkt_write_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_write_mask() argument
315 static inline int cmdq_pkt_read_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_read_s() argument
321 static inline int cmdq_pkt_write_s(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s() argument
327 static inline int cmdq_pkt_write_s_mask(struct cmdq_pkt *pkt, u16 high_addr_reg_idx, in cmdq_pkt_write_s_mask() argument
333 static inline int cmdq_pkt_write_s_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_value() argument
339 static inline int cmdq_pkt_write_s_mask_value(struct cmdq_pkt *pkt, u8 high_addr_reg_idx, in cmdq_pkt_write_s_mask_value() argument
345 static inline int cmdq_pkt_wfe(struct cmdq_pkt *pkt, u16 event, bool clear) in cmdq_pkt_wfe() argument
350 static inline int cmdq_pkt_clear_event(struct cmdq_pkt *pkt, u16 event) in cmdq_pkt_clear_event() argument
355 static inline int cmdq_pkt_set_event(struct cmdq_pkt *pkt, u16 event) in cmdq_pkt_set_event() argument
360 static inline int cmdq_pkt_poll(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll() argument
366 static inline int cmdq_pkt_poll_mask(struct cmdq_pkt *pkt, u8 subsys, in cmdq_pkt_poll_mask() argument
372 static inline int cmdq_pkt_assign(struct cmdq_pkt *pkt, u16 reg_idx, u32 value) in cmdq_pkt_assign() argument
377 static inline int cmdq_pkt_jump(struct cmdq_pkt *pkt, dma_addr_t addr) in cmdq_pkt_jump() argument
382 static inline int cmdq_pkt_finalize(struct cmdq_pkt *pkt) in cmdq_pkt_finalize() argument
387 static inline int cmdq_pkt_flush_async(struct cmdq_pkt *pkt) in cmdq_pkt_flush_async() argument