Searched refs:tvp (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/dvb-core/
H A Ddvb_frontend.c1346 struct dtv_property *tvp,
1352 switch (tvp->cmd) {
1356 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps];
1359 tvp->u.buffer.len = ncaps;
1363 tvp->u.data = c->frequency;
1366 tvp->u.data = c->modulation;
1369 tvp->u.data = c->bandwidth_hz;
1372 tvp->u.data = c->inversion;
1375 tvp->u.data = c->symbol_rate;
1378 tvp
1344 dtv_property_process_get(struct dvb_frontend *fe, const struct dtv_frontend_properties *c, struct dtv_property *tvp, struct file *file) argument
2152 struct compat_dtv_property *tvp = NULL; local
2183 struct compat_dtv_property *tvp = NULL; local
2361 struct dtv_property *tvp = NULL; local
2444 struct dtv_property *tvp = NULL; local
[all...]
/linux-master/fs/
H A Dselect.c705 fd_set __user *exp, struct __kernel_old_timeval __user *tvp)
711 if (tvp) {
712 if (copy_from_user(&tv, tvp, sizeof(tv)))
723 return poll_select_finish(&end_time, tvp, PT_TIMEVAL, ret);
727 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp)
729 return kern_select(n, inp, outp, exp, tvp);
827 struct __kernel_old_timeval __user *tvp; member in struct:sel_arg_struct
836 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp);
1268 struct old_timeval32 __user *tvp)
1274 if (tvp) {
704 kern_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct __kernel_old_timeval __user *tvp) argument
1266 do_compat_select(int n, compat_ulong_t __user *inp, compat_ulong_t __user *outp, compat_ulong_t __user *exp, struct old_timeval32 __user *tvp) argument
1301 compat_uptr_t tvp; member in struct:compat_sel_arg_struct
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_mid.c277 scsi_qla_host_t *vha, *tvp; local
283 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) {
427 scsi_qla_host_t *vp, *tvp; local
441 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
H A Dqla_nvme.c1205 scsi_qla_host_t *base_vha, *vha, *tvp; local
1214 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) {
H A Dqla_init.c7329 struct scsi_qla_host *vp, *tvp; local
7341 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
7365 struct scsi_qla_host *vp, *tvp; local
7436 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
7458 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
7501 struct scsi_qla_host *vp, *tvp; local
7647 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
9344 struct scsi_qla_host *vp, *tvp; local
9416 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
H A Dqla_os.c7736 struct scsi_qla_host *vp, *tvp; local
7767 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
7781 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) {
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1036 fd_set __user *, exp, struct timeval32 __user *, tvp)
1039 if (tvp) {
1043 if (get_tv32(&tv, tvp))
/linux-master/include/linux/
H A Dcompat.h829 struct old_timeval32 __user *tvp);
H A Dsyscalls.h1065 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);

Completed in 288 milliseconds