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

/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c190 sc->fd.post_busreset = (void *) dcons_crom_post_busreset;
228 sc->fd.post_busreset = NULL;
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h81 void (*post_busreset) (void *); member in struct:firewire_dev_comm
H A Dif_fwip.c168 fwip->fd.post_busreset = fwip_post_busreset;
H A Dsbp_targ.c1959 sc->fd.post_busreset = (void *) sbp_targ_post_busreset;
2009 sc->fd.post_busreset = NULL;
H A Dfirewire.c730 if (fdc->post_busreset != NULL)
731 fdc->post_busreset(fdc);
H A Dsbp.c1995 sbp->fd.post_busreset = sbp_post_busreset;

Completed in 77 milliseconds