Searched refs:token_id (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
H A D | mt7925.h | 349 int duration, u8 token_id); 352 enum mt7925_roc_req type, u8 token_id); 354 u8 token_id);
|
H A D | mcu.c | 1248 int duration, u8 token_id) in mt7925_mcu_set_mlo_roc() argument 1319 req.roc[i].tokenid = token_id; in mt7925_mcu_set_mlo_roc() 1350 enum mt7925_roc_req type, u8 token_id) in mt7925_mcu_set_roc() argument 1363 .tokenid = token_id, in mt7925_mcu_set_roc() 1398 u8 token_id) in mt7925_mcu_abort_roc() argument 1417 .tokenid = token_id, in mt7925_mcu_abort_roc()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | mt7921.h | 333 enum mt7921_roc_req type, u8 token_id); 335 u8 token_id);
|
H A D | mcu.c | 768 enum mt7921_roc_req type, u8 token_id) in mt7921_mcu_set_roc() argument 799 .tokenid = token_id, in mt7921_mcu_set_roc() 834 u8 token_id) in mt7921_mcu_abort_roc() argument 853 .tokenid = token_id, in mt7921_mcu_abort_roc()
|
/linux/drivers/gpu/nova-core/ |
H A D | vbios.rs | 412 fn from_id(image: &PciAtBiosImage, token_id: u8) -> Result<Self> { in from_id() 427 if image.base.data[entry_offset] == token_id { in from_id() 843 fn get_bit_token(&self, token_id: u8) -> Result<BitToken> { in get_bit_token() 844 BitToken::from_id(self, token_id) in get_bit_token()
|
/linux/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 181 u32 (*init_buf)(void *ptr, dma_addr_t phys, int token_id);
|
/linux/sound/soc/sof/ |
H A D | sof-audio.h | 673 int sof_update_ipc_object(struct snd_soc_component *scomp, void *object, enum sof_tokens token_id,
|
/linux/drivers/s390/block/ |
H A D | dasd_eckd.h | 329 __u8 token_id:1; member
|
/linux/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mt7915.h | 427 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()
|
/linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
H A D | mt7996.h | 783 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id);
|
H A D | mac.c | 1105 u32 mt7996_wed_init_buf(void *ptr, dma_addr_t phys, int token_id) in mt7996_wed_init_buf() argument 1121 txp->token = cpu_to_le16(token_id); in mt7996_wed_init_buf()
|