Home
last modified time | relevance | path

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

1234

/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-capture.c44 static void camif_cfg_video_path(struct camif_vp *vp) in camif_cfg_video_path()
53 static void camif_prepare_dma_offset(struct camif_vp *vp) in camif_prepare_dma_offset()
65 static int s3c_camif_hw_init(struct camif_dev *camif, struct camif_vp *vp) in s3c_camif_hw_init()
95 static int s3c_camif_hw_vp_init(struct camif_dev *camif, struct camif_vp *vp) in s3c_camif_hw_vp_init()
149 static int camif_reinitialize(struct camif_vp *vp) in camif_reinitialize()
182 static bool s3c_vp_active(struct camif_vp *vp) in s3c_vp_active()
207 static int camif_stop_capture(struct camif_vp *vp) in camif_stop_capture()
241 static int camif_prepare_addr(struct camif_vp *vp, struct vb2_buffer *vb, in camif_prepare_addr()
290 struct camif_vp *vp = priv; in s3c_camif_irq_handler() local
376 struct camif_vp *vp = vb2_get_drv_priv(vq); in start_streaming() 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()
218 static void camif_hw_set_out_dma_size(struct camif_vp *vp) in camif_hw_set_out_dma_size()
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()
379 static void camif_s3c244x_hw_set_scaler(struct camif_vp *vp) in camif_s3c244x_hw_set_scaler()
[all …]
H A Dcamif-core.c99 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format()
143 int s3c_camif_get_scaler_config(struct camif_vp *vp, in s3c_camif_get_scaler_config()
379 struct camif_vp *vp = &camif->vp[i]; in camif_request_irqs() local
H A Dcamif-core.h298 struct camif_vp vp[CAMIF_VP_NUM]; member
346 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add()
354 struct camif_vp *vp) in camif_active_queue_pop()
364 struct camif_vp *vp, int index) in camif_active_queue_peek()
382 static inline void camif_pending_queue_add(struct camif_vp *vp, in camif_pending_queue_add()
389 struct camif_vp *vp) in camif_pending_queue_pop()
/linux/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
115 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_strings() local
146 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats() local
191 static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
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
[all …]
H A Dldmvsw.c170 struct vnet *vp; in vsw_get_vnet() local
280 struct vnet *vp; in vsw_port_probe() local
435 struct vnet *vp; in vsw_cleanup() local
H A Dsunvnet_common.c1549 static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) in __vnet_mc_find()
1560 static void __update_mc_list(struct vnet *vp, struct net_device *dev) in __update_mc_list()
1586 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list()
1649 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp) in sunvnet_set_rx_mode_common()
1768 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp) in sunvnet_poll_controller_common()
1785 struct vnet *vp = port->vp; in sunvnet_port_add_txq_common() local
/linux/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/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/arch/um/drivers/
H A Dvector_kern.c105 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats()
284 static int prep_msg(struct vector_private *vp, in prep_msg()
327 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() local
400 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() local
470 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() local
507 struct vector_private *vp, in create_queue()
602 struct vector_private *vp, in prep_skb()
661 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() local
790 struct vector_private *vp; in vector_remove() local
832 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx()
[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()
302 static int build_l2tpv3_transport_data(struct vector_private *vp) in build_l2tpv3_transport_data()
400 static int build_raw_transport_data(struct vector_private *vp) in build_raw_transport_data()
421 static int build_hybrid_transport_data(struct vector_private *vp) in build_hybrid_transport_data()
[all …]
/linux/fs/afs/
H A Dfsclient.c241 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_deliver_fs_fetch_status() local
274 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fs_fetch_status() local
305 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
[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/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c711 static void vop2_setup_csc_mode(struct vop2_video_port *vp, in vop2_setup_csc_mode()
742 static void vop2_crtc_enable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_enable_irq()
750 static void vop2_crtc_disable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_disable_irq()
875 static bool vop2_vp_dsp_lut_is_enabled(struct vop2_video_port *vp) in vop2_vp_dsp_lut_is_enabled()
882 static void vop2_vp_dsp_lut_disable(struct vop2_video_port *vp) in vop2_vp_dsp_lut_disable()
890 static bool vop2_vp_dsp_lut_poll_disabled(struct vop2_video_port *vp) in vop2_vp_dsp_lut_poll_disabled()
903 static void vop2_vp_dsp_lut_enable(struct vop2_video_port *vp) in vop2_vp_dsp_lut_enable()
911 static void vop2_vp_dsp_lut_update_enable(struct vop2_video_port *vp) in vop2_vp_dsp_lut_update_enable()
924 static bool vop2_gamma_lut_in_use(struct vop2 *vop2, struct vop2_video_port *vp) in vop2_gamma_lut_in_use()
939 struct vop2_video_port *vp = to_vop2_video_port(crtc); in vop2_crtc_atomic_disable() local
[all …]
H A Drockchip_drm_vop2.h276 const struct vop2_video_port_data *vp; member
423 #define RK3568_VP_LINE_FLAG(vp) (0x70 + (vp) * 0x4) argument
430 #define RK3568_VP_INT_EN(vp) (0xA0 + (vp) * 0x10) argument
431 #define RK3568_VP_INT_CLR(vp) (0xA4 + (vp) * 0x10) argument
432 #define RK3568_VP_INT_STATUS(vp) (0xA8 + (vp) * 0x10) argument
433 #define RK3568_VP_INT_RAW_STATUS(vp) (0xAC + (vp) * 0x10) argument
460 #define RK3576_OVL_CTRL(vp) (0x600 + (vp) * 0x100) argument
461 #define RK3576_OVL_LAYER_SEL(vp) (0x604 + (vp) * 0x100) argument
462 #define RK3576_OVL_MIX0_SRC_COLOR_CTRL(vp) (0x620 + (vp) * 0x100) argument
463 #define RK3576_OVL_MIX0_DST_COLOR_CTRL(vp) (0x624 + (vp) * 0x100) argument
[all …]
/linux/drivers/hv/
H A Dmshv_root_main.c301 mshv_suspend_vp(const struct mshv_vp *vp, bool *message_in_flight) in mshv_suspend_vp()
347 static long mshv_run_vp_with_hyp_scheduler(struct mshv_vp *vp) in mshv_run_vp_with_hyp_scheduler()
395 mshv_vp_dispatch(struct mshv_vp *vp, u32 flags, in mshv_vp_dispatch()
430 mshv_vp_clear_explicit_suspend(struct mshv_vp *vp) in mshv_vp_clear_explicit_suspend()
448 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
455 static u64 mshv_vp_interrupt_pending(struct mshv_vp *vp) in mshv_vp_interrupt_pending()
461 static bool mshv_vp_dispatch_thread_blocked(struct mshv_vp *vp) in mshv_vp_dispatch_thread_blocked()
473 mshv_vp_wait_for_hv_kick(struct mshv_vp *vp) in mshv_vp_wait_for_hv_kick()
490 static int mshv_pre_guest_mode_work(struct mshv_vp *vp) in mshv_pre_guest_mode_work()
513 static long mshv_run_vp_with_root_scheduler(struct mshv_vp *vp) in mshv_run_vp_with_root_scheduler()
[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/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/drivers/net/ethernet/3com/
H A D3c59x.c660 static void window_set(struct vortex_private *vp, int window) in window_set()
700 #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
[all …]
/linux/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/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
1339 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_get_acl_cmd() local
1436 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_cfg_guest_vlan_cmd() local
1741 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_handle_flr() local
[all …]
/linux/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/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c344 static int ctrl_channelfreq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelfreq_get()
377 static int ctrl_channelprog_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelprog_get()
392 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()
704 static int ctrl_freq_min_get(struct pvr2_ctrl *cptr, int *vp) in ctrl_freq_min_get()
737 static int ctrl_cx2341x_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_cx2341x_get()
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py194 def do_check_pools(dlname, pools, vp): argument
264 def do_check_tcbind(ports, tcbinds, vp): argument
336 def do_check_portpool(ports, portpools, vp): argument

1234