Lines Matching refs:scc_info
185 struct scc_info *info;
208 struct scc_info { struct
213 struct scc_info *next; argument
238 static inline void z8530_isr(struct scc_info *info);
258 static struct scc_info *first;
270 struct scc_info *info; in dmascc_exit()
442 struct scc_info *info; in setup_adapter()
452 info = kzalloc(sizeof(struct scc_info), GFP_KERNEL | GFP_DMA); in setup_adapter()
716 struct scc_info *info = priv->info; in scc_open()
858 struct scc_info *info = priv->info; in scc_close()
1088 static inline void z8530_isr(struct scc_info *info) in z8530_isr()
1120 struct scc_info *info = dev_id; in scc_isr()