Searched refs:mgsl_icount (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/uapi/linux/ |
| D | synclink.h | 213 struct mgsl_icount { struct
|
| /Linux-v5.15/drivers/char/pcmcia/ |
| D | synclink_cs.c | 143 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() 1760 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 1768 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 1950 struct mgsl_icount cprev, cnow; in wait_events() 2058 struct mgsl_icount cprev, cnow; in modem_input_wait() 2187 struct mgsl_icount cnow; /* kernel counter temps */ in mgslpc_get_icount()
|
| /Linux-v5.15/drivers/tty/ |
| D | synclink_gt.c | 232 struct mgsl_icount icount; 454 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount); 1045 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 1761 struct mgsl_icount *icount = &info->icount; in rx_async() 2511 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() 2517 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats() 2656 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3032 struct mgsl_icount cprev, cnow; in modem_input_wait()
|