Searched refs:mgsl_icount (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/include/uapi/linux/ |
| D | synclink.h | 213 struct mgsl_icount { struct
|
| /Linux-v5.10/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); 899 struct mgsl_icount *icount = &info->icount; in rx_ready_async() 1768 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 1776 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 1958 struct mgsl_icount cprev, cnow; in wait_events() 2066 struct mgsl_icount cprev, cnow; in modem_input_wait() 2195 struct mgsl_icount cnow; /* kernel counter temps */ in mgslpc_get_icount()
|
| /Linux-v5.10/drivers/tty/ |
| D | synclinkmp.c | 159 struct mgsl_icount icount; 537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount); 1310 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 2081 struct mgsl_icount *icount = &info->icount; in isr_rxint() 2139 struct mgsl_icount *icount = &info->icount; in isr_rxrdy() 2390 struct mgsl_icount *icount; in isr_io_pin() 2822 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 2834 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 2999 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3122 struct mgsl_icount cprev, cnow; in modem_input_wait()
|
| D | synclink.c | 184 struct mgsl_icount icount; 823 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount 1279 struct mgsl_icount *icount; in mgsl_isr_io_pin() 1436 struct mgsl_icount *icount = &info->icount; in mgsl_isr_receive_data() 2406 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount __user *user_icount) in mgsl_get_stats() 2418 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in mgsl_get_stats() 2659 struct mgsl_icount cprev, cnow; in mgsl_wait_event() 2780 struct mgsl_icount cprev, cnow; in modem_input_wait() 2918 struct mgsl_icount cnow; /* kernel counter temps */ in msgl_get_icount()
|
| D | synclink_gt.c | 258 struct mgsl_icount icount; 502 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount); 1101 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 1819 struct mgsl_icount *icount = &info->icount; in rx_async() 2576 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() 2582 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats() 2721 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3097 struct mgsl_icount cprev, cnow; in modem_input_wait()
|