Home
last modified time | relevance | path

Searched refs:queueptr (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/core/seq/
Dseq_queue.c195 struct snd_seq_queue *queueptr(int queueid) in queueptr() function
215 q = queueptr(i); in snd_seq_queue_find_name()
294 q = queueptr(dest); in snd_seq_enqueue_event()
369 struct snd_seq_queue *q = queueptr(queueid); in snd_seq_queue_check_access()
387 struct snd_seq_queue *q = queueptr(queueid); in snd_seq_queue_set_owner()
420 queue = queueptr(queueid); in snd_seq_queue_timer_open()
441 queue = queueptr(queueid); in snd_seq_queue_timer_close()
453 struct snd_seq_queue *q = queueptr(queueid); in snd_seq_queue_timer_set_tempo()
500 queue = queueptr(queueid); in snd_seq_queue_use()
520 q = queueptr(queueid); in snd_seq_queue_is_used()
[all …]
Dseq_queue.h73 struct snd_seq_queue *queueptr(int queueid);
Dseq_clientmgr.c607 q = queueptr(queue); in update_timestamp_of_queue()
1605 q = queueptr(info->queue); in snd_seq_ioctl_get_queue_info()
1639 q = queueptr(info->queue); in snd_seq_ioctl_set_queue_info()
1678 queue = queueptr(status->queue); in snd_seq_ioctl_get_queue_status()
1707 queue = queueptr(tempo->queue); in snd_seq_ioctl_get_queue_tempo()
1757 queue = queueptr(timer->queue); in snd_seq_ioctl_get_queue_timer()
1792 q = queueptr(timer->queue); in snd_seq_ioctl_set_queue_timer()
Dseq_timer.c449 q = queueptr(idx); in snd_seq_info_timer_read()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-sta.c311 u16 *queueptr, u8 tid) in iwl_mvm_mld_disable_txq() argument
313 int queue = *queueptr; in iwl_mvm_mld_disable_txq()
334 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_mld_disable_txq()
371 u16 *queueptr; in iwl_mvm_mld_rm_bcast_sta() local
381 queueptr = &link->mgmt_queue; in iwl_mvm_mld_rm_bcast_sta()
384 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_mld_rm_bcast_sta()
393 true, IWL_MAX_TID_COUNT, queueptr); in iwl_mvm_mld_rm_bcast_sta()
Dsta.c352 int sta_id, u16 *queueptr, u8 tid) in iwl_mvm_disable_txq() argument
354 int queue = *queueptr; in iwl_mvm_disable_txq()
385 *queueptr = IWL_MVM_INVALID_QUEUE; in iwl_mvm_disable_txq()
2435 u16 *queueptr, queue; in iwl_mvm_free_bcast_sta_queues() local
2445 queueptr = &mvm->probe_queue; in iwl_mvm_free_bcast_sta_queues()
2448 queueptr = &mvm->p2p_dev_queue; in iwl_mvm_free_bcast_sta_queues()
2456 queue = *queueptr; in iwl_mvm_free_bcast_sta_queues()
2458 queueptr, IWL_MAX_TID_COUNT); in iwl_mvm_free_bcast_sta_queues()