Lines Matching refs:mode
67 if (bcs->mode == L1_MODE_TRANS) { in usb_b_out()
98 if (bcs->mode == L1_MODE_TRANS) { in usb_b_out()
200 static void st5481B_mode(struct st5481_bcs *bcs, int mode) in st5481B_mode() argument
205 DBG(4, "B%d,mode=%d", bcs->channel + 1, mode); in st5481B_mode()
207 if (bcs->mode == mode) in st5481B_mode()
210 bcs->mode = mode; in st5481B_mode()
217 st5481_in_mode(&bcs->b_in, mode); in st5481B_mode()
218 if (bcs->mode != L1_MODE_NULL) { in st5481B_mode()
220 if (bcs->mode != L1_MODE_TRANS) { in st5481B_mode()
222 if (bcs->mode == L1_MODE_HDLC_56K) in st5481B_mode()
357 long mode; in st5481_b_l2l1() local
367 mode = (long) arg; in st5481_b_l2l1()
368 DBG(4, "B%d,PH_ACTIVATE_REQUEST %ld", bcs->channel + 1, mode); in st5481_b_l2l1()
369 st5481B_mode(bcs, mode); in st5481_b_l2l1()