| /Linux-v6.6/drivers/media/dvb-core/ |
| D | dvb_frontend.c | 1351 struct dtv_property *tvp, in dtv_property_process_get() argument 1357 switch (tvp->cmd) { in dtv_property_process_get() 1361 tvp->u.buffer.data[ncaps] = fe->ops.delsys[ncaps]; in dtv_property_process_get() 1364 tvp->u.buffer.len = ncaps; in dtv_property_process_get() 1368 tvp->u.data = c->frequency; in dtv_property_process_get() 1371 tvp->u.data = c->modulation; in dtv_property_process_get() 1374 tvp->u.data = c->bandwidth_hz; in dtv_property_process_get() 1377 tvp->u.data = c->inversion; in dtv_property_process_get() 1380 tvp->u.data = c->symbol_rate; in dtv_property_process_get() 1383 tvp->u.data = c->fec_inner; in dtv_property_process_get() [all …]
|
| /Linux-v6.6/fs/ |
| D | select.c | 705 fd_set __user *exp, struct __kernel_old_timeval __user *tvp) in kern_select() argument 711 if (tvp) { in kern_select() 712 if (copy_from_user(&tv, tvp, sizeof(tv))) in kern_select() 723 return poll_select_finish(&end_time, tvp, PT_TIMEVAL, ret); in kern_select() 727 fd_set __user *, exp, struct __kernel_old_timeval __user *, tvp) in SYSCALL_DEFINE5() argument 729 return kern_select(n, inp, outp, exp, tvp); in SYSCALL_DEFINE5() 827 struct __kernel_old_timeval __user *tvp; member 836 return kern_select(a.n, a.inp, a.outp, a.exp, a.tvp); in SYSCALL_DEFINE1() 1267 struct old_timeval32 __user *tvp) in do_compat_select() argument 1273 if (tvp) { in do_compat_select() [all …]
|
| /Linux-v6.6/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
|
| /Linux-v6.6/drivers/scsi/qla2xxx/ |
| D | qla_mid.c | 277 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()
|
| D | qla_nvme.c | 1205 scsi_qla_host_t *base_vha, *vha, *tvp; in qla2xxx_get_vha_from_vp_idx() local 1214 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) { in qla2xxx_get_vha_from_vp_idx()
|
| D | qla_init.c | 7320 struct scsi_qla_host *vp, *tvp; in qla2x00_quiesce_io() local 7332 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_quiesce_io() 7356 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp_cleanup() local 7427 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 7449 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 7493 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp() local 7653 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp() 9342 struct scsi_qla_host *vp, *tvp; in qla82xx_restart_isp() local 9414 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla82xx_restart_isp()
|
| D | qla_os.c | 7726 struct scsi_qla_host *vp, *tvp; in qla_pci_error_cleanup() local 7757 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup() 7771 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
|
| /Linux-v6.6/arch/alpha/kernel/ |
| D | osf_sys.c | 1036 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5() argument 1039 if (tvp) { in SYSCALL_DEFINE5() 1043 if (get_tv32(&tv, tvp)) in SYSCALL_DEFINE5()
|
| /Linux-v6.6/include/linux/ |
| D | compat.h | 830 struct old_timeval32 __user *tvp);
|
| D | syscalls.h | 1041 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
|