Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dsynclink.h213 struct mgsl_icount { struct
/linux-6.6.21/drivers/tty/
Dsynclink_gt.c228 struct mgsl_icount icount;
449 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1036 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount()
1756 struct mgsl_icount *icount = &info->icount; in rx_async()
2506 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats()
2512 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()
2651 struct mgsl_icount cprev, cnow; in wait_mgsl_event()
3027 struct mgsl_icount cprev, cnow; in modem_input_wait()