Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Dsynclink_gt.c121 static struct slgt_info *slgt_device_list;
167 static void hdlcdev_tx_done(struct slgt_info *info);
168 static void hdlcdev_rx(struct slgt_info *info, char *buf, int size);
169 static int hdlcdev_init(struct slgt_info *info);
170 static void hdlcdev_exit(struct slgt_info *info);
239 struct slgt_info { struct
243 struct slgt_info *next_device; /* device list link */ argument
255 struct slgt_info *port_array[SLGT_MAX_PORTS]; argument
432 static __u8 rd_reg8(struct slgt_info *info, unsigned int addr);
433 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value);
[all …]