Home
last modified time | relevance | path

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

/openbmc/linux/drivers/dma/qcom/
H A Dgpi.c281 union __packed gpi_event { union
1095 union gpi_event *gpi_event; in gpi_process_events() local
1104 gpi_event = ev_ring->rp; in gpi_process_events()
1105 chid = gpi_event->xfer_compl_event.chid; in gpi_process_events()
1106 type = gpi_event->xfer_compl_event.type; in gpi_process_events()
1110 chid, type, gpi_event->gpi_ere.dword[0], in gpi_process_events()
1111 gpi_event->gpi_ere.dword[1], gpi_event->gpi_ere.dword[2], in gpi_process_events()
1112 gpi_event->gpi_ere.dword[3]); in gpi_process_events()
1118 &gpi_event->xfer_compl_event); in gpi_process_events()
1182 union gpi_event *gpi_event = ev_rp; in gpi_mark_stale_events() local
[all …]