| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_frontend.c | 1340 struct dtv_property *tvp, in dtv_property_process_get() argument 1345 switch (tvp->cmd) { in dtv_property_process_get() 1349 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps]; in dtv_property_process_get() 1352 tvp->u.buffer.len = ncaps; in dtv_property_process_get() 1355 tvp->u.data = c->frequency; in dtv_property_process_get() 1358 tvp->u.data = c->modulation; in dtv_property_process_get() 1361 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get() 1364 tvp->u.data = c->inversion; in dtv_property_process_get() 1367 tvp->u.data = c->symbol_rate; in dtv_property_process_get() 1370 tvp->u.data = c->fec_inner; in dtv_property_process_get() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winblock.c | 44 struct timeval **tvp = pTimeout; in winBlockHandler() local 46 if (*tvp != NULL) { in winBlockHandler() 51 (*tvp)->tv_sec = 0; in winBlockHandler() 52 (*tvp)->tv_usec = 0; in winBlockHandler() 59 (*tvp)->tv_sec = 0; in winBlockHandler() 60 (*tvp)->tv_usec = 100; in winBlockHandler()
|
| /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/sys/ |
| H A D | time.h | 160 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 161 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
|
| /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/sys/ |
| H A D | time.h | 160 # define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) argument 161 # define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) argument
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | syscalls.c | 82 …_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in ppc_select() argument 92 || __get_user(tvp, ((struct __kernel_old_timeval __user * __user *)(buffer+4)))) in ppc_select() 95 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | select.c | 704 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select() argument 710 if (tvp) { in kern_select() 711 if (copy_from_user(&tv, tvp, sizeof(tv))) in kern_select() 722 return poll_select_finish(&end_time, tvp, PT_TIMEVAL, ret); in kern_select() 726 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument 728 return kern_select(n, inp, outp, exp, tvp); in SYSCALL_DEFINE5() 826 struct __kernel_old_timeval __user *tvp; member 835 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1() 1266 struct old_timeval32 __user *tvp) in do_compat_select() argument 1272 if (tvp) { in do_compat_select() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/ |
| H A D | tvp5150.txt | 32 tvp-5150 port@0 (AIP1A) 35 tvp-5150 port@1 (AIP1B) | 38 tvp-5150 port@2
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | asm-prototypes.h | 97 struct __kernel_old_timeval __user *tvp);
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1037 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5() argument 1040 if (tvp) { in SYSCALL_DEFINE5() 1044 if (get_tv32(&tv, tvp)) in SYSCALL_DEFINE5()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/ |
| H A D | osdep_service.c | 1354 struct timeval tvp; in rtw_get_current_time() local 1355 getmicrotime(&tvp); in rtw_get_current_time() 1356 return tvp.tv_sec; in rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/ |
| H A D | osdep_service.c | 1315 struct timeval tvp; in rtw_get_current_time() local 1316 getmicrotime(&tvp); in rtw_get_current_time() 1317 return tvp.tv_sec; in rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/ |
| H A D | osdep_service.c | 1367 struct timeval tvp; in rtw_get_current_time() local 1368 getmicrotime(&tvp); in rtw_get_current_time() 1369 return tvp.tv_sec; in rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/ |
| H A D | osdep_service.c | 1425 struct timeval tvp; in _rtw_get_current_time() local 1426 getmicrotime(&tvp); in _rtw_get_current_time() 1427 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/ |
| H A D | osdep_service.c | 1546 struct timeval tvp; in _rtw_get_current_time() local 1547 getmicrotime(&tvp); in _rtw_get_current_time() 1548 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/ |
| H A D | osdep_service.c | 1546 struct timeval tvp; in _rtw_get_current_time() local 1547 getmicrotime(&tvp); in _rtw_get_current_time() 1548 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/ |
| H A D | osdep_service.c | 1546 struct timeval tvp; in _rtw_get_current_time() local 1547 getmicrotime(&tvp); in _rtw_get_current_time() 1548 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/ |
| H A D | osdep_service.c | 1550 struct timeval tvp; in _rtw_get_current_time() local 1551 getmicrotime(&tvp); in _rtw_get_current_time() 1552 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/ |
| H A D | osdep_service.c | 1560 struct timeval tvp; in _rtw_get_current_time() local 1561 getmicrotime(&tvp); in _rtw_get_current_time() 1562 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/ |
| H A D | osdep_service.c | 1560 struct timeval tvp; in _rtw_get_current_time() local 1561 getmicrotime(&tvp); in _rtw_get_current_time() 1562 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/ |
| H A D | osdep_service.c | 1561 struct timeval tvp; in _rtw_get_current_time() local 1562 getmicrotime(&tvp); in _rtw_get_current_time() 1563 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/ |
| H A D | osdep_service.c | 1724 struct timeval tvp; in _rtw_get_current_time() local 1725 getmicrotime(&tvp); in _rtw_get_current_time() 1726 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/ |
| H A D | osdep_service.c | 1561 struct timeval tvp; in _rtw_get_current_time() local 1562 getmicrotime(&tvp); in _rtw_get_current_time() 1563 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/ |
| H A D | osdep_service.c | 1560 struct timeval tvp; in _rtw_get_current_time() local 1561 getmicrotime(&tvp); in _rtw_get_current_time() 1562 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/ |
| H A D | osdep_service.c | 1560 struct timeval tvp; in _rtw_get_current_time() local 1561 getmicrotime(&tvp); in _rtw_get_current_time() 1562 return tvp.tv_sec; in _rtw_get_current_time()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/ |
| H A D | osdep_service.c | 1756 struct timeval tvp; in _rtw_get_current_time() local 1757 getmicrotime(&tvp); in _rtw_get_current_time() 1758 return tvp.tv_sec; in _rtw_get_current_time()
|