Searched refs:irqr (Results 1 – 2 of 2) sorted by relevance
258 csx_RequestIRQ(client_handle_t ch, irq_req_t *irqr) in csx_RequestIRQ() argument264 return (CardServices(RequestIRQ, ch, irqr)); in csx_RequestIRQ()268 csx_ReleaseIRQ(client_handle_t ch, irq_req_t *irqr) in csx_ReleaseIRQ() argument274 return (CardServices(ReleaseIRQ, ch, irqr)); in csx_ReleaseIRQ()
6142 cs_request_irq(client_handle_t client_handle, irq_req_t *irqr)6160 if ((irqr->Attributes & (IRQ_TYPE_TIME | IRQ_TYPE_DYNAMIC_SHARING |6163 !(irqr->Attributes & IRQ_TYPE_EXCLUSIVE))6220 set_irq_handler.handler = (f_t *)irqr->irq_handler;6221 set_irq_handler.arg1 = irqr->irq_handler_arg;6230 irqr->iblk_cookie = set_irq_handler.iblk_cookie;6231 irqr->idev_cookie = set_irq_handler.idev_cookie;6236 client->irq_alloc.Attributes = irqr->Attributes;6248 (int)irqr->Attributes,6276 cs_release_irq(client_handle_t client_handle, irq_req_t *irqr)[all …]