Lines Matching +full:sub +full:- +full:system

1 /* SPDX-License-Identifier: GPL-2.0 */
11 #include <linux/mailbox/mtk-cmdq-mailbox.h>
36 * cmdq_dev_get_client_reg() - parse cmdq client reg from the device
51 * cmdq_mbox_create() - create CMDQ mailbox client and channel
63 * cmdq_mbox_destroy() - destroy CMDQ mailbox client and channel
69 * cmdq_pkt_create() - create a CMDQ packet
78 * cmdq_pkt_destroy() - destroy the CMDQ packet
84 * cmdq_pkt_write() - append write command to the CMDQ packet
86 * @subsys: the CMDQ sub system code
87 * @offset: register offset from CMDQ sub system
95 * cmdq_pkt_write_mask() - append write command with mask to the CMDQ packet
97 * @subsys: the CMDQ sub system code
98 * @offset: register offset from CMDQ sub system
108 * cmdq_pkt_read_s() - append read_s command to the CMDQ packet
120 * cmdq_pkt_write_s() - append write_s command to the CMDQ packet
137 * cmdq_pkt_write_s_mask() - append write_s with mask command to the CMDQ packet
155 * cmdq_pkt_write_s_value() - append write_s command to the CMDQ packet which
168 * cmdq_pkt_write_s_mask_value() - append write_s command with mask to the CMDQ
183 * cmdq_pkt_wfe() - append wait for event command to the CMDQ packet
193 * cmdq_pkt_clear_event() - append clear event command to the CMDQ packet
202 * cmdq_pkt_set_event() - append set event command to the CMDQ packet
211 * cmdq_pkt_poll() - Append polling command to the CMDQ packet, ask GCE to
217 * @subsys: the CMDQ sub system code
218 * @offset: register offset from CMDQ sub system
227 * cmdq_pkt_poll_mask() - Append polling command to the CMDQ packet, ask GCE to
233 * @subsys: the CMDQ sub system code
234 * @offset: register offset from CMDQ sub system
244 * cmdq_pkt_assign() - Append logic assign command to the CMDQ packet, ask GCE
257 * cmdq_pkt_jump() - Append jump command to the CMDQ packet, ask GCE
268 * cmdq_pkt_finalize() - Append EOC and jump command to pkt.
276 * cmdq_pkt_flush_async() - trigger CMDQ to asynchronously execute the CMDQ
292 * cmdq_pkt_flush() - trigger CMDQ to execute the CMDQ packet