Lines Matching defs:c
122 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg) in read_zsreg()
137 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()
155 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()
409 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
642 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
670 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()
800 int z8530_sync_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_open()
838 int z8530_sync_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_close()
868 int z8530_sync_dma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_open()
991 int z8530_sync_dma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_close()
1062 int z8530_sync_txdma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_open()
1163 int z8530_sync_txdma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_close()
1396 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load()
1444 static void z8530_tx_begin(struct z8530_channel *c) in z8530_tx_begin()
1541 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
1566 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx()
1586 static void z8530_rx_done(struct z8530_channel *c) in z8530_rx_done()
1759 int z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb) in z8530_queue_xmit()
1815 struct net_device_stats *z8530_get_stats(struct z8530_channel *c) in z8530_get_stats()