Lines Matching defs: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()
409 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
628 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
656 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()
788 int z8530_sync_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_open()
826 int z8530_sync_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_close()
856 int z8530_sync_dma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_open()
979 int z8530_sync_dma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_close()
1050 int z8530_sync_txdma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_open()
1151 int z8530_sync_txdma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_close()
1381 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load()
1429 static void z8530_tx_begin(struct z8530_channel *c) in z8530_tx_begin()
1526 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
1551 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx()
1571 static void z8530_rx_done(struct z8530_channel *c) in z8530_rx_done()
1729 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb) in z8530_queue_xmit()