Home
last modified time | relevance | path

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

12345678

/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
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 …]
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 …]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
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 …]
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 …]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
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
160 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats() local
205 static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
231 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find() local
239 struct vnet *vp = netdev_priv(dev); in vnet_select_queue() local
256 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode() local
264 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
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
160 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats() local
205 static struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find()
231 struct vnet *vp = netdev_priv(dev); in vnet_tx_port_find() local
239 struct vnet *vp = netdev_priv(dev); in vnet_select_queue() local
256 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode() local
264 struct vnet *vp = netdev_priv(dev); in vnet_poll_controller() local
[all …]
/kernel/linux/linux-5.10/sound/pci/emu10k1/
Demu10k1_callback.c82 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice() local
116 release_voice(struct snd_emux_voice *vp) in release_voice()
133 terminate_voice(struct snd_emux_voice *vp) in terminate_voice()
153 free_voice(struct snd_emux_voice *vp) in free_voice()
179 update_voice(struct snd_emux_voice *vp, int update) in update_voice()
211 struct snd_emux_voice *vp; in lookup_voices() local
277 struct snd_emux_voice *vp; in get_voice() local
307 start_voice(struct snd_emux_voice *vp) in start_voice()
463 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
495 set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp) in set_fmmod()
[all …]
/kernel/linux/linux-6.6/sound/isa/sb/
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 …]
/kernel/linux/linux-5.10/sound/isa/sb/
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 …]
/kernel/linux/linux-6.6/sound/pci/emu10k1/
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()
450 trigger_voice(struct snd_emux_voice *vp) in trigger_voice()
484 make_fmmod(struct snd_emux_voice *vp) in make_fmmod()
[all …]
/kernel/linux/linux-5.10/arch/um/drivers/
Dvector_kern.c104 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats()
293 static int prep_msg(struct vector_private *vp, in prep_msg()
336 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() local
410 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() local
488 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() local
525 struct vector_private *vp, in create_queue()
620 struct vector_private *vp, in prep_skb()
679 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() local
801 struct vector_private *vp; in vector_remove() local
842 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx()
[all …]
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 …]
/kernel/linux/linux-6.6/sound/synth/emux/
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 …]
/kernel/linux/linux-5.10/sound/synth/emux/
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 …]
/kernel/linux/linux-6.6/arch/um/drivers/
Dvector_kern.c103 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats()
292 static int prep_msg(struct vector_private *vp, in prep_msg()
335 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() local
409 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() local
484 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() local
521 struct vector_private *vp, in create_queue()
616 struct vector_private *vp, in prep_skb()
675 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() local
797 struct vector_private *vp; in vector_remove() local
838 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx()
[all …]
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 …]
/kernel/linux/linux-5.10/fs/afs/
Dfsclient.c240 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_deliver_fs_fetch_status() local
273 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fs_fetch_status() local
302 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_fetch_data() local
450 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data64() local
481 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data() local
517 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_create_vnode() local
652 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_file_status_and_vol() local
773 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_link() local
810 struct afs_vnode_param *vp = &op->file[1]; in afs_fs_link() local
853 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_symlink() local
[all …]
Dyfsclient.c359 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64() local
499 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data() local
538 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode() local
668 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2() local
862 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_link() local
897 struct afs_vnode_param *vp = &op->file[1]; in yfs_fs_link() local
935 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_symlink() local
1102 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_store_data() local
1176 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr_size() local
1215 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr() local
[all …]
/kernel/linux/linux-6.6/fs/afs/
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
303 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_fetch_data() local
423 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data64() local
454 struct afs_vnode_param *vp = &op->file[0]; in afs_fs_fetch_data() local
490 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_create_vnode() local
625 struct afs_vnode_param *vp = &op->file[0]; in afs_deliver_fs_file_status_and_vol() local
746 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_link() local
783 struct afs_vnode_param *vp = &op->file[1]; in afs_fs_link() local
826 struct afs_vnode_param *vp = &op->file[1]; in afs_deliver_fs_symlink() local
[all …]
Dyfsclient.c352 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64() local
463 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data() local
504 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_create_vnode() local
634 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_remove_file2() local
828 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_link() local
863 struct afs_vnode_param *vp = &op->file[1]; in yfs_fs_link() local
901 struct afs_vnode_param *vp = &op->file[1]; in yfs_deliver_fs_symlink() local
1069 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_store_data() local
1132 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr_size() local
1171 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_setattr() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/
Dvnic_vic.c29 struct vic_provinfo *vp; in vic_provinfo_alloc() local
45 void vic_provinfo_free(struct vic_provinfo *vp) in vic_provinfo_free()
50 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, in vic_provinfo_add_tlv()
76 size_t vic_provinfo_size(struct vic_provinfo *vp) in vic_provinfo_size()
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
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()
61 size_t vic_provinfo_size(struct vic_provinfo *vp) in vic_provinfo_size()
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-traffic.c31 enum vxge_hw_status vxge_hw_vpath_intr_enable(struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_enable()
156 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_disable()
1703 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_add()
1766 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_get()
1817 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_get_next()
1869 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_delete()
1911 vxge_hw_vpath_vid_add(struct __vxge_hw_vpath_handle *vp, u64 vid) in vxge_hw_vpath_vid_add()
1939 vxge_hw_vpath_vid_delete(struct __vxge_hw_vpath_handle *vp, u64 vid) in vxge_hw_vpath_vid_delete()
1965 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_promisc_enable()
2007 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_promisc_disable()
[all …]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
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
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
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

12345678