Home
last modified time | relevance | path

Searched refs:token_id (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/sof/
H A Dtopology.c55 * @token_id: token ID for the token array to be searched
59 * @token_instance_num: number of times the same @token_id needs to be parsed i.e. the function in sof_update_ipc_object()
61 * with the @token_id in sof_update_ipc_object()
63 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id, in sof_update_ipc_object()
78 if (token_list[token_id].count < 0) { in sof_update_ipc_object()
79 dev_err(scomp->dev, "Invalid token count for token ID: %d\n", token_id); in sof_update_ipc_object()
84 if (!token_list[token_id].count) in sof_update_ipc_object()
87 tokens = token_list[token_id].tokens; in sof_update_ipc_object()
89 dev_err(scomp->dev, "Invalid tokens for token id: %d\n", token_id); in sof_update_ipc_object()
93 for (i = 0; i < token_list[token_id] in sof_update_ipc_object()
56 sof_update_ipc_object(struct snd_soc_component * scomp,void * object,enum sof_tokens token_id,struct snd_sof_tuple * tuples,int num_tuples,size_t object_size,int token_instance_num) sof_update_ipc_object() argument
505 sof_copy_tuples(struct snd_sof_dev * sdev,struct snd_soc_tplg_vendor_array * array,int array_size,u32 token_id,int token_instance_num,struct snd_sof_tuple * tuples,int tuples_size,int * num_copied_tuples) sof_copy_tuples() argument
1197 sof_get_token_value(u32 token_id,struct snd_sof_tuple * tuples,int num_tuples) sof_get_token_value() argument
1883 u32 token_id = 0; sof_link_load() local
[all...]
H A Dsof-audio.h704 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
/linux/drivers/s390/block/
H A Ddasd_eckd.h329 __u8 token_id:1; member
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c1180 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id)
1196 txp->token = cpu_to_le16(token_id); in mt7996_wed_init_buf()
1181 mt7996_wed_init_buf(void * ptr,dma_addr_t phys,int token_id) mt7996_wed_init_buf() argument