Lines Matching refs:sc_chinfo
81 struct sc_chinfo { struct
98 void (*emldma)(struct sc_chinfo *); argument
175 struct sc_chinfo chan[11];
185 static void envy24ht_p8u(struct sc_chinfo *);
186 static void envy24ht_p16sl(struct sc_chinfo *);
187 static void envy24ht_p32sl(struct sc_chinfo *);
188 static void envy24ht_r16sl(struct sc_chinfo *);
189 static void envy24ht_r32sl(struct sc_chinfo *);
436 void (*emldma)(struct sc_chinfo *);
1302 envy24ht_p32sl(struct sc_chinfo *ch) in envy24ht_p32sl()
1332 envy24ht_p16sl(struct sc_chinfo *ch) in envy24ht_p16sl()
1377 envy24ht_p8u(struct sc_chinfo *ch) in envy24ht_p8u()
1407 envy24ht_r32sl(struct sc_chinfo *ch) in envy24ht_r32sl()
1437 envy24ht_r16sl(struct sc_chinfo *ch) in envy24ht_r16sl()
1473 struct sc_chinfo *ch; in envy24htchan_init()
1518 struct sc_chinfo *ch = data; in envy24htchan_free()
1537 struct sc_chinfo *ch = data; in envy24htchan_setformat()
1603 struct sc_chinfo *ch = data; in envy24htchan_setspeed()
1628 struct sc_chinfo *ch = data; in envy24htchan_setblocksize()
1671 struct sc_chinfo *ch = data; in envy24htchan_trigger()
1781 struct sc_chinfo *ch = data; in envy24htchan_getptr()
1803 struct sc_chinfo *ch = data; in envy24htchan_getcaps()
1973 struct sc_chinfo *ch; in envy24ht_intr()