Searched refs:xpc_connect (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxp_main.c65 * xpc_registrations[] keeps track of xpc_connect()'s done by the kernel-level
157 xpc_connect(int ch_number, xpc_channel_func func, void *key, u16 payload_size, xpc_connect() function
195 EXPORT_SYMBOL_GPL(xpc_connect); variable
204 * function registered via xpc_connect().
H A Dxp.h201 * by xpc_connect().
210 * argument to xpc_connect().
304 extern enum xp_retval xpc_connect(int, xpc_channel_func, void *, u16,
H A Dxpnet.c301 dev_dbg(xpnet, "calling xpc_connect(%d, 0x%p, NULL, %ld, %ld, %ld, " xpnet_dev_open()
308 ret = xpc_connect(XPC_NET_CHANNEL, xpnet_connection_activity, NULL, xpnet_dev_open()
H A Dxpc.h347 * payload is defined by the user via xpc_connect().
371 * payload is defined by the user via xpc_connect().
H A Dxpc_main.c770 * functions registered via xpc_connect()).
918 * be initialized now so that calls to xpc_connect() and xpc_setup_partitions()
H A Dxpc_channel.c703 * function they registered via xpc_connect().

Completed in 139 milliseconds