Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dsynclink.h213 struct mgsl_icount { struct
/linux/drivers/tty/
H A Dsynclink_gt.c229 struct mgsl_icount icount;
450 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1037 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount()
1757 struct mgsl_icount *icount = &info->icount; in rx_async()
2507 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats()
2513 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()
2652 struct mgsl_icount cprev, cnow; in wait_mgsl_event()
3028 struct mgsl_icount cprev, cnow; in modem_input_wait()