Searched refs:z8530_channel (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/net/wan/ |
D | z85230.h | 250 struct z8530_channel; 254 void (*rx)(struct z8530_channel *); 255 void (*tx)(struct z8530_channel *); 256 void (*status)(struct z8530_channel *); 263 struct z8530_channel struct 290 void (*rx_function)(struct z8530_channel *, struct sk_buff *); argument 378 struct z8530_channel chanA; /* SCC channel A */ argument 379 struct z8530_channel chanB; /* SCC channel B */ 402 extern int z8530_sync_open(struct net_device *, struct z8530_channel *); 403 extern int z8530_sync_close(struct net_device *, struct z8530_channel *); [all …]
|
D | z85230.c | 111 static void z8530_rx_done(struct z8530_channel *c); 112 static void z8530_tx_done(struct z8530_channel *c); 126 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg() 141 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata() 160 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg() 176 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl() 190 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata() 276 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo() 302 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr() 335 static void z8530_rx(struct z8530_channel *c) in z8530_rx() [all …]
|
D | sealevel.c | 40 struct z8530_channel *chan; 66 static void sealevel_input(struct z8530_channel *c, struct sk_buff *skb) in sealevel_input()
|
D | hostess_sv11.c | 60 static void hostess_input(struct z8530_channel *c, struct sk_buff *skb) in hostess_input()
|