Searched refs:scc_info (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/hamradio/
H A Ddmascc.c197 struct scc_info *info;
216 spinlock_t *register_lock; /* Per scc_info */
220 struct scc_info { struct
225 struct scc_info *next;
251 static inline void z8530_isr(struct scc_info *info);
271 static struct scc_info *first;
283 struct scc_info *info;
447 struct scc_info *info;
457 info = kmalloc(sizeof(struct scc_info), GFP_KERNEL | GFP_DMA);
466 memset(info, 0, sizeof(struct scc_info));
[all...]

Completed in 34 milliseconds