Searched refs:tvp (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/media/dvb-core/ |
| 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 …]
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | syscalls.c | 82 …ect(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __user *tvp) in ppc_select() argument 92 || __get_user(tvp, ((struct timeval __user * __user *)(buffer+4)))) in ppc_select() 95 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
|
| /Linux-v5.4/fs/ |
| D | select.c | 701 fd_set __user *exp, struct timeval __user *tvp) in kern_select() argument 707 if (tvp) { in kern_select() 708 if (copy_from_user(&tv, tvp, sizeof(tv))) in kern_select() 719 return poll_select_finish(&end_time, tvp, PT_TIMEVAL, ret); in kern_select() 723 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument 725 return kern_select(n, inp, outp, exp, tvp); in SYSCALL_DEFINE5() 813 struct timeval __user *tvp; member 822 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1() 1247 struct old_timeval32 __user *tvp) in do_compat_select() argument 1253 if (tvp) { in do_compat_select() [all …]
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | asm-prototypes.h | 95 …ct(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __user *tvp);
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | osf_sys.c | 1102 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5() argument 1105 if (tvp) { in SYSCALL_DEFINE5() 1109 if (get_tv32(&tv, tvp)) in SYSCALL_DEFINE5()
|
| /Linux-v5.4/include/linux/ |
| D | compat.h | 884 struct old_timeval32 __user *tvp);
|
| D | syscalls.h | 1101 fd_set __user *exp, struct timeval __user *tvp);
|