Home
last modified time | relevance | path

Searched refs:tvp (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/dvb-core/
H A Ddvb_frontend.c1346 struct dtv_property *tvp, in dtv_property_process_get() argument
1352 switch (tvp->cmd) { in dtv_property_process_get()
1356 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps]; in dtv_property_process_get()
1359 tvp->u.buffer.len = ncaps; in dtv_property_process_get()
1363 tvp->u.data = c->frequency; in dtv_property_process_get()
1366 tvp->u.data = c->modulation; in dtv_property_process_get()
1369 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get()
1372 tvp->u.data = c->inversion; in dtv_property_process_get()
1375 tvp->u.data = c->symbol_rate; in dtv_property_process_get()
1378 tvp->u.data = c->fec_inner; in dtv_property_process_get()
[all …]
/linux/fs/
H A Dselect.c701 fd_set __user *exp, struct __kernel_old_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 __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument
725 return kern_select(n, inp, outp, exp, tvp); in SYSCALL_DEFINE5()
825 struct __kernel_old_timeval __user *tvp; member
834 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1()
1261 struct old_timeval32 __user *tvp) in do_compat_select() argument
1267 if (tvp) { in do_compat_select()
[all …]
/linux/Documentation/devicetree/bindings/media/i2c/
H A Dtvp5150.txt32 tvp-5150 port@0 (AIP1A)
35 tvp-5150 port@1 (AIP1B) |
38 tvp-5150 port@2
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c277 scsi_qla_host_t *vha, *tvp; in qla2x00_alert_all_vps() local
283 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) { in qla2x00_alert_all_vps()
427 scsi_qla_host_t *vp, *tvp; in qla2x00_do_dpc_all_vps() local
441 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_do_dpc_all_vps()
H A Dqla_init.c7350 struct scsi_qla_host *vp, *tvp; in qla2x00_quiesce_io() local
7362 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_quiesce_io()
7386 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp_cleanup() local
7457 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup()
7479 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup()
7522 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp() local
7668 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp()
9402 struct scsi_qla_host *vp, *tvp; in qla82xx_restart_isp() local
9474 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla82xx_restart_isp()
H A Dqla_os.c7729 struct scsi_qla_host *vp, *tvp; in qla_pci_error_cleanup() local
7760 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
7774 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
/linux/arch/alpha/kernel/
H A Dosf_sys.c1035 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5() argument
1038 if (tvp) { in SYSCALL_DEFINE5()
1042 if (get_tv32(&tv, tvp)) in SYSCALL_DEFINE5()
/linux/include/linux/
H A Dsyscalls.h1087 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);