Home
last modified time | relevance | path

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

/linux/drivers/usb/atm/
H A Dueagle-atm.c103 int modem_index; member
520 static int modem_index; variable
1266 altsetting[sc->modem_index] > 0 || in uea_set_bulk_timeout()
1550 if (cmv_file[sc->modem_index] == NULL) { in cmvs_file_name()
1561 file = cmv_file[sc->modem_index]; in cmvs_file_name()
2466 usbatm->flags = (modem_index < NB_MODEM && sync_wait[modem_index]) ? in uea_bind()
2489 sc->modem_index = (modem_index < NB_MODEM) ? modem_index++ : 0; in uea_bind()
2493 if (annex[sc->modem_index] == 1) in uea_bind()
2495 else if (annex[sc->modem_index] == 2) in uea_bind()
2506 alt = altsetting[sc->modem_index]; in uea_bind()