Lines Matching refs:evt_ring
721 if (ap->evt_ring != NULL) {
723 dma_free_coherent(&ap->pdev->dev, size, ap->evt_ring,
725 ap->evt_ring = NULL;
774 ap->evt_ring = dma_alloc_coherent(&ap->pdev->dev, size,
777 if (ap->evt_ring == NULL)
1183 memset(ap->evt_ring, 0, EVT_RING_ENTRIES * sizeof(struct event));
1814 switch (ap->evt_ring[evtcsm].evt) {
1825 u16 code = ap->evt_ring[evtcsm].code;
1853 switch(ap->evt_ring[evtcsm].code) {
1868 ap->name, ap->evt_ring[evtcsm].code);
1903 ap->name, ap->evt_ring[evtcsm].evt);