Lines Matching defs: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()
372 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
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()
723 int z8530_sync_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_open()
758 int z8530_sync_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_close()
786 int z8530_sync_dma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_open()
899 int z8530_sync_dma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_close()
965 int z8530_sync_txdma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_open()
1057 int z8530_sync_txdma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_close()
1267 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load()
1313 static void z8530_tx_begin(struct z8530_channel *c) in z8530_tx_begin()
1393 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
1417 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx()
1435 static void z8530_rx_done(struct z8530_channel *c) in z8530_rx_done()
1582 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb) in z8530_queue_xmit()