Home
last modified time | relevance | path

Searched refs:irq_request (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/sound/soc/ti/
Ddavinci-mcasp.c102 u32 irq_request[2]; member
249 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_start_rx()
287 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_start_tx()
304 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_stop_rx()
331 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_stop_tx()
369 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_tx_irq_handler()
400 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_rx_irq_handler()
2315 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK] = XUNDRN; in davinci_mcasp_probe()
2316 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()
2335 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()
[all …]
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dpci_irq.c208 static struct mlx5_irq *irq_request(struct mlx5_irq_pool *pool, int i) in irq_request() function
305 irq = irq_request(pool, irq_index); in irq_pool_create_irq()
385 irq = irq_request(pool, vecidx); in irq_pool_request_vector()