Home
last modified time | relevance | path

Searched refs:fw_core_remove_descriptor (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/firewire/
H A Dcore-card.c198 void fw_core_remove_descriptor(struct fw_descriptor *desc) in fw_core_remove_descriptor() function
209 EXPORT_SYMBOL(fw_core_remove_descriptor);
H A Dnet.c1685 fw_core_remove_descriptor(&rfc3146_unit_directory); in fwnet_init()
1688 fw_core_remove_descriptor(&rfc2374_unit_directory); in fwnet_init()
1699 fw_core_remove_descriptor(&rfc3146_unit_directory); in fwnet_cleanup()
1701 fw_core_remove_descriptor(&rfc2374_unit_directory); in fwnet_cleanup()
/linux/drivers/target/sbp/
H A Dsbp_target.c1789 fw_core_remove_descriptor(&tport->unit_directory); in sbp_update_unit_directory()