Home
last modified time | relevance | path

Searched refs:gpr_pkt (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/soc/qcom/
H A Dapr.h92 struct gpr_pkt { struct
105 #define GPR_PKT_HEADER_WORD_SIZE ((sizeof(struct gpr_pkt) + 3) >> 2) argument
194 int gpr_send_port_pkt(gpr_port_t *port, struct gpr_pkt *pkt);
195 int gpr_send_pkt(gpr_device_t *gdev, struct gpr_pkt *pkt);
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6prm.c52 static int q6prm_send_cmd_sync(struct q6prm *prm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6prm_send_cmd_sync()
65 struct gpr_pkt *pkt; in q6prm_set_hw_core_req()
119 struct gpr_pkt *pkt; in q6prm_request_lpass_clock()
156 struct gpr_pkt *pkt; in q6prm_release_lpass_clock()
H A Daudioreach.c208 struct gpr_pkt *pkt; in __audioreach_alloc_pkt()
445 struct gpr_pkt *pkt; in audioreach_alloc_graph_pkt()
601 struct gpr_pkt *pkt; in audioreach_display_port_set_media_format()
669 struct gpr_pkt *pkt; in audioreach_codec_dma_set_media_format()
739 struct gpr_pkt *pkt; in audioreach_send_u32_param()
806 struct gpr_pkt *pkt; in audioreach_mfc_set_media_format()
910 struct gpr_pkt *pkt; in audioreach_compr_set_param()
948 struct gpr_pkt *pkt; in audioreach_i2s_set_media_format()
1020 struct gpr_pkt *pkt; in audioreach_logging_set_media_format()
1058 struct gpr_pkt *pkt; in audioreach_pcm_set_media_format()
[all …]
H A Dq6apm.c32 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6apm_send_cmd_sync()
103 struct gpr_pkt *pkt; in audioreach_graph_mgmt_cmd()
151 struct gpr_pkt *pkt; in q6apm_get_apm_state()
273 struct gpr_pkt *pkt; in q6apm_unmap_memory_regions()
420 struct gpr_pkt *pkt; in q6apm_write_async()
463 struct gpr_pkt *pkt; in q6apm_read()
H A Dq6apm.h140 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt,
H A Daudioreach.h793 struct gpr_pkt *pkt, uint32_t rsp_opcode);
794 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt,
/openbmc/linux/drivers/soc/qcom/
H A Dapr.c126 static int pkt_router_send_svc_pkt(struct pkt_router_svc *svc, struct gpr_pkt *pkt) in pkt_router_send_svc_pkt()
142 int gpr_send_pkt(struct apr_device *gdev, struct gpr_pkt *pkt) in gpr_send_pkt()
148 int gpr_send_port_pkt(gpr_port_t *port, struct gpr_pkt *pkt) in gpr_send_port_pkt()