/Linux-v5.4/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 44 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 …]
|
D | camif-regs.c | 38 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 …]
|
D | camif-core.c | 100 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format() 142 int s3c_camif_get_scaler_config(struct camif_vp *vp, in s3c_camif_get_scaler_config() 378 struct camif_vp *vp = &camif->vp[i]; in camif_request_irqs() local
|
D | camif-core.h | 288 struct camif_vp vp[CAMIF_VP_NUM]; member 336 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add() 344 struct camif_vp *vp) in camif_active_queue_pop() 354 struct camif_vp *vp, int index) in camif_active_queue_peek() 372 static inline void camif_pending_queue_add(struct camif_vp *vp, in camif_pending_queue_add() 379 struct camif_vp *vp) in camif_pending_queue_pop()
|
/Linux-v5.4/drivers/net/ethernet/sun/ |
D | sunvnet.c | 69 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 …]
|
D | ldmvsw.c | 171 struct vnet *vp; in vsw_get_vnet() local 284 struct vnet *vp; in vsw_port_probe() local 439 struct vnet *vp; in vsw_cleanup() local
|
D | sunvnet_common.c | 1566 static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) in __vnet_mc_find() 1577 static void __update_mc_list(struct vnet *vp, struct net_device *dev) in __update_mc_list() 1603 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list() 1666 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp) in sunvnet_set_rx_mode_common() 1785 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp) in sunvnet_poll_controller_common() 1802 struct vnet *vp = port->vp; in sunvnet_port_add_txq_common() local
|
/Linux-v5.4/arch/um/drivers/ |
D | vector_kern.c | 102 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats() 268 static int prep_msg(struct vector_private *vp, in prep_msg() 311 struct vector_private *vp = netdev_priv(qi->dev); in vector_enqueue() local 385 struct vector_private *vp = netdev_priv(qi->dev); in vector_send() local 463 struct vector_private *vp = netdev_priv(qi->dev); in destroy_queue() local 500 struct vector_private *vp, in create_queue() 595 struct vector_private *vp, in prep_skb() 654 struct vector_private *vp = netdev_priv(qi->dev); in prep_queue_for_rx() local 775 struct vector_private *vp; in vector_remove() local 816 static int vector_legacy_rx(struct vector_private *vp) in vector_legacy_rx() [all …]
|
D | vector_transports.c | 67 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-v5.4/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 82 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 …]
|
/Linux-v5.4/sound/isa/sb/ |
D | emu8000_callback.c | 83 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-v5.4/sound/synth/emux/ |
D | emux_synth.c | 50 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 …]
|
D | emux_effect.c | 197 struct snd_emux_voice *vp = &emu->voices[i]; in snd_emux_send_effect() local 219 snd_emux_setup_effect(struct snd_emux_voice *vp) in snd_emux_setup_effect()
|
/Linux-v5.4/drivers/net/ethernet/cisco/enic/ |
D | vnic_vic.c | 29 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()
|
/Linux-v5.4/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.c | 31 enum vxge_hw_status vxge_hw_vpath_intr_enable(struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_enable() 158 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_disable() 1718 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_add() 1781 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_get() 1833 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_get_next() 1886 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_delete() 1929 vxge_hw_vpath_vid_add(struct __vxge_hw_vpath_handle *vp, u64 vid) in vxge_hw_vpath_vid_add() 1957 vxge_hw_vpath_vid_delete(struct __vxge_hw_vpath_handle *vp, u64 vid) in vxge_hw_vpath_vid_delete() 1983 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_promisc_enable() 2025 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_promisc_disable() [all …]
|
D | vxge-config.c | 2773 __vxge_hw_ring_delete(struct __vxge_hw_vpath_handle *vp) in __vxge_hw_ring_delete() 2793 __vxge_hw_ring_create(struct __vxge_hw_vpath_handle *vp, in __vxge_hw_ring_create() 3377 __vxge_hw_fifo_delete(struct __vxge_hw_vpath_handle *vp) in __vxge_hw_fifo_delete() 3440 __vxge_hw_fifo_create(struct __vxge_hw_vpath_handle *vp, in __vxge_hw_fifo_create() 3635 __vxge_hw_vpath_rts_table_get(struct __vxge_hw_vpath_handle *vp, in __vxge_hw_vpath_rts_table_get() 3675 __vxge_hw_vpath_rts_table_set(struct __vxge_hw_vpath_handle *vp, u32 action, in __vxge_hw_vpath_rts_table_set() 3704 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_rts_rth_set() 3812 struct __vxge_hw_vpath_handle *vp = vpath_handles[0]; in vxge_hw_vpath_rts_rth_itable_set() local 4700 vxge_hw_vpath_mtu_set(struct __vxge_hw_vpath_handle *vp, u32 new_mtu) in vxge_hw_vpath_mtu_set() 4736 vxge_hw_vpath_stats_enable(struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_stats_enable() [all …]
|
/Linux-v5.4/arch/arm/mach-omap2/ |
D | vp.c | 15 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-v5.4/drivers/net/ethernet/3com/ |
D | 3c59x.c | 660 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 1488 struct vortex_private *vp = netdev_priv(dev); in issue_and_wait() local 1515 struct vortex_private *vp = netdev_priv(dev); in vortex_set_duplex() local 1531 struct vortex_private *vp = netdev_priv(dev); in vortex_check_media() local 1548 struct vortex_private *vp = netdev_priv(dev); in vortex_up() local 1720 struct vortex_private *vp = netdev_priv(dev); in vortex_open() local [all …]
|
D | 3c515.c | 474 struct corkscrew_private *vp = netdev_priv(dev); in cleanup_card() local 581 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_setup() local 711 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_open() local 875 struct corkscrew_private *vp = from_timer(vp, t, timer); in corkscrew_timer() local 967 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_timeout() local 1004 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_start_xmit() local 1332 struct corkscrew_private *vp = netdev_priv(dev); in boomerang_rx() local 1416 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_close() local 1470 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_get_stats() local 1570 struct corkscrew_private *vp; in cleanup_module() local
|
/Linux-v5.4/lib/mpi/ |
D | mpih-mul.c | 21 #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-v5.4/sound/drivers/opl3/ |
D | opl3_midi.c | 129 struct snd_opl3_voice *vp, *vp2; in opl3_get_voice() local 233 struct snd_opl3_voice *vp = &opl3->voices[i]; in snd_opl3_timer_func() local 282 struct snd_opl3_voice *vp, *vp2; in snd_opl3_note_on() local 611 struct snd_opl3_voice *vp, *vp2; in snd_opl3_kill_voice() local 660 struct snd_opl3_voice *vp; in snd_opl3_note_off_unsafe() local 732 struct snd_opl3_voice *vp; in snd_opl3_update_pitch() local 775 struct snd_opl3_voice *vp; in snd_opl3_pitch_ctrl() local
|
/Linux-v5.4/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 75 struct qlcnic_vport *vp; in qlcnic_sriov_pf_cal_res_limit() local 237 struct qlcnic_vport *vp; in qlcnic_sriov_pf_reset_vport_handle() local 255 struct qlcnic_vport *vp; in qlcnic_sriov_pf_set_vport_handle() local 686 struct qlcnic_vport *vp; in qlcnic_sriov_set_vf_acl() local 743 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_channel_cfg_cmd() local 793 struct qlcnic_vport *vp; in qlcnic_sriov_cfg_vf_def_mac() local 1257 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_validate_cfg_macvlan() local 1338 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_get_acl_cmd() local 1435 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_cfg_guest_vlan_cmd() local 1740 struct qlcnic_vport *vp = vf->vp; in qlcnic_sriov_pf_handle_flr() local [all …]
|
/Linux-v5.4/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw.c | 344 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 …]
|
D | pvrusb2-v4l2.c | 868 static void pvr2_v4l2_destroy_no_lock(struct pvr2_v4l2 *vp) in pvr2_v4l2_destroy_no_lock() 895 struct pvr2_v4l2 *vp; in pvr2_v4l2_internal_check() local 910 struct pvr2_v4l2 *vp = fhp->pdi->v4lp; in pvr2_v4l2_release() local 949 struct pvr2_v4l2 *vp; in pvr2_v4l2_open() local 1180 struct pvr2_v4l2 *vp, in pvr2_v4l2_dev_init() 1262 struct pvr2_v4l2 *vp; in pvr2_v4l2_create() local
|
/Linux-v5.4/arch/um/kernel/ |
D | ptrace.c | 49 void __user *vp = p; in arch_ptrace() local
|