Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/dvb-core/
H A Ddvb_frontend.c1596 __func__, tvp->cmd, dtv_cmd_name(tvp->cmd), in dtv_property_process_get()
1597 tvp->u.buffer.len, tvp->u.buffer.len, tvp->u.buffer.data); in dtv_property_process_get()
2176 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2180 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2212 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2220 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2227 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2230 kfree(tvp); in dvb_frontend_handle_compat_ioctl()
2410 kfree(tvp); in dvb_get_property()
2468 kfree(tvp); in dvb_frontend_handle_ioctl()
[all …]
/linux-6.15/fs/
H A Dselect.c707 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()
825 struct __kernel_old_timeval __user *tvp; member
1261 struct old_timeval32 __user *tvp) in do_compat_select() argument
1267 if (tvp) { in do_compat_select()
1268 if (copy_from_user(&tv, tvp, sizeof(tv))) in do_compat_select()
1284 struct old_timeval32 __user *, tvp) in COMPAT_SYSCALL_DEFINE5() argument
1286 return do_compat_select(n, inp, outp, exp, tvp); in COMPAT_SYSCALL_DEFINE5()
1294 compat_uptr_t tvp; member
[all …]
/linux-6.15/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-6.15/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_nvme.c1207 scsi_qla_host_t *base_vha, *vha, *tvp; in qla2xxx_get_vha_from_vp_idx() local
1216 list_for_each_entry_safe(vha, tvp, &ha->vp_list, list) { in qla2xxx_get_vha_from_vp_idx()
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-6.15/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-6.15/include/linux/
H A Dcompat.h829 struct old_timeval32 __user *tvp);
H A Dsyscalls.h1091 fd_set __user *exp, struct __kernel_old_timeval __user *tvp);