Searched refs:z8530_channel (Results 1 – 4 of 4) sorted by relevance
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 struct291 void (*rx_function)(struct z8530_channel *, struct sk_buff *); argument340 struct z8530_channel chanA; /* SCC channel A */ argument341 struct z8530_channel chanB; /* SCC channel B */364 int z8530_sync_open(struct net_device *, struct z8530_channel *);370 int z8530_channel_load(struct z8530_channel *, u8 *);[all …]
103 static void z8530_rx_done(struct z8530_channel *c);104 static void z8530_tx_done(struct z8530_channel *c);132 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()254 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo()312 static void z8530_rx(struct z8530_channel *c) in z8530_rx()372 static void z8530_tx(struct z8530_channel *c) in z8530_tx()409 static void z8530_status(struct z8530_channel *chan) in z8530_status()572 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()598 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()1393 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()[all …]
32 struct z8530_channel *chan;53 static void sealevel_input(struct z8530_channel *c, struct sk_buff *skb) in sealevel_input()
58 static void hostess_input(struct z8530_channel *c, struct sk_buff *skb) in hostess_input()
Completed in 11 milliseconds