Searched refs:heavy_init (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | usbatm.h | 70 * bind, heavy_init, atm_start, ..., atm_stop, unbind 81 int (*heavy_init) (struct usbatm_data *, struct usb_interface *); member
|
H A D | usbatm.c | 963 ret = instance->driver->heavy_init(instance, instance->usb_intf); in usbatm_do_heavy_init() 1171 if (!(instance->flags & UDSL_SKIP_HEAVY_INIT) && driver->heavy_init) { in usbatm_usb_probe() 1174 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()
|
H A D | speedtch.c | 928 .heavy_init = speedtch_heavy_init,
|
H A D | cxacru.c | 1339 .heavy_init = cxacru_heavy_init,
|
H A D | ueagle-atm.c | 2581 .heavy_init = uea_heavy,
|
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | usbatm.h | 70 * bind, heavy_init, atm_start, ..., atm_stop, unbind 81 int (*heavy_init) (struct usbatm_data *, struct usb_interface *); member
|
H A D | usbatm.c | 963 ret = instance->driver->heavy_init(instance, instance->usb_intf); in usbatm_do_heavy_init() 1173 if (!(instance->flags & UDSL_SKIP_HEAVY_INIT) && driver->heavy_init) { in usbatm_usb_probe() 1176 complete(&instance->thread_exited); /* pretend that heavy_init was run */ in usbatm_usb_probe()
|
H A D | speedtch.c | 928 .heavy_init = speedtch_heavy_init,
|
H A D | cxacru.c | 1336 .heavy_init = cxacru_heavy_init,
|
H A D | ueagle-atm.c | 2581 .heavy_init = uea_heavy,
|
Completed in 18 milliseconds