• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/

Lines Matching defs:fi

265 static void l1_di(struct FsmInst *fi, int event, void *arg)
267 struct isac *isac = fi->userdata;
269 FsmChangeState(fi, ST_L1_RESET);
273 static void l1_di_deact_ind(struct FsmInst *fi, int event, void *arg)
275 struct isac *isac = fi->userdata;
277 FsmChangeState(fi, ST_L1_RESET);
282 static void l1_go_f3pdown(struct FsmInst *fi, int event, void *arg)
284 FsmChangeState(fi, ST_L1_F3_PDOWN);
287 static void l1_go_f3pend_deact_ind(struct FsmInst *fi, int event, void *arg)
289 struct isac *isac = fi->userdata;
291 FsmChangeState(fi, ST_L1_F3_PEND_DEACT);
296 static void l1_go_f3pend(struct FsmInst *fi, int event, void *arg)
298 struct isac *isac = fi->userdata;
300 FsmChangeState(fi, ST_L1_F3_PEND_DEACT);
304 static void l1_go_f4(struct FsmInst *fi, int event, void *arg)
306 FsmChangeState(fi, ST_L1_F4);
309 static void l1_go_f5(struct FsmInst *fi, int event, void *arg)
311 FsmChangeState(fi, ST_L1_F5);
314 static void l1_go_f6(struct FsmInst *fi, int event, void *arg)
316 FsmChangeState(fi, ST_L1_F6);
319 static void l1_go_f6_deact_ind(struct FsmInst *fi, int event, void *arg)
321 struct isac *isac = fi->userdata;
323 FsmChangeState(fi, ST_L1_F6);
327 static void l1_go_f7_act_ind(struct FsmInst *fi, int event, void *arg)
329 struct isac *isac = fi->userdata;
332 FsmChangeState(fi, ST_L1_F7);
337 static void l1_go_f8(struct FsmInst *fi, int event, void *arg)
339 FsmChangeState(fi, ST_L1_F8);
342 static void l1_go_f8_deact_ind(struct FsmInst *fi, int event, void *arg)
344 struct isac *isac = fi->userdata;
346 FsmChangeState(fi, ST_L1_F8);
350 static void l1_ar8(struct FsmInst *fi, int event, void *arg)
352 struct isac *isac = fi->userdata;
358 static void l1_timer3(struct FsmInst *fi, int event, void *arg)
360 struct isac *isac = fi->userdata;
430 static void l1m_debug(struct FsmInst *fi, char *fmt, ...)