Home
last modified time | relevance | path

Searched refs:slgt_info (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/tty/
Dsynclink_gt.c122 static struct slgt_info *slgt_device_list;
168 static void hdlcdev_tx_done(struct slgt_info *info);
169 static void hdlcdev_rx(struct slgt_info *info, char *buf, int size);
170 static int hdlcdev_init(struct slgt_info *info);
171 static void hdlcdev_exit(struct slgt_info *info);
240 struct slgt_info { struct
244 struct slgt_info *next_device; /* device list link */ argument
256 struct slgt_info *port_array[SLGT_MAX_PORTS]; argument
434 static __u8 rd_reg8(struct slgt_info *info, unsigned int addr);
435 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value);
[all …]