/linux/drivers/media/dvb-core/ |
A D | dvb_frontend.c | 1586 __func__, tvp->cmd, dtv_cmd_name(tvp->cmd), in dtv_property_process_get() 1587 tvp->u.buffer.len, tvp->u.buffer.len, tvp->u.buffer.data); in dtv_property_process_get() 2164 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2168 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2199 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2207 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2214 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2217 kfree(tvp); in dvb_frontend_handle_compat_ioctl() 2393 kfree(tvp); in dvb_get_property() 2450 kfree(tvp); in dvb_frontend_handle_ioctl() [all …]
|
/linux/fs/ |
A D | select.c | 707 if (tvp) { in kern_select() 708 if (copy_from_user(&tv, tvp, sizeof(tv))) in kern_select() 725 return kern_select(n, inp, outp, exp, tvp); in SYSCALL_DEFINE5() 823 struct __kernel_old_timeval __user *tvp; member 1263 struct old_timeval32 __user *tvp) in do_compat_select() argument 1269 if (tvp) { in do_compat_select() 1270 if (copy_from_user(&tv, tvp, sizeof(tv))) in do_compat_select() 1286 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5() argument 1288 return do_compat_select(n, inp, outp, exp, tvp); in COMPAT_SYSCALL_DEFINE5() 1296 compat_uptr_t tvp; member [all …]
|
/linux/arch/powerpc/kernel/ |
A D | syscalls.c | 75 …_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/Documentation/devicetree/bindings/media/i2c/ |
A D | tvp5150.txt | 32 tvp-5150 port@0 (AIP1A) 35 tvp-5150 port@1 (AIP1B) | 38 tvp-5150 port@2
|
/linux/drivers/scsi/qla2xxx/ |
A D | qla_mid.c | 273 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()
|
A D | qla_init.c | 6665 struct scsi_qla_host *vha, *tvp; in qla2x00_update_fcports() local 6671 list_for_each_entry_safe(vha, tvp, &base_vha->hw->vp_list, list) { in qla2x00_update_fcports() 7016 struct scsi_qla_host *vp, *tvp; in qla2x00_quiesce_io() local 7028 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_quiesce_io() 7052 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp_cleanup() local 7122 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 7144 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 7188 struct scsi_qla_host *vp, *tvp; in qla2x00_abort_isp() local 7345 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla2x00_abort_isp() 9030 struct scsi_qla_host *vp, *tvp; in qla82xx_restart_isp() local [all …]
|
A D | qla_os.c | 7559 struct scsi_qla_host *vp, *tvp; in qla_pci_error_cleanup() local 7590 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup() 7604 list_for_each_entry_safe(vp, tvp, &ha->vp_list, list) { in qla_pci_error_cleanup()
|
/linux/arch/powerpc/include/asm/ |
A D | asm-prototypes.h | 68 struct __kernel_old_timeval __user *tvp);
|
/linux/arch/alpha/kernel/ |
A D | osf_sys.c | 1037 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/include/linux/ |
A D | compat.h | 864 struct old_timeval32 __user *tvp);
|
A D | syscalls.h | 1158 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);
|