Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dsynclink.h213 struct mgsl_icount { struct
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c143 struct mgsl_icount icount;
422 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount __user *user_icount);
897 struct mgsl_icount *icount = &info->icount; in rx_ready_async()
1762 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats()
1770 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats()
1952 struct mgsl_icount cprev, cnow; in wait_events()
2060 struct mgsl_icount cprev, cnow; in modem_input_wait()
2189 struct mgsl_icount cnow; /* kernel counter temps */ in mgslpc_get_icount()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c229 struct mgsl_icount icount;
451 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1039 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()