Searched defs:irqr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs_stubs.c258 csx_RequestIRQ(client_handle_t ch, irq_req_t *irqr) argument
264 return (CardServices(RequestIRQ, ch, irqr));
268 csx_ReleaseIRQ(client_handle_t ch, irq_req_t *irqr) argument
274 return (CardServices(ReleaseIRQ, ch, irqr));
H A Dcs.c6142 cs_request_irq(client_handle_t client_handle, irq_req_t *irqr) argument
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;
6245 cmn_err(CE_CONT, "cs_request_irq: socket %d irqr->Attributes 0x%x "
6248 (int)irqr
6276 cs_release_irq(client_handle_t client_handle, irq_req_t *irqr) argument
[all...]

Completed in 63 milliseconds