Lines Matching refs:crom_src_buf
54 struct crom_src_buf { struct
485 kfree(sc->fc->crom_src_buf, M_FW); in firewire_detach()
572 fc->crom_src_buf = (struct crom_src_buf *) in fw_init_crom()
573 kmalloc(sizeof(struct crom_src_buf), M_FW, M_WAITOK | M_ZERO); in fw_init_crom()
575 src = &fc->crom_src_buf->src; in fw_init_crom()
600 fc->crom_root = &fc->crom_src_buf->root; in fw_init_crom()
606 struct crom_src_buf *buf; in fw_reset_crom()
610 if (fc->crom_src_buf == NULL) in fw_reset_crom()
613 buf = fc->crom_src_buf; in fw_reset_crom()
663 src = &fc->crom_src_buf->src; in fw_busreset()
778 fc->crom_src_buf = NULL; in fw_init()