Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/dcons/
HDdcons_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-head/sys/dev/firewire/
HDfirewirereg.h81 void (*post_busreset) (void *); member
HDsbp_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()
HDif_fwip.c167 fwip->fd.post_busreset = fwip_post_busreset; in fwip_attach()
HDfirewire.c729 if (fdc->post_busreset != NULL) in fw_busreset()
730 fdc->post_busreset(fdc); in fw_busreset()
HDsbp.c1989 sbp->fd.post_busreset = sbp_post_busreset; in sbp_attach()