Searched refs:mgsl_icount (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | synclink.h | 199 struct mgsl_icount { struct
|
/linux-2.4.37.9/drivers/char/ |
D | synclinkmp.c | 168 struct mgsl_icount icount; 587 static int get_stats(SLMP_INFO *info, struct mgsl_icount *user_icount); 1399 struct mgsl_icount cnow; /* kernel counter temps */ in ioctl() 1438 return get_stats(info,(struct mgsl_icount*)arg); in ioctl() 2052 struct mgsl_icount *icount = &info->icount; in isr_rxint() 2113 struct mgsl_icount *icount = &info->icount; in isr_rxrdy() 2383 struct mgsl_icount *icount; in isr_io_pin() 2831 static int get_stats(SLMP_INFO * info, struct mgsl_icount *user_icount) in get_stats() 2839 COPY_TO_USER(err,user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 3012 struct mgsl_icount cprev, cnow; in wait_mgsl_event() [all …]
|
D | synclink.c | 205 struct mgsl_icount icount; 867 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount 1350 struct mgsl_icount *icount; in mgsl_isr_io_pin() 1505 struct mgsl_icount *icount = &info->icount; in mgsl_isr_receive_data() 2559 static int mgsl_get_stats(struct mgsl_struct * info, struct mgsl_icount *user_icount) in mgsl_get_stats() 2567 COPY_TO_USER(err,user_icount, &info->icount, sizeof(struct mgsl_icount)); in mgsl_get_stats() 2806 struct mgsl_icount cprev, cnow; in mgsl_wait_event() 2927 struct mgsl_icount cprev, cnow; in modem_input_wait() 3140 struct mgsl_icount cnow; /* kernel counter temps */ in mgsl_ioctl_common() 3166 return mgsl_get_stats(info,(struct mgsl_icount*)arg); in mgsl_ioctl_common()
|
/linux-2.4.37.9/drivers/char/pcmcia/ |
D | synclink_cs.c | 161 struct mgsl_icount icount; 455 static int get_stats(MGSLPC_INFO *info, struct mgsl_icount *user_icount); 1134 struct mgsl_icount *icount = &info->icount; in rx_ready_async() 2021 static int get_stats(MGSLPC_INFO * info, struct mgsl_icount *user_icount) in get_stats() 2026 COPY_TO_USER(err,user_icount, &info->icount, sizeof(struct mgsl_icount)); in get_stats() 2207 struct mgsl_icount cprev, cnow; in wait_events() 2315 struct mgsl_icount cprev, cnow; in modem_input_wait() 2512 struct mgsl_icount cnow; /* kernel counter temps */ in ioctl_common() 2542 return get_stats(info,(struct mgsl_icount*)arg); in ioctl_common()
|