Searched refs:UDSL_SKIP_HEAVY_INIT (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/atm/
H A Dusbatm.h89 #define UDSL_SKIP_HEAVY_INIT (1<<0) macro
H A Dspeedtch.c887 usbatm->flags |= (ret == SIZE_7 ? UDSL_SKIP_HEAVY_INIT : 0);
889 usb_dbg(usbatm, "%s: firmware %s loaded\n", __func__, usbatm->flags & UDSL_SKIP_HEAVY_INIT ? "already" : "not");
891 if (!(usbatm->flags & UDSL_SKIP_HEAVY_INIT))
H A Dcxacru.c1103 usbatm_instance->flags = (cxacru_card_status(instance) ? 0 : UDSL_SKIP_HEAVY_INIT);
H A Dusbatm.c1238 if (!(instance->flags & UDSL_SKIP_HEAVY_INIT) && driver->heavy_init) {
H A Dueagle-atm.c1666 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT);

Completed in 51 milliseconds