Searched refs:hw_queue_size (Results 1 – 5 of 5) sorted by relevance
16 unsigned int hw_queue_size; /* Max queue size of hw buffer (0 = buffer size) */ member 51 qsize = rec->hw_queue_size ? rec->hw_queue_size : rec->hw_buffer_size; in snd_pcm_indirect_playback_transfer() 166 qsize = rec->hw_queue_size ? rec->hw_queue_size : rec->hw_buffer_size; in snd_pcm_indirect_capture_pointer()
17 unsigned int hw_queue_size; /* HW capability */ member 99 dev_dbg(dev, "max_used_hw_slots=%d\n", (req_mgr_h->hw_queue_size - in cc_req_mgr_fini() 145 req_mgr_h->hw_queue_size = cc_ioread(drvdata, in cc_req_mgr_init() 147 dev_dbg(dev, "hw_queue_size=0x%08X\n", req_mgr_h->hw_queue_size); in cc_req_mgr_init() 148 if (req_mgr_h->hw_queue_size < MIN_HW_QUEUE_SIZE) { in cc_req_mgr_init() 150 req_mgr_h->hw_queue_size, MIN_HW_QUEUE_SIZE); in cc_req_mgr_init() 154 req_mgr_h->min_free_hw_slots = req_mgr_h->hw_queue_size; in cc_req_mgr_init()
362 size_t hw_queue_size; in iommufd_hw_queue_alloc_ioctl() local 385 hw_queue_size = viommu->ops->get_hw_queue_size(viommu, cmd->type); in iommufd_hw_queue_alloc_ioctl() 386 if (!hw_queue_size) { in iommufd_hw_queue_alloc_ioctl() 392 * It is a driver bug for providing a hw_queue_size smaller than the in iommufd_hw_queue_alloc_ioctl() 395 if (WARN_ON_ONCE(hw_queue_size < sizeof(*hw_queue))) { in iommufd_hw_queue_alloc_ioctl() 401 ucmd, hw_queue_size, IOMMUFD_OBJ_HW_QUEUE); in iommufd_hw_queue_alloc_ioctl()
538 dac->pcm_indirect.hw_queue_size = H2_BUF_SIZE / 2; in hal2_playback_prepare() 623 adc->pcm_indirect.hw_queue_size = H2_BUF_SIZE / 2; in hal2_capture_prepare()
1032 rme32->capture_pcm.hw_queue_size = RME32_BUFFER_SIZE / 2; in snd_rme32_capture_prepare() 1128 rec->hw_queue_size = RME32_BUFFER_SIZE; in snd_rme32_playback_fd_ack() 1130 rec->hw_queue_size -= cprec->hw_ready; in snd_rme32_playback_fd_ack()