heavy_init       1340 drivers/usb/atm/cxacru.c 	.heavy_init	= cxacru_heavy_init,
heavy_init        928 drivers/usb/atm/speedtch.c 	.heavy_init	= speedtch_heavy_init,
heavy_init       2581 drivers/usb/atm/ueagle-atm.c 	.heavy_init = uea_heavy,
heavy_init        961 drivers/usb/atm/usbatm.c 	ret = instance->driver->heavy_init(instance, instance->usb_intf);
heavy_init       1169 drivers/usb/atm/usbatm.c 	if (!(instance->flags & UDSL_SKIP_HEAVY_INIT) && driver->heavy_init) {
heavy_init         81 drivers/usb/atm/usbatm.h 	int (*heavy_init) (struct usbatm_data *, struct usb_interface *);