Searched refs:token_id (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | topology.c | 44 * @token_id: token ID for the token array to be searched 48 * @token_instance_num: number of times the same @token_id needs to be parsed i.e. the function 50 * with the @token_id 52 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id, in sof_update_ipc_object() argument 67 if (token_list[token_id].count < 0) { in sof_update_ipc_object() 68 dev_err(scomp->dev, "Invalid token count for token ID: %d\n", token_id); in sof_update_ipc_object() 73 if (!token_list[token_id].count) in sof_update_ipc_object() 76 tokens = token_list[token_id].tokens; in sof_update_ipc_object() 78 dev_err(scomp->dev, "Invalid tokens for token id: %d\n", token_id); in sof_update_ipc_object() 82 for (i = 0; i < token_list[token_id] in sof_update_ipc_object() 494 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 1171 sof_get_token_value(u32 token_id, struct snd_sof_tuple *tuples, int num_tuples) sof_get_token_value() argument 1858 u32 token_id = 0; sof_link_load() local [all...] |
H A D | sof-audio.h | 642 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mt7921.h | 336 enum mt7921_roc_req type, u8 token_id); 338 u8 token_id);
|
H A D | mcu.c | 581 enum mt7921_roc_req type, u8 token_id) in mt7921_mcu_set_roc() 612 .tokenid = token_id, in mt7921_mcu_set_roc() 647 u8 token_id) in mt7921_mcu_abort_roc() 666 .tokenid = token_id, in mt7921_mcu_abort_roc() 579 mt7921_mcu_set_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, struct ieee80211_channel *chan, int duration, enum mt7921_roc_req type, u8 token_id) mt7921_mcu_set_roc() argument 646 mt7921_mcu_abort_roc(struct mt792x_phy *phy, struct mt792x_vif *vif, u8 token_id) mt7921_mcu_abort_roc() argument
|
/kernel/linux/linux-6.6/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 147 u32 (*init_buf)(void *ptr, dma_addr_t phys, int token_id);
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | dasd_eckd.h | 322 __u8 token_id:1; member
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | dasd_eckd.h | 329 __u8 token_id:1; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 409 u32 mt7915_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
|
H A D | mac.c | 822 u32 mt7915_wed_init_buf(void *ptr, dma_addr_t phys, int token_id) in mt7915_wed_init_buf() argument 838 txp->token = cpu_to_le16(token_id); in mt7915_wed_init_buf()
|
Completed in 15 milliseconds