Searched defs:_evt (Results 1 – 3 of 3) sorted by relevance
85 #define CSIO_FWE_TO_RNFE(_evt) ((_evt > PROTO_ERR_IMPL_LOGO) ? \ argument
98 #define CSIO_FWE_TO_LNE(_evt) ((_evt > PROTO_ERR_IMPL_LOGO) ? \ argument
4259 static irqreturn_t dwc3_thread_interrupt(int irq, void *_evt) in dwc3_thread_interrupt()4320 static irqreturn_t dwc3_interrupt(int irq, void *_evt) in dwc3_interrupt()