Home
last modified time | relevance | path

Searched defs:vp (Results 1 – 25 of 99) sorted by relevance

1234

/linux-6.15/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c290 struct camif_vp *vp = priv; in s3c_camif_irq_handler() local
534 struct camif_vp *vp = video_drvdata(file); in s3c_camif_open() local
566 struct camif_vp *vp = video_drvdata(file); in s3c_camif_close() local
593 struct camif_vp *vp = video_drvdata(file); in s3c_camif_poll() local
609 struct camif_vp *vp = video_drvdata(file); in s3c_camif_mmap() local
636 struct camif_vp *vp = video_drvdata(file); in s3c_camif_vidioc_querycap() local
648 struct camif_vp *vp = video_drvdata(file); in s3c_camif_vidioc_enum_input() local
1069 struct camif_vp *vp = ctrl->priv; in s3c_camif_video_s_ctrl() local
1100 struct camif_vp *vp = &camif->vp[idx]; in s3c_camif_register_video_node() local
1455 struct camif_vp *vp = &camif->vp[i]; in s3c_camif_subdev_set_selection() local
[all …]
H A Dcamif-regs.c38 void camif_hw_clear_pending_irq(struct camif_vp *vp) in camif_hw_clear_pending_irq()
151 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) in camif_hw_clear_fifo_overflow()
200 void camif_hw_set_output_addr(struct camif_vp *vp, in camif_hw_set_output_addr()
255 void camif_hw_set_output_dma(struct camif_vp *vp) in camif_hw_set_output_dma()
289 void camif_hw_set_input_path(struct camif_vp *vp) in camif_hw_set_input_path()
296 void camif_hw_set_target_format(struct camif_vp *vp) in camif_hw_set_target_format()
346 void camif_hw_set_flip(struct camif_vp *vp) in camif_hw_set_flip()
361 static void camif_hw_set_prescaler(struct camif_vp *vp) in camif_hw_set_prescaler()
475 void camif_hw_set_scaler(struct camif_vp *vp) in camif_hw_set_scaler()
511 void camif_hw_enable_capture(struct camif_vp *vp) in camif_hw_enable_capture()
[all …]
/linux-6.15/drivers/net/ethernet/sun/
H A Dsunvnet.c69 struct vnet *vp = netdev_priv(dev); in vnet_get_msglevel() local
76 struct vnet *vp = netdev_priv(dev); in vnet_set_msglevel() local
102 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_sset_count() local
217 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find() local
225 struct vnet *vp = netdev_priv(dev); in vnet_select_queue() local
242 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode() local
250 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller() local
275 struct vnet *vp; in vnet_new() local
334 struct vnet *iter, *vp; in vnet_find_or_create() local
353 struct vnet *vp; in vnet_cleanup() local
[all …]
/linux-6.15/sound/isa/sb/
H A Demu8000_callback.c83 release_voice(struct snd_emux_voice *vp) in release_voice()
99 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
111 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
147 struct snd_emux_voice *vp; in get_voice() local
221 start_voice(struct snd_emux_voice *vp) in start_voice()
301 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
336 set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pitch()
345 set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_volume()
359 set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_pan()
370 set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp) in set_fmmod()
[all …]
/linux-6.15/arch/um/drivers/
H A Dvector_kern.c283 static int prep_msg(struct vector_private *vp, in prep_msg()
506 struct vector_private *vp, in create_queue()
601 struct vector_private *vp, in prep_skb()
789 struct vector_private *vp; in vector_remove() local
1043 struct vector_private *vp = netdev_priv(dev); in vector_net_start_xmit() local
1080 struct vector_private *vp = netdev_priv(dev); in vector_rx_interrupt() local
1092 struct vector_private *vp = netdev_priv(dev); in vector_tx_interrupt() local
1112 struct vector_private *vp = netdev_priv(dev); in vector_net_close() local
1191 struct vector_private *vp = in vector_reset_tx() local
1200 struct vector_private *vp = netdev_priv(dev); in vector_net_open() local
[all …]
H A Dvector_transports.c67 struct sk_buff *skb, struct vector_private *vp) in l2tpv3_form_header()
97 struct sk_buff *skb, struct vector_private *vp) in gre_form_header()
115 struct sk_buff *skb, struct vector_private *vp) in raw_form_header()
131 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in l2tpv3_verify_header()
166 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in gre_verify_header()
197 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in raw_verify_header()
241 static int build_gre_transport_data(struct vector_private *vp) in build_gre_transport_data()
400 static int build_raw_transport_data(struct vector_private *vp) in build_raw_transport_data()
445 static int build_tap_transport_data(struct vector_private *vp) in build_tap_transport_data()
468 static int build_bess_transport_data(struct vector_private *vp) in build_bess_transport_data()
[all …]
/linux-6.15/sound/pci/emu10k1/
H A Demu10k1_callback.c83 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice() local
118 release_voice(struct snd_emux_voice *vp) in release_voice()
134 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
160 free_voice(struct snd_emux_voice *vp) in free_voice()
181 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
213 struct snd_emux_voice *vp; in lookup_voices() local
279 struct snd_emux_voice *vp; in get_voice() local
309 start_voice(struct snd_emux_voice *vp) in start_voice()
452 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
486 make_fmmod(struct snd_emux_voice *vp) in make_fmmod()
[all …]
/linux-6.15/sound/synth/emux/
H A Demux_synth.c50 struct snd_emux_voice *vp; in snd_emux_note_on() local
149 struct snd_emux_voice *vp; in snd_emux_note_off() local
194 struct snd_emux_voice *vp; in snd_emux_timer_callback() local
226 struct snd_emux_voice *vp; in snd_emux_key_press() local
258 struct snd_emux_voice *vp; in snd_emux_update_channel() local
285 struct snd_emux_voice *vp; in snd_emux_update_port() local
367 struct snd_emux_voice *vp; in terminate_note1() local
409 struct snd_emux_voice *vp; in snd_emux_terminate_all() local
440 struct snd_emux_voice *vp; in snd_emux_sounds_off_all() local
473 struct snd_emux_voice *vp; in exclusive_note_off() local
[all …]
/linux-6.15/fs/afs/
H A Dfsclient.c305 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_fetch_data() local
432 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data64() local
467 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data() local
501 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_create_vnode() local
638 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_file_status_and_vol() local
761 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_link() local
798 struct afs_vnode_param *vp = &op->file[1]; in afs_fs_link() local
842 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_symlink() local
1034 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_store_data() local
1075 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_store_data64() local
[all …]
H A Dyfsclient.c356 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64() local
471 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data() local
514 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode() local
646 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2() local
844 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_link() local
879 struct afs_vnode_param *vp = &op->file[1]; in yfs_fs_link() local
918 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_symlink() local
1088 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_store_data() local
1152 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr_size() local
1192 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr() local
[all …]
H A Dinode.c154 struct afs_vnode_param *vp, in afs_inode_init_from_status()
252 struct afs_vnode_param *vp) in afs_apply_status()
363 struct afs_vnode_param *vp) in afs_apply_callback()
379 void afs_vnode_commit_status(struct afs_operation *op, struct afs_vnode_param *vp) in afs_vnode_commit_status()
426 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fetch_status_success() local
494 struct afs_vnode_param *vp = opaque; in afs_iget5_test() local
505 struct afs_vnode_param *vp = opaque; in afs_iget5_set() local
560 struct inode *afs_iget(struct afs_operation *op, struct afs_vnode_param *vp) in afs_iget()
791 struct afs_vnode_param *vp = &op->file[0]; in afs_setattr_success() local
808 struct afs_vnode_param *vp = &op->file[0]; in afs_setattr_edit_file() local
/linux-6.15/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c158 static void vop2_cfg_done(struct vop2_video_port *vp) in vop2_cfg_done()
953 struct vop2_video_port *vp = to_vop2_video_port(crtc); in vop2_crtc_atomic_disable() local
1013 struct vop2_video_port *vp; in vop2_plane_atomic_check() local
1478 struct vop2_video_port *vp, in vop2_crtc_atomic_set_gamma_seamless()
1489 struct vop2_video_port *vp, in vop2_crtc_atomic_set_gamma_rk356x()
1503 struct vop2_video_port *vp, in vop2_crtc_atomic_try_set_gamma()
1522 struct vop2_video_port *vp, in vop2_crtc_atomic_try_set_gamma_locked()
2172 struct vop2_video_port *vp = data; in rk3576_vp_isr() local
2233 struct vop2_video_port *vp = &vop2->vps[i]; in vop2_isr() local
2353 struct vop2_video_port *vp; in vop2_create_crtcs() local
[all …]
H A Drockchip_vop2_reg.c1547 static unsigned long rk3588_calc_cru_cfg(struct vop2_video_port *vp, int id, in rk3588_calc_cru_cfg()
1844 struct vop2_video_port *vp; in vop2_find_start_mixer_id_for_vp() local
1919 static void vop2_setup_alpha(struct vop2_video_port *vp) in vop2_setup_alpha()
2055 static void rk3568_vop2_setup_layer_mixer(struct vop2_video_port *vp) in rk3568_vop2_setup_layer_mixer()
2190 static void rk3568_vop2_setup_dly_for_windows(struct vop2_video_port *vp) in rk3568_vop2_setup_dly_for_windows()
2233 static void rk3568_vop2_setup_overlay(struct vop2_video_port *vp) in rk3568_vop2_setup_overlay()
2260 static void rk3576_vop2_setup_layer_mixer(struct vop2_video_port *vp) in rk3576_vop2_setup_layer_mixer()
2288 static void rk3576_vop2_setup_dly_for_windows(struct vop2_video_port *vp) in rk3576_vop2_setup_dly_for_windows()
2299 static void rk3576_vop2_setup_overlay(struct vop2_video_port *vp) in rk3576_vop2_setup_overlay()
2325 static void rk3568_vop2_setup_bg_dly(struct vop2_video_port *vp) in rk3568_vop2_setup_bg_dly()
[all …]
H A Drockchip_drm_vop2.h276 const struct vop2_video_port_data *vp; member
410 #define RK3568_VP_LINE_FLAG(vp) (0x70 + (vp) * 0x4) argument
417 #define RK3568_VP_INT_EN(vp) (0xA0 + (vp) * 0x10) argument
418 #define RK3568_VP_INT_CLR(vp) (0xA4 + (vp) * 0x10) argument
419 #define RK3568_VP_INT_STATUS(vp) (0xA8 + (vp) * 0x10) argument
420 #define RK3568_VP_INT_RAW_STATUS(vp) (0xAC + (vp) * 0x10) argument
447 #define RK3576_OVL_CTRL(vp) (0x600 + (vp) * 0x100) argument
448 #define RK3576_OVL_LAYER_SEL(vp) (0x604 + (vp) * 0x100) argument
469 #define RK3576_OVL_BG_MIX_CTRL(vp) (0x670 + (vp) * 0x100) argument
516 #define RK3568_VP_BG_MIX_CTRL(vp) (0x6E0 + (vp) * 4) argument
[all …]
/linux-6.15/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.c14 struct vic_provinfo *vp; in vic_provinfo_alloc() local
30 void vic_provinfo_free(struct vic_provinfo *vp) in vic_provinfo_free()
35 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, in vic_provinfo_add_tlv()
62 size_t vic_provinfo_size(struct vic_provinfo *vp) in vic_provinfo_size()
/linux-6.15/drivers/hv/
H A Dmshv_root_main.c395 mshv_vp_dispatch(struct mshv_vp *vp, u32 flags, in mshv_vp_dispatch()
473 mshv_vp_wait_for_hv_kick(struct mshv_vp *vp) in mshv_vp_wait_for_hv_kick()
671 mshv_vp_ioctl_get_set_state(struct mshv_vp *vp, in mshv_vp_ioctl_get_set_state()
782 struct mshv_vp *vp = filp->private_data; in mshv_vp_ioctl() local
836 struct mshv_vp *vp = file->private_data; in mshv_vp_mmap() local
862 struct mshv_vp *vp = filp->private_data; in mshv_vp_release() local
917 struct mshv_vp *vp; in mshv_partition_ioctl_create_vp() local
1640 disable_vp_dispatch(struct mshv_vp *vp) in disable_vp_dispatch()
1679 drain_vp_signals(struct mshv_vp *vp) in drain_vp_signals()
1706 struct mshv_vp *vp; in drain_all_vps() local
[all …]
H A Dmshv_synic.c171 static void kick_vp(struct mshv_vp *vp) in kick_vp()
222 struct mshv_vp *vp; in handle_bitset_message() local
263 struct mshv_vp *vp; in handle_pair_message() local
321 struct mshv_vp *vp; in mshv_intercept_isr() local
/linux-6.15/arch/arm/mach-omap2/
H A Dvp.c15 struct omap_vp_instance *vp = voltdm->vp; in _vp_set_init_voltage() local
41 struct omap_vp_instance *vp = voltdm->vp; in omap_vp_init() local
124 struct omap_vp_instance *vp = voltdm->vp; in omap_vp_forceupdate_scale() local
199 struct omap_vp_instance *vp; in omap_vp_enable() local
243 struct omap_vp_instance *vp; in omap_vp_disable() local
/linux-6.15/drivers/net/ethernet/3com/
H A D3c59x.c700 #define VORTEX_PCI(vp) \ argument
709 #define VORTEX_EISA(vp) \ argument
930 struct vortex_private *vp; in vortex_eisa_remove() local
1091 struct vortex_private *vp; in vortex_probe1() local
1490 struct vortex_private *vp = netdev_priv(dev); in issue_and_wait() local
1517 struct vortex_private *vp = netdev_priv(dev); in vortex_set_duplex() local
1533 struct vortex_private *vp = netdev_priv(dev); in vortex_check_media() local
1550 struct vortex_private *vp = netdev_priv(dev); in vortex_up() local
1722 struct vortex_private *vp = netdev_priv(dev); in vortex_open() local
1884 struct vortex_private *vp = netdev_priv(dev); in vortex_tx_timeout() local
[all …]
H A D3c515.c460 struct corkscrew_private *vp = netdev_priv(dev); in cleanup_card() local
567 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_setup() local
698 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_open() local
862 struct corkscrew_private *vp = from_timer(vp, t, timer); in corkscrew_timer() local
954 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_timeout() local
991 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_start_xmit() local
1319 struct corkscrew_private *vp = netdev_priv(dev); in boomerang_rx() local
1403 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_close() local
1457 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_get_stats() local
1556 struct corkscrew_private *vp; in cleanup_module() local
/linux-6.15/lib/crypto/mpi/
H A Dmpih-mul.c21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument
55 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase()
95 mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, in mul_n()
323 mpi_ptr_t vp, mpi_size_t vsize, in mpihelp_mul_karatsuba_case()
428 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result) in mpihelp_mul()
/linux-6.15/sound/drivers/opl3/
H A Dopl3_midi.c139 struct snd_opl3_voice *vp, *vp2; in opl3_get_voice() local
243 struct snd_opl3_voice *vp = &opl3->voices[i]; in snd_opl3_timer_func() local
292 struct snd_opl3_voice *vp, *vp2; in snd_opl3_note_on() local
609 struct snd_opl3_voice *vp, *vp2; in snd_opl3_kill_voice() local
656 struct snd_opl3_voice *vp; in snd_opl3_note_off_unsafe() local
722 struct snd_opl3_voice *vp; in snd_opl3_update_pitch() local
765 struct snd_opl3_voice *vp; in snd_opl3_pitch_ctrl() local
/linux-6.15/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_pf.c74 struct qlcnic_vport *vp; in qlcnic_sriov_pf_cal_res_limit() local
236 struct qlcnic_vport *vp; in qlcnic_sriov_pf_reset_vport_handle() local
254 struct qlcnic_vport *vp; in qlcnic_sriov_pf_set_vport_handle() local
687 struct qlcnic_vport *vp; in qlcnic_sriov_set_vf_acl() local
744 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_channel_cfg_cmd() local
794 struct qlcnic_vport *vp; in qlcnic_sriov_cfg_vf_def_mac() local
1258 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_validate_cfg_macvlan() local
1856 struct qlcnic_vport *vp; in qlcnic_sriov_set_vf_tx_rate() local
1918 struct qlcnic_vport *vp; in qlcnic_sriov_set_vf_vlan() local
1996 struct qlcnic_vport *vp; in qlcnic_sriov_get_vf_config() local
[all …]
/linux-6.15/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c191 const t_vmem_elem *vp = from; in isp_vmem_load() local
209 t_vmem_elem *vp = to; in isp_vmem_store() local
238 const t_vmem_elem *vp = from; in isp_vmem_2d_load() local
267 t_vmem_elem *vp = to; in isp_vmem_2d_store() local
/linux-6.15/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c392 static int ctrl_channel_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channel_get()
417 static int ctrl_freq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_freq_get()
631 static int ctrl_vres_max_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_vres_max_get()
642 static int ctrl_vres_min_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_vres_min_get()
653 static int ctrl_get_input(struct pvr2_ctrl *cptr,int *vp) in ctrl_get_input()
682 static int ctrl_freq_max_get(struct pvr2_ctrl *cptr, int *vp) in ctrl_freq_max_get()
737 static int ctrl_cx2341x_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_cx2341x_get()
822 static int ctrl_hsm_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_hsm_get()
837 static int ctrl_stdavail_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_stdavail_get()
875 static int ctrl_stdcur_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_stdcur_get()
[all …]

1234