Searched refs:mgsl_icount (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | synclink.h | 212 struct mgsl_icount { struct
|
/linux-4.1.27/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() 1775 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 1783 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 1965 struct mgsl_icount cprev, cnow; in wait_events() 2073 struct mgsl_icount cprev, cnow; in modem_input_wait() 2202 struct mgsl_icount cnow; /* kernel counter temps */ in mgslpc_get_icount()
|
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 159 struct mgsl_icount icount; 537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount); 1325 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 2110 struct mgsl_icount *icount = &info->icount; in isr_rxint() 2168 struct mgsl_icount *icount = &info->icount; in isr_rxrdy() 2419 struct mgsl_icount *icount; in isr_io_pin() 2858 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 2870 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 3035 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3158 struct mgsl_icount cprev, cnow; in modem_input_wait()
|
D | synclink.c | 185 struct mgsl_icount icount; 825 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount 1281 struct mgsl_icount *icount; in mgsl_isr_io_pin() 1439 struct mgsl_icount *icount = &info->icount; in mgsl_isr_receive_data() 2418 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount __user *user_icount) in mgsl_get_stats() 2430 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in mgsl_get_stats() 2671 struct mgsl_icount cprev, cnow; in mgsl_wait_event() 2792 struct mgsl_icount cprev, cnow; in modem_input_wait() 2930 struct mgsl_icount cnow; /* kernel counter temps */ in msgl_get_icount()
|
D | synclink_gt.c | 259 struct mgsl_icount icount; 503 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount); 1117 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 1857 struct mgsl_icount *icount = &info->icount; in rx_async() 2620 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() 2626 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats() 2765 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3141 struct mgsl_icount cprev, cnow; in modem_input_wait()
|