Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/sgi-xp/
Dxp_main.c134 xpc_connect(int ch_number, xpc_channel_func func, void *key, u16 payload_size, in xpc_connect() function
173 EXPORT_SYMBOL_GPL(xpc_connect);
Dxp.h283 extern enum xp_retval xpc_connect(int, xpc_channel_func, void *, u16,
Dxpnet.c311 ret = xpc_connect(XPC_NET_CHANNEL, xpnet_connection_activity, NULL, in xpnet_dev_open()