Searched refs:scc_priv (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/hamradio/ |
H A D | dmascc.c | 194 struct scc_priv { struct 225 struct scc_priv priv[2]; 234 static void write_scc(struct scc_priv *priv, int reg, int val); 235 static void write_scc_data(struct scc_priv *priv, int val, int fast); 236 static int read_scc(struct scc_priv *priv, int reg); 237 static int read_scc_data(struct scc_priv *priv); 245 static inline void tx_on(struct scc_priv *priv); 246 static inline void rx_on(struct scc_priv *priv); 247 static inline void rx_off(struct scc_priv *priv); 248 static void start_timer(struct scc_priv *priv, int t, int r15); 253 static void rx_isr(struct scc_priv *priv); 254 static void special_condition(struct scc_priv *priv, int rc); 256 static void tx_isr(struct scc_priv *priv); 257 static void es_isr(struct scc_priv *priv); 258 static void tm_isr(struct scc_priv *priv); 457 struct scc_priv *priv; setup_adapter() 621 static void write_scc(struct scc_priv *priv, int reg, int val) write_scc() 648 static void write_scc_data(struct scc_priv *priv, int val, int fast) write_scc_data() 673 static int read_scc(struct scc_priv *priv, int reg) read_scc() 699 static int read_scc_data(struct scc_priv *priv) read_scc_data() 721 struct scc_priv *priv = dev->ml_priv; scc_open() 863 struct scc_priv *priv = dev->ml_priv; scc_close() 892 struct scc_priv *priv = dev->ml_priv; scc_ioctl() 919 struct scc_priv *priv = dev->ml_priv; scc_send_packet() 973 static inline void tx_on(struct scc_priv *priv) tx_on() 1018 static inline void rx_on(struct scc_priv *priv) rx_on() 1056 static inline void rx_off(struct scc_priv *priv) rx_off() 1071 static void start_timer(struct scc_priv *priv, int t, int r15) start_timer() 1162 static void rx_isr(struct scc_priv *priv) rx_isr() 1188 static void special_condition(struct scc_priv *priv, int rc) special_condition() 1256 struct scc_priv *priv = container_of(ugli_api, struct scc_priv, rx_work); rx_bh() 1291 static void tx_isr(struct scc_priv *priv) tx_isr() 1315 static void es_isr(struct scc_priv *priv) es_isr() 1402 static void tm_isr(struct scc_priv *priv) tm_isr()
|
Completed in 35 milliseconds