Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/dvb-core/
Ddvb_frontend.c1336 struct dtv_property *tvp, in dtv_property_process_get() argument
1342 switch (tvp->cmd) { in dtv_property_process_get()
1346 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps]; in dtv_property_process_get()
1349 tvp->u.buffer.len = ncaps; in dtv_property_process_get()
1353 tvp->u.data = c->frequency; in dtv_property_process_get()
1356 tvp->u.data = c->modulation; in dtv_property_process_get()
1359 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get()
1362 tvp->u.data = c->inversion; in dtv_property_process_get()
1365 tvp->u.data = c->symbol_rate; in dtv_property_process_get()
1368 tvp->u.data = c->fec_inner; in dtv_property_process_get()
[all …]
/Linux-v5.15/fs/
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()
823 struct __kernel_old_timeval __user *tvp; member
832 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1()
1263 struct old_timeval32 __user *tvp) in do_compat_select() argument
1269 if (tvp) { in do_compat_select()
[all …]
/Linux-v5.15/arch/powerpc/kernel/
Dsyscalls.c75 …_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in ppc_select() argument
80 return sys_select(n, inp, outp, exp, tvp); in ppc_select()
/Linux-v5.15/Documentation/devicetree/bindings/media/i2c/
Dtvp5150.txt32 tvp-5150 port@0 (AIP1A)
35 tvp-5150 port@1 (AIP1B) |
38 tvp-5150 port@2
/Linux-v5.15/arch/powerpc/include/asm/
Dasm-prototypes.h68 struct __kernel_old_timeval __user *tvp);
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_mid.c273 scsi_qla_host_t *vha, *tvp; in qla2x00_alert_all_vps() local
279 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) { in qla2x00_alert_all_vps()
432 scsi_qla_host_t *vp, *tvp; in qla2x00_do_dpc_all_vps() local
446 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_do_dpc_all_vps()
Dqla_init.c6606 struct scsi_qla_host *vha, *tvp; in qla2x00_update_fcports() local
6612 list_for_each_entry_safe(vha, tvp, &base_vha->hw->vp_list, list) { in qla2x00_update_fcports()
6957 struct scsi_qla_host *vp, *tvp; in qla2x00_quiesce_io() local
6969 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_quiesce_io()
6993 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp_cleanup() local
7061 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup()
7083 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup()
7127 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp() local
7284 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp()
8969 struct scsi_qla_host *vp, *tvp; in qla82xx_restart_isp() local
[all …]
Dqla_os.c7582 struct scsi_qla_host *vp, *tvp; in qla_pci_error_cleanup() local
7613 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
7627 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
/Linux-v5.15/arch/alpha/kernel/
Dosf_sys.c1037 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()
/Linux-v5.15/include/linux/
Dcompat.h864 struct old_timeval32 __user *tvp);
Dsyscalls.h1153 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);