Searched refs:crom_src_buf (Results 1 – 2 of 2) sorted by relevance
123 struct crom_src_buf { struct188 struct crom_src_buf *crom_src_buf; member
439 fc->crom_src_buf = (struct crom_src_buf *)malloc( in firewire_attach()440 sizeof(struct crom_src_buf)); in firewire_attach()441 if (fc->crom_src_buf == NULL) { in firewire_attach()445 memset(fc->crom_src_buf, 0, sizeof(struct crom_src_buf)); in firewire_attach()450 free(fc->crom_src_buf); in firewire_attach()458 free(fc->crom_src_buf); in firewire_attach()559 free(fc->crom_src_buf); in firewire_detach()671 src = &fc->crom_src_buf->src; in fw_init_crom()697 fc->crom_root = &fc->crom_src_buf->root; in fw_init_crom()703 struct crom_src_buf *buf; in fw_reset_crom()[all …]