Searched refs:irq_request (Results 1 – 4 of 4) sorted by relevance
121 if(hctrl->shi->if_ops->irq_request) in ssv6xxx_hwif_irq_request()122 hctrl->shi->if_ops->irq_request(IFDEV(hctrl), irq_handler, hctrl); in ssv6xxx_hwif_irq_request()
96 u32 irq_request[2]; member244 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_start_rx()282 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_start_tx()299 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]); in mcasp_stop_rx()326 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]); in mcasp_stop_tx()364 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK]; in davinci_mcasp_tx_irq_handler()395 u32 irq_mask = mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE]; in davinci_mcasp_rx_irq_handler()2224 mcasp->irq_request[SNDRV_PCM_STREAM_PLAYBACK] = XUNDRN; in davinci_mcasp_probe()2225 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()2244 mcasp->irq_request[SNDRV_PCM_STREAM_CAPTURE] = ROVRN; in davinci_mcasp_probe()[all …]
61 void (*irq_request)(struct device *child,irq_handler_t irq_handler,void *irq_dev); member
1106 .irq_request = ssv6xxx_sdio_irq_request,