Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/atm/
H A Dusbatm.h58 #define UDSL_SKIP_HEAVY_INIT (1<<0) macro
H A Dspeedtch.c886 usbatm->flags |= (ret == SIZE_7 ? UDSL_SKIP_HEAVY_INIT : 0); in speedtch_bind()
888 …usb_dbg(usbatm, "%s: firmware %s loaded\n", __func__, usbatm->flags & UDSL_SKIP_HEAVY_INIT ? "alre… in speedtch_bind()
890 if (!(usbatm->flags & UDSL_SKIP_HEAVY_INIT)) in speedtch_bind()
H A Dcxacru.c1209 usbatm_instance->flags = (cxacru_card_status(instance) ? 0 : UDSL_SKIP_HEAVY_INIT); in cxacru_bind()
H A Dusbatm.c1173 if (!(instance->flags & UDSL_SKIP_HEAVY_INIT) && driver->heavy_init) { in usbatm_usb_probe()
H A Dueagle-atm.c2504 usbatm->flags = (sync_wait[modem_index] ? 0 : UDSL_SKIP_HEAVY_INIT); in uea_bind()