• 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:stlpanel

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);
435 static void stl_cd1400eiointr(struct stlpanel *panelp, unsigned int iobase);
436 static void stl_cd1400echintr(struct stlpanel *panelp, unsigned int iobase);
437 static void stl_cd1400txisr(struct stlpanel *panelp, int ioaddr);
438 static void stl_cd1400rxisr(struct stlpanel *panelp, int ioaddr);
439 static void stl_cd1400mdmisr(struct stlpanel *panelp, int ioaddr);
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);
465 static void stl_sc26198intr(struct stlpanel *panelp, unsigned int iobase);
478 int (*panelinit)(struct stlbrd *brdp, struct stlpanel *panelp);
479 void (*portinit)(struct stlbrd *brdp, struct stlpanel *panelp, struct stlport *portp);
491 void (*intr)(struct stlpanel *panelp, unsigned int iobase);
1391 struct stlpanel *panelp;
1466 struct stlpanel *panelp;
1489 struct stlpanel *panelp;
1519 struct stlpanel *panelp;
1544 struct stlpanel *panelp;
1574 struct stlpanel *panelp;
1598 static int __devinit stl_initports(struct stlbrd *brdp, struct stlpanel *panelp)
1644 struct stlpanel *panelp;
1677 struct stlpanel *panelp;
1776 panelp = kzalloc(sizeof(struct stlpanel), GFP_KERNEL);
1779 "(size=%Zd)\n", sizeof(struct stlpanel));
1830 struct stlpanel *panelp;
1964 panelp = kzalloc(sizeof(struct stlpanel), GFP_KERNEL);
1967 "(size=%Zd)\n", sizeof(struct stlpanel));
2252 struct stlpanel *panelp;
2292 struct stlpanel *panelp;
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)
3199 static void stl_cd1400eiointr(struct stlpanel *panelp, unsigned int iobase)
3229 static void stl_cd1400echintr(struct stlpanel *panelp, unsigned int iobase)
3297 static void stl_cd1400txisr(struct stlpanel *panelp, int ioaddr)
3382 static void stl_cd1400rxisr(struct stlpanel *panelp, int ioaddr)
3480 static void stl_cd1400mdmisr(struct stlpanel *panelp, int ioaddr)
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)
4194 static void stl_sc26198intr(struct stlpanel *panelp, unsigned int iobase)