Searched refs:z8530_channel (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/net/wan/ |
| 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 340 struct z8530_channel chanA; /* SCC channel A */ argument 341 struct z8530_channel chanB; /* SCC channel B */ 364 int z8530_sync_open(struct net_device *, struct z8530_channel *); 365 int z8530_sync_close(struct net_device *, struct z8530_channel *); [all …]
|
| D | z85230.c | 103 static void z8530_rx_done(struct z8530_channel *c); 104 static void z8530_tx_done(struct z8530_channel *c); 117 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg() 132 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata() 152 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg() 167 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl() 179 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata() 254 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo() 279 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr() 312 static void z8530_rx(struct z8530_channel *c) in z8530_rx() [all …]
|
| D | sealevel.c | 32 struct z8530_channel *chan; 53 static void sealevel_input(struct z8530_channel *c, struct sk_buff *skb) in sealevel_input()
|
| D | hostess_sv11.c | 58 static void hostess_input(struct z8530_channel *c, struct sk_buff *skb) in hostess_input()
|