Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/dcons/
Ddcons_crom.c216 sc->fd.post_busreset = (void *) dcons_crom_post_busreset; in dcons_crom_attach()
257 sc->fd.post_busreset = NULL; in dcons_crom_detach()
/freebsd-10-stable/sys/dev/firewire/
Dfirewirereg.h91 void (*post_busreset) (void *); member
Dif_fwip.c175 fwip->fd.post_busreset = fwip_post_busreset; in fwip_attach()
Dsbp_targ.c1974 sc->fd.post_busreset = (void *) sbp_targ_post_busreset; in sbp_targ_attach()
2024 sc->fd.post_busreset = NULL; in sbp_targ_detach()
Dfirewire.c760 if (fdc->post_busreset != NULL) in fw_busreset()
761 fdc->post_busreset(fdc); in fw_busreset()
Dsbp.c2033 sbp->fd.post_busreset = sbp_post_busreset; in sbp_attach()