Searched refs:mgsl_icount (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | synclink.h | 213 struct mgsl_icount { struct
|
/Linux-v4.19/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-v4.19/drivers/tty/ |
D | synclinkmp.c | 159 struct mgsl_icount icount; 537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount); 1311 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 2085 struct mgsl_icount *icount = &info->icount; in isr_rxint() 2143 struct mgsl_icount *icount = &info->icount; in isr_rxrdy() 2394 struct mgsl_icount *icount; in isr_io_pin() 2826 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 2838 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 3003 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3126 struct mgsl_icount cprev, cnow; in modem_input_wait()
|
D | synclink.c | 184 struct mgsl_icount icount; 824 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount 1280 struct mgsl_icount *icount; in mgsl_isr_io_pin() 1437 struct mgsl_icount *icount = &info->icount; in mgsl_isr_receive_data() 2407 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount __user *user_icount) in mgsl_get_stats() 2419 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in mgsl_get_stats() 2660 struct mgsl_icount cprev, cnow; in mgsl_wait_event() 2781 struct mgsl_icount cprev, cnow; in modem_input_wait() 2919 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); 1102 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 1831 struct mgsl_icount *icount = &info->icount; in rx_async() 2588 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() 2594 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats() 2733 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3109 struct mgsl_icount cprev, cnow; in modem_input_wait()
|