Lines Matching defs:c

123 static inline u8 read_zsreg(struct z8530_channel *c, u8 reg)  in read_zsreg()
138 static inline u8 read_zsdata(struct z8530_channel *c) in read_zsdata()
157 static inline void write_zsreg(struct z8530_channel *c, u8 reg, u8 val) in write_zsreg()
173 static inline void write_zsctrl(struct z8530_channel *c, u8 val) in write_zsctrl()
187 static inline void write_zsdata(struct z8530_channel *c, u8 val) in write_zsdata()
273 static void z8530_flush_fifo(struct z8530_channel *c) in z8530_flush_fifo()
299 static void z8530_rtsdtr(struct z8530_channel *c, int set) in z8530_rtsdtr()
332 static void z8530_rx(struct z8530_channel *c) in z8530_rx()
406 static void z8530_tx(struct z8530_channel *c) in z8530_tx()
625 static void z8530_rx_clear(struct z8530_channel *c) in z8530_rx_clear()
653 static void z8530_tx_clear(struct z8530_channel *c) in z8530_tx_clear()
785 int z8530_sync_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_open()
823 int z8530_sync_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_close()
853 int z8530_sync_dma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_open()
976 int z8530_sync_dma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_dma_close()
1047 int z8530_sync_txdma_open(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_open()
1148 int z8530_sync_txdma_close(struct net_device *dev, struct z8530_channel *c) in z8530_sync_txdma_close()
1378 int z8530_channel_load(struct z8530_channel *c, u8 *rtable) in z8530_channel_load()
1426 static void z8530_tx_begin(struct z8530_channel *c) in z8530_tx_begin()
1523 static void z8530_tx_done(struct z8530_channel *c) in z8530_tx_done()
1548 void z8530_null_rx(struct z8530_channel *c, struct sk_buff *skb) in z8530_null_rx()
1568 static void z8530_rx_done(struct z8530_channel *c) in z8530_rx_done()
1726 netdev_tx_t z8530_queue_xmit(struct z8530_channel *c, struct sk_buff *skb) in z8530_queue_xmit()