/linux/sound/pci/emu10k1/ |
H A D | emu10k1_callback.c | 30 static int start_voice(struct snd_emux_voice *vp); 31 static void trigger_voice(struct snd_emux_voice *vp); 32 static void release_voice(struct snd_emux_voice *vp); 33 static void update_voice(struct snd_emux_voice *vp, int update); 34 static void terminate_voice(struct snd_emux_voice *vp); 35 static void free_voice(struct snd_emux_voice *vp); 36 static u32 make_fmmod(struct snd_emux_voice *vp); 37 static u32 make_fm2frq2(struct snd_emux_voice *vp); 83 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice() local 93 vp = &emu->voices[best[i].voice]; in snd_emu10k1_synth_get_voice() [all …]
|
/linux/arch/arm/mach-omap2/ |
H A D | vp.c | 8 #include "vp.h" 15 struct omap_vp_instance *vp = voltdm->vp; in _vp_set_init_voltage() local 21 vpconfig = voltdm->read(vp->vpconfig); in _vp_set_init_voltage() 22 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask | in _vp_set_init_voltage() 23 vp->common->vpconfig_forceupdate | in _vp_set_init_voltage() 24 vp->common->vpconfig_initvdd); in _vp_set_init_voltage() 25 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask); in _vp_set_init_voltage() 26 voltdm->write(vpconfig, vp->vpconfig); in _vp_set_init_voltage() 29 voltdm->write((vpconfig | vp->common->vpconfig_initvdd), in _vp_set_init_voltage() 30 vp->vpconfig); in _vp_set_init_voltage() [all …]
|
/linux/sound/isa/sb/ |
H A D | emu8000_callback.c | 18 static int start_voice(struct snd_emux_voice *vp); 19 static void trigger_voice(struct snd_emux_voice *vp); 20 static void release_voice(struct snd_emux_voice *vp); 21 static void update_voice(struct snd_emux_voice *vp, int update); 23 static void terminate_voice(struct snd_emux_voice *vp); 32 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 33 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 34 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 35 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 36 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp); [all …]
|
/linux/arch/um/drivers/ |
H A D | vector_kern.c | 71 static int vector_mmsg_rx(struct vector_private *vp, int budget); 104 static void vector_reset_stats(struct vector_private *vp) in vector_reset_stats() argument 112 spin_lock(&vp->rx_queue->head_lock); in vector_reset_stats() 113 vp->estats.rx_queue_max = 0; in vector_reset_stats() 114 vp->estats.rx_queue_running_average = 0; in vector_reset_stats() 115 vp->estats.rx_encaps_errors = 0; in vector_reset_stats() 116 vp->estats.sg_ok = 0; in vector_reset_stats() 117 vp->estats.sg_linearized = 0; in vector_reset_stats() 118 spin_unlock(&vp->rx_queue->head_lock); in vector_reset_stats() 124 spin_lock(&vp->tx_queue->head_lock); in vector_reset_stats() [all …]
|
H A D | vector_transports.c | 67 struct sk_buff *skb, struct vector_private *vp) in l2tpv3_form_header() argument 69 struct uml_l2tpv3_data *td = vp->transport_data; in l2tpv3_form_header() 97 struct sk_buff *skb, struct vector_private *vp) in gre_form_header() argument 99 struct uml_gre_data *td = vp->transport_data; in gre_form_header() 115 struct sk_buff *skb, struct vector_private *vp) in raw_form_header() argument 131 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in l2tpv3_verify_header() argument 133 struct uml_l2tpv3_data *td = vp->transport_data; in l2tpv3_verify_header() 152 netdev_err(vp->dev, "uml_l2tpv3: unknown cookie id"); in l2tpv3_verify_header() 159 netdev_err(vp->dev, "uml_l2tpv3: session mismatch"); in l2tpv3_verify_header() 166 uint8_t *header, struct sk_buff *skb, struct vector_private *vp) in gre_verify_header() argument [all …]
|
/linux/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-regs.c | 38 void camif_hw_clear_pending_irq(struct camif_vp *vp) in camif_hw_clear_pending_irq() argument 40 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() 41 cfg |= CIGCTRL_IRQ_CLR(vp->id); in camif_hw_clear_pending_irq() 42 camif_write(vp->camif, S3C_CAMIF_REG_CIGCTRL, cfg); in camif_hw_clear_pending_irq() 79 cfg = camif_read(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset)); in camif_hw_set_effect() 92 camif_write(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset), cfg); in camif_hw_set_effect() 151 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) in camif_hw_clear_fifo_overflow() argument 153 struct camif_dev *camif = vp->camif; in camif_hw_clear_fifo_overflow() 157 if (vp->id == 0) in camif_hw_clear_fifo_overflow() 200 void camif_hw_set_output_addr(struct camif_vp *vp, in camif_hw_set_output_addr() argument [all …]
|
H A D | camif-core.h | 262 * @vp: video path (DMA) description (codec/preview) 298 struct camif_vp vp[CAMIF_VP_NUM]; member 335 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, 343 int s3c_camif_get_scaler_config(struct camif_vp *vp, 346 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add() argument 349 list_add_tail(&buf->list, &vp->active_buf_q); in camif_active_queue_add() 350 vp->active_buffers++; in camif_active_queue_add() 354 struct camif_vp *vp) in camif_active_queue_pop() argument 356 struct camif_buffer *buf = list_first_entry(&vp->active_buf_q, in camif_active_queue_pop() 359 vp->active_buffers--; in camif_active_queue_pop() [all …]
|
/linux/sound/synth/emux/ |
H A D | emux_synth.c | 34 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free); 35 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 36 static void setup_voice(struct snd_emux_voice *vp); 37 static int calc_pan(struct snd_emux_voice *vp); 38 static int calc_volume(struct snd_emux_voice *vp); 39 static int calc_pitch(struct snd_emux_voice *vp); 50 struct snd_emux_voice *vp; in snd_emux_note_on() local 89 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on() 90 if (vp == NULL || vp->ch < 0) in snd_emux_note_on() 92 if (STATE_IS_PLAYING(vp->state)) in snd_emux_note_on() [all …]
|
H A D | emux_proc.c | 51 struct snd_emux_voice *vp = &emu->voices[0]; in snd_emux_proc_info_read() 54 vp->reg.parm.moddelay, in snd_emux_proc_info_read() 55 vp->reg.parm.modatkhld, in snd_emux_proc_info_read() 56 vp->reg.parm.moddcysus, in snd_emux_proc_info_read() 57 vp->reg.parm.modrelease); in snd_emux_proc_info_read() 59 vp->reg.parm.voldelay, in snd_emux_proc_info_read() 60 vp->reg.parm.volatkhld, in snd_emux_proc_info_read() 61 vp->reg.parm.voldcysus, in snd_emux_proc_info_read() 62 vp->reg.parm.volrelease); in snd_emux_proc_info_read() 64 vp->reg.parm.lfo1delay, in snd_emux_proc_info_read() [all …]
|
/linux/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_vic.c | 14 struct vic_provinfo *vp; in vic_provinfo_alloc() local 19 vp = kzalloc(VIC_PROVINFO_MAX_DATA, flags); in vic_provinfo_alloc() 20 if (!vp) in vic_provinfo_alloc() 23 memcpy(vp->oui, oui, sizeof(vp->oui)); in vic_provinfo_alloc() 24 vp->type = type; in vic_provinfo_alloc() 25 vp->length = htonl(sizeof(vp->num_tlvs)); in vic_provinfo_alloc() 27 return vp; in vic_provinfo_alloc() 30 void vic_provinfo_free(struct vic_provinfo *vp) in vic_provinfo_free() argument 32 kfree(vp); in vic_provinfo_free() 35 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, in vic_provinfo_add_tlv() argument [all …]
|
/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet.c | 69 struct vnet *vp = netdev_priv(dev); in vnet_get_msglevel() local 71 return vp->msg_enable; in vnet_get_msglevel() 76 struct vnet *vp = netdev_priv(dev); in vnet_set_msglevel() local 78 vp->msg_enable = value; in vnet_set_msglevel() 102 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_sset_count() local 107 + (NUM_VNET_PORT_STATS * vp->nports); in vnet_get_sset_count() 115 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_strings() local 124 list_for_each_entry_rcu(port, &vp->port_list, list) { in vnet_get_strings() 146 struct vnet *vp = (struct vnet *)netdev_priv(dev); in vnet_get_ethtool_stats() local 163 data[i++] = vp->nports; in vnet_get_ethtool_stats() [all …]
|
H A D | ldmvsw.c | 74 return port->vp->msg_enable; in vsw_get_msglevel() 81 port->vp->msg_enable = value; in vsw_set_msglevel() 124 return sunvnet_set_rx_mode_common(dev, port->vp); in vsw_set_rx_mode() 145 return sunvnet_poll_controller_common(dev, port->vp); in vsw_poll_controller() 170 struct vnet *vp; in vsw_get_vnet() local 195 vp = NULL; in vsw_get_vnet() 199 vp = iter; in vsw_get_vnet() 204 if (!vp) { in vsw_get_vnet() 205 vp = kzalloc(sizeof(*vp), GFP_KERNEL); in vsw_get_vnet() 206 if (unlikely(!vp)) { in vsw_get_vnet() [all …]
|
/linux/drivers/net/ethernet/3com/ |
H A D | 3c515.c | 460 struct corkscrew_private *vp = netdev_priv(dev); in cleanup_card() local 461 list_del_init(&vp->list); in cleanup_card() 466 if (vp->dev) in cleanup_card() 467 pnp_device_detach(to_pnp_dev(vp->dev)); in cleanup_card() 567 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_setup() local 576 vp->dev = &idev->dev; in corkscrew_setup() 587 vp->product_name = "3c515"; in corkscrew_setup() 588 vp->options = dev->mem_start; in corkscrew_setup() 589 vp->our_dev = dev; in corkscrew_setup() 591 if (!vp->options) { in corkscrew_setup() [all …]
|
/linux/fs/afs/ |
H A D | inode.c | 68 struct afs_vnode_param *vp, in afs_inode_init_from_status() argument 71 struct afs_file_status *status = &vp->scb.status; in afs_inode_init_from_status() 76 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_inode_init_from_status() 145 if (!vp->scb.have_cb) { in afs_inode_init_from_status() 151 atomic64_set(&vnode->cb_expires_at, vp->scb.callback.expires_at); in afs_inode_init_from_status() 162 struct afs_vnode_param *vp) in afs_apply_status() argument 164 struct afs_file_status *status = &vp->scb.status; in afs_apply_status() 165 struct afs_vnode *vnode = vp->vnode; in afs_apply_status() 171 bool change_size = vp->set_size; in afs_apply_status() 174 vp->fid.vid, vp->fid.vnode, vp->fid.unique, in afs_apply_status() [all …]
|
H A D | fsclient.c | 241 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_deliver_fs_fetch_status() local 251 xdr_decode_AFSFetchStatus(&bp, call, &vp->scb); in afs_deliver_fs_fetch_status() 252 xdr_decode_AFSCallBack(&bp, call, &vp->scb); in afs_deliver_fs_fetch_status() 274 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; in afs_fs_fetch_status() local 279 key_serial(op->key), vp->fid.vid, vp->fid.vnode); in afs_fs_fetch_status() 289 bp[1] = htonl(vp->fid.vid); in afs_fs_fetch_status() 290 bp[2] = htonl(vp->fid.vnode); in afs_fs_fetch_status() 291 bp[3] = htonl(vp->fid.unique); in afs_fs_fetch_status() 293 call->fid = vp->fid; in afs_fs_fetch_status() 294 trace_afs_make_fs_call(call, &vp->fid); in afs_fs_fetch_status() [all …]
|
H A D | yfsclient.c | 355 struct afs_vnode_param *vp = &op->file[0]; in yfs_deliver_fs_fetch_data64() local 438 xdr_decode_YFSFetchStatus(&bp, call, &vp->scb); in yfs_deliver_fs_fetch_data64() 439 xdr_decode_YFSCallBack(&bp, call, &vp->scb); in yfs_deliver_fs_fetch_data64() 442 req->data_version = vp->scb.status.data_version; in yfs_deliver_fs_fetch_data64() 443 req->file_size = vp->scb.status.size; in yfs_deliver_fs_fetch_data64() 471 struct afs_vnode_param *vp = &op->file[0]; in yfs_fs_fetch_data() local 477 key_serial(op->key), vp->fid.vid, vp->fid.vnode, in yfs_fs_fetch_data() 496 bp = xdr_encode_YFSFid(bp, &vp->fid); in yfs_fs_fetch_data() 501 call->fid = vp->fid; in yfs_fs_fetch_data() 502 trace_afs_make_fs_call(call, &vp->fid); in yfs_fs_fetch_data() [all …]
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 267 static void vop2_vp_write(struct vop2_video_port *vp, u32 offset, u32 v) in vop2_vp_write() argument 269 regmap_write(vp->vop2->map, vp->data->offset + offset, v); in vop2_vp_write() 300 static void vop2_cfg_done(struct vop2_video_port *vp) in vop2_cfg_done() argument 302 struct vop2 *vop2 = vp->vop2; in vop2_cfg_done() 305 val |= BIT(vp->id) | (BIT(vp->id) << 16); in vop2_cfg_done() 853 static void vop2_setup_csc_mode(struct vop2_video_port *vp, in vop2_setup_csc_mode() argument 857 struct rockchip_crtc_state *vcstate = to_rockchip_crtc_state(vp->crtc.state); in vop2_setup_csc_mode() 884 static void vop2_crtc_enable_irq(struct vop2_video_port *vp, u32 irq) in vop2_crtc_enable_irq() argument 886 struct vop2 *vop2 = vp->vop2; in vop2_crtc_enable_irq() 888 vop2_writel(vop2, RK3568_VP_INT_CLR(vp->id), irq << 16 | irq); in vop2_crtc_enable_irq() [all …]
|
/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_pf.c | 74 struct qlcnic_vport *vp; in qlcnic_sriov_pf_cal_res_limit() local 108 vp = sriov->vf_info[id].vp; in qlcnic_sriov_pf_cal_res_limit() 109 info->min_tx_bw = vp->min_tx_bw; in qlcnic_sriov_pf_cal_res_limit() 110 info->max_tx_bw = vp->max_tx_bw; in qlcnic_sriov_pf_cal_res_limit() 236 struct qlcnic_vport *vp; in qlcnic_sriov_pf_reset_vport_handle() local 245 vp = sriov->vf_info[index].vp; in qlcnic_sriov_pf_reset_vport_handle() 246 vp->handle = 0; in qlcnic_sriov_pf_reset_vport_handle() 254 struct qlcnic_vport *vp; in qlcnic_sriov_pf_set_vport_handle() local 263 vp = sriov->vf_info[index].vp; in qlcnic_sriov_pf_set_vport_handle() 264 vp->handle = vport_handle; in qlcnic_sriov_pf_set_vport_handle() [all …]
|
/linux/arch/sh/kernel/cpu/shmobile/ |
H A D | pm.c | 82 void *vp; in sh_mobile_register_self_refresh() local 100 vp = sdp + 1; in sh_mobile_register_self_refresh() 104 memcpy(vp, &sh_mobile_sleep_enter_start, n); in sh_mobile_register_self_refresh() 105 vp += roundup(n, 4); in sh_mobile_register_self_refresh() 109 memcpy(vp, pre_start, n); in sh_mobile_register_self_refresh() 110 sdp->sf_pre = (unsigned long)vp; in sh_mobile_register_self_refresh() 111 vp += roundup(n, 4); in sh_mobile_register_self_refresh() 115 memcpy(vp, post_start, n); in sh_mobile_register_self_refresh() 116 sdp->sf_post = (unsigned long)vp; in sh_mobile_register_self_refresh() 117 vp += roundup(n, 4); in sh_mobile_register_self_refresh() [all …]
|
/linux/lib/crypto/mpi/ |
H A D | mpih-mul.c | 21 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument 24 mul_n_basecase(prodp, up, vp, size); \ 26 mul_n(prodp, up, vp, size, tspace); \ 37 /* Multiply the natural numbers u (pointed to by UP) and v (pointed to by VP), 42 * 1. PRODP != UP and PRODP != VP, i.e. the destination 55 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase() argument 63 v_limb = vp[0]; in mul_n_basecase() 79 v_limb = vp[i]; in mul_n_basecase() 95 mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, in mul_n() argument 112 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n() [all …]
|
H A D | mpi-mul.c | 19 mpi_ptr_t up, vp, wp; in mpi_mul() local 33 vp = u->d; in mpi_mul() 40 vp = v->d; in mpi_mul() 48 if (wp == up || wp == vp) { in mpi_mul() 66 if (wp == vp) in mpi_mul() 67 vp = up; in mpi_mul() 70 } else if (wp == vp) { in mpi_mul() 72 vp = tmp_limb = mpi_alloc_limb_space(vsize); in mpi_mul() 73 if (!vp) in mpi_mul() 76 MPN_COPY(vp, wp, vsize); in mpi_mul() [all …]
|
/linux/sound/drivers/opl3/ |
H A D | opl3_midi.c | 139 struct snd_opl3_voice *vp, *vp2; in opl3_get_voice() local 166 vp = &opl3->voices[i]; in opl3_get_voice() 168 if (vp->state == SNDRV_OPL3_ST_NOT_AVAIL) in opl3_get_voice() 173 voice_time = vp->time; in opl3_get_voice() 184 if (vp->state) in opl3_get_voice() 200 else if (vp->state) in opl3_get_voice() 204 if (vp->state) in opl3_get_voice() 243 struct snd_opl3_voice *vp = &opl3->voices[i]; in snd_opl3_timer_func() local 244 if (vp->state > 0 && vp->note_off_check) { in snd_opl3_timer_func() 245 if (vp->note_off == jiffies) in snd_opl3_timer_func() [all …]
|
/linux/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-v4l2.c | 864 static void pvr2_v4l2_destroy_no_lock(struct pvr2_v4l2 *vp) in pvr2_v4l2_destroy_no_lock() argument 866 if (vp->dev_video) { in pvr2_v4l2_destroy_no_lock() 867 pvr2_v4l2_dev_destroy(vp->dev_video); in pvr2_v4l2_destroy_no_lock() 868 vp->dev_video = NULL; in pvr2_v4l2_destroy_no_lock() 870 if (vp->dev_radio) { in pvr2_v4l2_destroy_no_lock() 871 pvr2_v4l2_dev_destroy(vp->dev_radio); in pvr2_v4l2_destroy_no_lock() 872 vp->dev_radio = NULL; in pvr2_v4l2_destroy_no_lock() 875 pvr2_trace(PVR2_TRACE_STRUCT,"Destroying pvr2_v4l2 id=%p",vp); in pvr2_v4l2_destroy_no_lock() 876 pvr2_channel_done(&vp->channel); in pvr2_v4l2_destroy_no_lock() 877 kfree(vp); in pvr2_v4l2_destroy_no_lock() [all …]
|
/linux/mm/ |
H A D | vma.c | 108 * @vp: The vma_prepare struct 114 static void init_multi_vma_prep(struct vma_prepare *vp, in init_multi_vma_prep() argument 120 memset(vp, 0, sizeof(struct vma_prepare)); in init_multi_vma_prep() 121 vp->vma = vma; in init_multi_vma_prep() 122 vp->anon_vma = vma->anon_vma; in init_multi_vma_prep() 123 vp->remove = remove; in init_multi_vma_prep() 124 vp->remove2 = remove2; in init_multi_vma_prep() 125 vp->adj_next = next; in init_multi_vma_prep() 126 if (!vp->anon_vma && next) in init_multi_vma_prep() 127 vp->anon_vma = next->anon_vma; in init_multi_vma_prep() [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l33.txt | 9 - VA-supply, VP-supply : power supplies for the device, 22 0, then VBST = VP. If greater than 0, the boost voltage will be 3300mV with 75 - cirrus,vp-hg-auto : This is a boolean property. When set, class H/G VPhg 78 - cirrus,vp-hg : Class H/G algorithm VPhg. Controls the H/G algorithm's 79 reference to the VP voltage for when to start generating a boosted VBST. 83 - cirrus,vp-hg-rate : The rate (number of LRCLK periods) at which the VPhg is 89 - cirrus,vp-hg-va : VA calculation reference for automatic VPhg tracking 101 VP-supply = <&ldo5_reg>; 119 cirrus,vp-hg-auto; 120 cirrus,vp-hg=<0xF>; [all …]
|