Searched refs:irq_req_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/pcmcia/sys/ |
H A D | cs.h | 731 typedef struct irq_req_t { struct 738 } irq_req_t; argument 1068 int32_t csx_RequestIRQ(client_handle_t, irq_req_t *); 1069 int32_t csx_ReleaseIRQ(client_handle_t, irq_req_t *);
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs_stubs.c | 258 csx_RequestIRQ(client_handle_t ch, irq_req_t *irqr) in csx_RequestIRQ() 268 csx_ReleaseIRQ(client_handle_t ch, irq_req_t *irqr) in csx_ReleaseIRQ()
|
H A D | cs.c | 196 static int cs_request_irq(client_handle_t, irq_req_t *); 197 static int cs_release_irq(client_handle_t, irq_req_t *); 654 va_arg(arglist, irq_req_t *)); in CardServices() 659 va_arg(arglist, irq_req_t *)); in CardServices() 6142 cs_request_irq(client_handle_t client_handle, irq_req_t *irqr) 6276 cs_release_irq(client_handle_t client_handle, irq_req_t *irqr)
|