xpc_registrations 260 drivers/misc/sgi-xp/xp.h #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) xpc_registrations 68 drivers/misc/sgi-xp/xp_main.c struct xpc_registration xpc_registrations[XPC_MAX_NCHANNELS]; xpc_registrations 69 drivers/misc/sgi-xp/xp_main.c EXPORT_SYMBOL_GPL(xpc_registrations); xpc_registrations 146 drivers/misc/sgi-xp/xp_main.c registration = &xpc_registrations[ch_number]; xpc_registrations 194 drivers/misc/sgi-xp/xp_main.c registration = &xpc_registrations[ch_number]; xpc_registrations 234 drivers/misc/sgi-xp/xp_main.c mutex_init(&xpc_registrations[ch_number].mutex); xpc_registrations 605 drivers/misc/sgi-xp/xpc.h extern struct xpc_registration xpc_registrations[]; xpc_registrations 468 drivers/misc/sgi-xp/xpc_channel.c struct xpc_registration *registration = &xpc_registrations[ch->number];