• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/

Lines Matching refs:stlbrd

133 static struct stlbrd		*stl_brds[STL_MAXBRDS];
411 static int stl_brdinit(struct stlbrd *brdp);
421 static int stl_cd1400panelinit(struct stlbrd *brdp, struct stlpanel *panelp);
422 static void stl_cd1400portinit(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp);
450 static int stl_sc26198panelinit(struct stlbrd *brdp, struct stlpanel *panelp);
451 static void stl_sc26198portinit(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp);
478 int (*panelinit)(struct stlbrd *brdp, struct stlpanel *panelp);
479 void (*portinit)(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp);
688 static struct stlbrd *stl_allocbrd(void)
690 struct stlbrd *brdp;
692 brdp = kzalloc(sizeof(struct stlbrd), GFP_KERNEL);
695 sizeof(struct stlbrd));
726 struct stlbrd *brdp;
1025 struct stlbrd *brdp;
1390 struct stlbrd *brdp;
1451 struct stlbrd *brdp = dev_id;
1464 static int stl_eiointr(struct stlbrd *brdp)
1487 static int stl_echatintr(struct stlbrd *brdp)
1517 static int stl_echmcaintr(struct stlbrd *brdp)
1542 static int stl_echpciintr(struct stlbrd *brdp)
1572 static int stl_echpci64intr(struct stlbrd *brdp)
1598 static int __devinit stl_initports(struct stlbrd *brdp, struct stlpanel *panelp)
1642 static void stl_cleanup_panels(struct stlbrd *brdp)
1675 static int __devinit stl_initeio(struct stlbrd *brdp)
1828 static int __devinit stl_initech(struct stlbrd *brdp)
2054 static int __devinit stl_brdinit(struct stlbrd *brdp)
2141 struct stlbrd *brdp;
2216 struct stlbrd *brdp = pci_get_drvdata(pdev);
2251 struct stlbrd *brdp;
2291 struct stlbrd *brdp;
2425 static int stl_getbrdstruct(struct stlbrd __user *arg)
2427 struct stlbrd stl_dummybrd;
2428 struct stlbrd *brdp;
2430 if (copy_from_user(&stl_dummybrd, arg, sizeof(struct stlbrd)))
2437 return copy_to_user(arg, brdp, sizeof(struct stlbrd)) ? -EFAULT : 0;
2554 static int stl_cd1400panelinit(struct stlbrd *brdp, struct stlpanel *panelp)
2610 static void stl_cd1400portinit(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp)
2662 struct stlbrd *brdp;
3560 static int stl_sc26198panelinit(struct stlbrd *brdp, struct stlpanel *panelp)
3605 static void stl_sc26198portinit(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp)
3633 struct stlbrd *brdp;
4478 struct stlbrd *brdp;
4503 struct stlbrd *brdp;
4596 struct stlbrd *brdp;