Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ntb/
Dntb.c127 void ntb_unregister_device(struct ntb_dev *ntb) in ntb_unregister_device() function
132 EXPORT_SYMBOL(ntb_unregister_device);
/linux-4.4.14/include/linux/
Dntb.h393 void ntb_unregister_device(struct ntb_dev *ntb);
/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c2120 ntb_unregister_device(&ndev->ntb); in intel_ntb_pci_remove()