Searched refs:gpioirq_read_q (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/gpio/
H A Dgpioirq.c74 SIMPLEQ_HEAD(,gpioirq_read_q) sc_read_queue;
77 struct gpioirq_read_q { struct
81 SIMPLEQ_ENTRY(gpioirq_read_q) read_q;
194 sc->sc_readpool = pool_cache_init(sizeof(struct gpioirq_read_q),0,0,0,sc->sc_readpoolname,NULL,IPL_VM,NULL,NULL,NULL);
251 struct gpioirq_read_q *q;
306 struct gpioirq_read_q *chp;
372 struct gpioirq_read_q *q;
420 struct gpioirq_read_q *q;

Completed in 88 milliseconds