Searched defs:eap_instance (Results 1 – 1 of 1) sorted by relevance
32 struct eap_instance { struct33 device_t parent;34 int index;36 void (*ei_pintr)(void *); /* DMA completion intr handler */37 void *ei_parg; /* arg for ei_intr() */38 device_t ei_audiodev; /* audio device, for detach */40 char ei_prun;