Searched refs:token (Results 1 – 8 of 8) sorted by relevance
/sound/soc/qcom/qdsp6/ |
D | q6afe.c | 481 int token; member 491 int token; member 727 static struct q6afe_port *q6afe_find_port(struct q6afe *afe, int token) in q6afe_find_port() argument 735 if (p->token == token) { in q6afe_find_port() 767 port = q6afe_find_port(afe, hdr->token); in q6afe_callback() 875 pkt->hdr.token = port->token; in q6afe_port_set_param() 923 pkt->hdr.token = port->token; in q6afe_port_set_param_v2() 1040 index = port->token; in q6afe_port_stop() 1060 pkt->hdr.token = index; in q6afe_port_stop() 1350 pkt->hdr.token = port->token; in q6afe_port_start() [all …]
|
D | q6asm.c | 211 hdr->token = ac->session; in q6asm_add_hdr() 277 pkt->hdr.token = ((ac->session << 8) | dir); in __q6asm_memory_unmap() 385 pkt->hdr.token = ((ac->session << 8) | dir); in __q6asm_memory_map_regions() 587 ac->cb(client_event, hdr->token, in q6asm_stream_callback() 609 phys = port->buf[hdr->token].phys; in q6asm_stream_callback() 614 &port->buf[hdr->token].phys); in q6asm_stream_callback() 637 phys = port->buf[hdr->token].phys; in q6asm_stream_callback() 642 &port->buf[hdr->token].phys, in q6asm_stream_callback() 659 ac->cb(client_event, hdr->token, data->payload, ac->priv); in q6asm_stream_callback() 683 sid = (hdr->token >> 8) & 0x0F; in q6asm_srvc_callback() [all …]
|
D | q6adm.c | 136 copp_idx = (hdr->token) & 0XFF; in q6adm_callback() 137 port_idx = ((hdr->token) >> 16) & 0xFF; in q6adm_callback() 140 port_idx, hdr->token); in q6adm_callback() 145 copp_idx, hdr->token); in q6adm_callback() 290 close.hdr.token = port_id << 16 | copp_idx; in q6adm_device_close() 344 pkt->hdr.token = port_id << 16 | copp->copp_idx; in q6adm_device_open() 489 pkt->hdr.token = 0; in q6adm_matrix_map()
|
D | q6asm.h | 35 typedef void (*q6asm_cb) (uint32_t opcode, uint32_t token,
|
D | q6asm-dai.c | 173 static void event_handler(uint32_t opcode, uint32_t token, in event_handler() argument 496 static void compress_event_handler(uint32_t opcode, uint32_t token, in compress_event_handler() argument
|
/sound/soc/intel/skylake/ |
D | skl-topology.c | 2099 if (uuid_tkn->token == SKL_TKN_UUID) { in skl_tplg_get_uuid() 2104 dev_err(dev, "Not an UUID token %d\n", uuid_tkn->token); in skl_tplg_get_uuid() 2116 switch (tkn_elem->token) { in skl_tplg_fill_pin() 2134 dev_err(dev, "%d Not a pin token\n", tkn_elem->token); in skl_tplg_fill_pin() 2285 switch (tkn_elem->token) { in skl_tplg_manifest_pin_res_tkn() 2295 dev_err(dev, "Invalid token: %d\n", tkn_elem->token); in skl_tplg_manifest_pin_res_tkn() 2316 switch (tkn_elem->token) { in skl_tplg_fill_res_tkn() 2351 dev_err(dev, "Not a res type token: %d", tkn_elem->token); in skl_tplg_fill_res_tkn() 2386 if (tkn_elem->token > SKL_TKN_MAX) in skl_tplg_get_token() 2389 switch (tkn_elem->token) { in skl_tplg_get_token() [all …]
|
/sound/soc/samsung/ |
D | idma.c | 46 void *token; member 71 prtd->token = (void *) substream; in idma_enqueue() 275 prtd->cb(prtd->token, prtd->period); in iis_irq()
|
/sound/soc/sof/ |
D | topology.c | 599 u32 token; member 863 if (tokens[j].token != le32_to_cpu(elem->token)) in sof_parse_uuid_tokens() 893 if (tokens[j].token != le32_to_cpu(elem->token)) in sof_parse_string_tokens() 930 if (tokens[j].token != le32_to_cpu(elem->token)) in sof_parse_word_tokens() 938 switch (tokens[j].token) { in sof_parse_word_tokens()
|