Home
last modified time | relevance | path

Searched refs:mgsl_icount (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsynclink.h213 struct mgsl_icount { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsynclink.h213 struct mgsl_icount { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsynclink.h213 struct mgsl_icount { struct
/OK3568_Linux_fs/kernel/drivers/char/pcmcia/
H A Dsynclink_cs.c143 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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dsynclinkmp.c159 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()
H A Dsynclink_gt.c232 struct mgsl_icount icount;
454 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount);
1046 struct mgsl_icount cnow; /* kernel counter temps */ in get_icount()
1766 struct mgsl_icount *icount = &info->icount; in rx_async()
2523 static int get_stats(struct slgt_info *info, struct mgsl_icount __user *user_icount) in get_stats()
2529 if (copy_to_user(user_icount, &info->icount, sizeof(struct mgsl_icount))) in get_stats()
2668 struct mgsl_icount cprev, cnow; in wait_mgsl_event()
3044 struct mgsl_icount cprev, cnow; in modem_input_wait()
H A Dsynclink.c184 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()