Searched refs:irx_post (Results 1 – 4 of 4) sorted by relevance
312 if (sc->fc->irx_post != NULL) in fw_read()313 sc->fc->irx_post(sc->fc, fp->mode.ld); in fw_read()323 if(sc->fc->irx_post != NULL) in fw_read()324 sc->fc->irx_post(sc->fc, fp->mode.ld); in fw_read()
158 void (*irx_post) (struct firewire_comm *, u_int32_t *); member
734 sc->fc.irx_post = fwohci_irx_post;736 sc->fc.irx_post = NULL;
547 if (fwe->fd.fc->irx_post != NULL) in fwe_as_input()548 fwe->fd.fc->irx_post(fwe->fd.fc, fp->mode.ld); in fwe_as_input()