Home
last modified time | relevance | path

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

/freebsd/sys/dev/dcons/
H A Ddcons_crom.c196 sc->fd.post_busreset = (void *) dcons_crom_post_busreset; in dcons_crom_attach()
234 sc->fd.post_busreset = NULL; in dcons_crom_detach()
/freebsd/sys/dev/firewire/
H A Dfirewirereg.h81 void (*post_busreset) (void *); member
H A Dsbp_targ.c1955 sc->fd.post_busreset = (void *) sbp_targ_post_busreset; in sbp_targ_attach()
2005 sc->fd.post_busreset = NULL; in sbp_targ_detach()
H A Dif_fwip.c167 fwip->fd.post_busreset = fwip_post_busreset; in fwip_attach()
H A Dfirewire.c729 if (fdc->post_busreset != NULL) in fw_busreset()
730 fdc->post_busreset(fdc); in fw_busreset()
H A Dsbp.c1989 sbp->fd.post_busreset = sbp_post_busreset; in sbp_attach()