Searched refs:slgt_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | synclink_gt.c | 118 static struct slgt_info *slgt_device_list; 210 struct slgt_info { struct 214 struct slgt_info *next_device; /* device list link */ 224 struct slgt_info *port_array[SLGT_MAX_PORTS]; 400 static __u8 rd_reg8(struct slgt_info *info, unsigned int addr); 401 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value); 402 static __u16 rd_reg16(struct slgt_info *info, unsigned int addr); 403 static void wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value); 404 static __u32 rd_reg32(struct slgt_info *info, unsigned int addr); 405 static void wr_reg32(struct slgt_info *inf [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | synclink_gt.c | 120 static struct slgt_info *slgt_device_list; 212 struct slgt_info { struct 216 struct slgt_info *next_device; /* device list link */ 228 struct slgt_info *port_array[SLGT_MAX_PORTS]; 405 static __u8 rd_reg8(struct slgt_info *info, unsigned int addr); 406 static void wr_reg8(struct slgt_info *info, unsigned int addr, __u8 value); 407 static __u16 rd_reg16(struct slgt_info *info, unsigned int addr); 408 static void wr_reg16(struct slgt_info *info, unsigned int addr, __u16 value); 409 static __u32 rd_reg32(struct slgt_info *info, unsigned int addr); 410 static void wr_reg32(struct slgt_info *inf [all...] |
Completed in 7 milliseconds