Home
last modified time | relevance | path

Searched refs:cardslot_event (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/cardbus/
H A Dcardslotvar.h37 struct cardslot_event;
75 SIMPLEQ_HEAD(, cardslot_event) sc_events;
100 struct cardslot_event { struct
101 SIMPLEQ_ENTRY(cardslot_event) ce_q;
H A Dcardslot.c58 STATIC void cardslot_event(void *arg);
101 pool_init(&cardsloteventpool, sizeof(struct cardslot_event), in cardslotattach()
109 task_set(&sc->sc_event_task, cardslot_event, sc); in cardslotattach()
194 struct cardslot_event *ce; in cardslot_event_throw()
223 cardslot_event(void *arg1) in cardslot_event() function
235 struct cardslot_event *ce; in cardslot_process_event()
255 struct cardslot_event *ce1, *ce2; in cardslot_process_event()