Searched refs:ecm (Results 1 – 9 of 9) sorted by relevance
378 static void ecm_do_notify(struct f_ecm *ecm) in ecm_do_notify() argument380 struct usb_request *req = ecm->notify_req; in ecm_do_notify()382 struct usb_composite_dev *cdev = ecm->port.func.config->cdev; in ecm_do_notify()391 switch (ecm->notify_state) { in ecm_do_notify()397 if (ecm->is_open) in ecm_do_notify()405 ecm->is_open ? "true" : "false"); in ecm_do_notify()406 ecm->notify_state = ECM_NOTIFY_SPEED; in ecm_do_notify()421 ecm->notify_state = ECM_NOTIFY_NONE; in ecm_do_notify()425 event->wIndex = cpu_to_le16(ecm->ctrl_id); in ecm_do_notify()427 ecm->notify_req = NULL; in ecm_do_notify()[all …]
8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
115 ecm(smc,0) ; /* ECM state machine */ in init_smt()
84 ecm(smc,(int)ev->event) ; in ev_dispatcher()
124 void ecm(struct s_smc *smc, int event) in ecm() function
877 sprintf(rs, "\r\n%d", f->ecm); in isdn_tty_cmd_FCLASS2()890 f->ecm = par; in isdn_tty_cmd_FCLASS2()
1684 f->ecm = 0; in isdn_tty_modem_reset_faxpar()
495 void ecm(struct s_smc *smc, int event);
1113 int ecm; member