Home
last modified time | relevance | path

Searched refs:ntb_unregister_client (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/ntb/
Dntb.c94 void ntb_unregister_client(struct ntb_client *client) in ntb_unregister_client() function
98 EXPORT_SYMBOL(ntb_unregister_client);
Dntb_transport.c2087 ntb_unregister_client(&ntb_transport_client); in ntb_transport_exit()
/linux-4.4.14/include/linux/
Dntb.h367 void ntb_unregister_client(struct ntb_client *client);
371 ntb_unregister_client)
/linux-4.4.14/drivers/ntb/test/
Dntb_tool.c553 ntb_unregister_client(&tool_client); in tool_exit()