Searched refs:gpr_pkt (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/include/linux/soc/qcom/ |
D | apr.h | 92 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);
|
/linux-5.19.10/sound/soc/qcom/qdsp6/ |
D | q6prm.c | 51 static int q6prm_send_cmd_sync(struct q6prm *prm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6prm_send_cmd_sync() 64 struct gpr_pkt *pkt; in q6prm_set_hw_core_req() 118 struct gpr_pkt *pkt; in q6prm_request_lpass_clock() 155 struct gpr_pkt *pkt; in q6prm_release_lpass_clock()
|
D | audioreach.c | 200 struct gpr_pkt *pkt; in __audioreach_alloc_pkt() 484 struct gpr_pkt *pkt; in audioreach_alloc_graph_pkt() 569 struct gpr_pkt *pkt, uint32_t rsp_opcode) in audioreach_send_cmd_sync() 612 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt, in audioreach_graph_send_cmd_sync() 633 struct gpr_pkt *pkt; in audioreach_codec_dma_set_media_format() 709 struct gpr_pkt *pkt; in audioreach_i2s_set_media_format() 781 struct gpr_pkt *pkt; in audioreach_logging_set_media_format() 819 struct gpr_pkt *pkt; in audioreach_pcm_set_media_format() 877 struct gpr_pkt *pkt; in audioreach_shmem_set_media_format() 935 struct gpr_pkt *pkt; in audioreach_gain_set_vol_ctrl() [all …]
|
D | q6apm.c | 30 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt, uint32_t rsp_opcode) in q6apm_send_cmd_sync() 101 struct gpr_pkt *pkt; in audioreach_graph_mgmt_cmd() 148 struct gpr_pkt *pkt; in q6apm_get_apm_state() 342 struct gpr_pkt *pkt; in q6apm_unmap_memory_regions() 424 struct gpr_pkt *pkt; in q6apm_write_async() 467 struct gpr_pkt *pkt; in q6apm_read()
|
D | q6apm.h | 138 int q6apm_send_cmd_sync(struct q6apm *apm, struct gpr_pkt *pkt,
|
D | audioreach.h | 711 struct gpr_pkt *pkt, uint32_t rsp_opcode); 712 int audioreach_graph_send_cmd_sync(struct q6apm_graph *graph, struct gpr_pkt *pkt,
|
/linux-5.19.10/drivers/soc/qcom/ |
D | apr.c | 126 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()
|