Lines Matching refs:scc_info
198 struct scc_info *info;
221 struct scc_info { struct
226 struct scc_info *next; argument
251 static inline void z8530_isr(struct scc_info *info);
271 static struct scc_info *first;
283 struct scc_info *info; in dmascc_exit()
455 struct scc_info *info; in setup_adapter()
465 info = kzalloc(sizeof(struct scc_info), GFP_KERNEL | GFP_DMA); in setup_adapter()
722 struct scc_info *info = priv->info; in scc_open()
864 struct scc_info *info = priv->info; in scc_close()
1094 static inline void z8530_isr(struct scc_info *info) in z8530_isr()
1126 struct scc_info *info = dev_id; in scc_isr()