Searched refs:z8530_channel (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | z85230.h | 251 struct z8530_channel; 255 void (*rx)(struct z8530_channel *); 256 void (*tx)(struct z8530_channel *); 257 void (*status)(struct z8530_channel *); 264 struct z8530_channel struct 291 void (*rx_function)(struct z8530_channel *, struct sk_buff *); argument 379 struct z8530_channel chanA; /* SCC channel A */ argument 380 struct z8530_channel chanB; /* SCC channel B */ 403 int z8530_sync_open(struct net_device *, struct z8530_channel *); 404 int z8530_sync_close(struct net_device *, struct z8530_channel *); [all …]
|
| H A D | z85230.c | 108 static void z8530_rx_done(struct z8530_channel *c); 109 static void z8530_tx_done(struct z8530_channel *c); 123 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg() 138 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata() 157 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg() 173 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl() 187 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata() 273 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo() 299 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr() 332 static void z8530_rx(struct z8530_channel *c) in z8530_rx() [all …]
|
| H A D | sealevel.c | 35 struct z8530_channel *chan; 61 static void sealevel_input(struct z8530_channel *c, struct sk_buff *skb) in sealevel_input()
|
| H A D | hostess_sv11.c | 61 static void hostess_input(struct z8530_channel *c, struct sk_buff *skb) in hostess_input()
|