Searched refs:tvp (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
D | dvb_frontend.c | 1349 struct dtv_property *tvp, in dtv_property_process_get() argument 1354 switch (tvp->cmd) { in dtv_property_process_get() 1358 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps]; in dtv_property_process_get() 1361 tvp->u.buffer.len = ncaps; in dtv_property_process_get() 1364 tvp->u.data = c->frequency; in dtv_property_process_get() 1367 tvp->u.data = c->modulation; in dtv_property_process_get() 1370 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get() 1373 tvp->u.data = c->inversion; in dtv_property_process_get() 1376 tvp->u.data = c->symbol_rate; in dtv_property_process_get() 1379 tvp->u.data = c->fec_inner; in dtv_property_process_get() [all …]
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
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()
|
/kernel/linux/linux-5.10/fs/ |
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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
D | tvp5150.txt | 32 tvp-5150 port@0 (AIP1A) 35 tvp-5150 port@1 (AIP1B) | 38 tvp-5150 port@2
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | asm-prototypes.h | 97 struct __kernel_old_timeval __user *tvp);
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | compat.h | 822 struct old_timeval32 __user *tvp);
|
D | syscalls.h | 1133 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 39365 + /* for tvp operator used */ 39466 + *8: can alloced from tvp. 39469 + * is tvp = (flags & 1) 39869 + pr_info("unprotect tvp %d handle is %d\n", 39942 + pr_info("disalbe tvp\n"); 39966 + /*if tvp & video decoder used tvp memory.*/ 39969 + /*clear other flags, when tvp mode.*/ 39973 + } else { /*tvp not enabled*/ 39975 + pr_err("TVP not enabled, when alloc from tvp %s need %d\n", 40328 + pr_info("protect tvp %d %d ret %d\n", [all …]
|