Searched refs:mgsl_icount (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/include/uapi/linux/ |
| D | synclink.h | 212 struct mgsl_icount { struct
|
| /linux-4.4.14/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.4.14/drivers/tty/ |
| D | synclinkmp.c | 159 struct mgsl_icount icount; 537 static int get_stats(SLMP_INFO *info, struct mgsl_icount __user *user_icount); 1316 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 2104 struct mgsl_icount *icount = &info->icount; in isr_rxint() 2162 struct mgsl_icount *icount = &info->icount; in isr_rxrdy() 2413 struct mgsl_icount *icount; in isr_io_pin() 2852 static int get_stats(SLMP_INFO * info, struct mgsl_icount __user *user_icount) in get_stats() 2864 COPY_TO_USER(err, user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 3029 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3152 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); 1108 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount() 1851 struct mgsl_icount *icount = &info->icount; in rx_async() 2615 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats() 2621 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats() 2760 struct mgsl_icount cprev, cnow; in wait_mgsl_event() 3136 struct mgsl_icount cprev, cnow; in modem_input_wait()
|