/linux-4.4.14/sound/synth/emux/ |
D | emux_synth.c | 48 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free); 49 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update); 50 static void setup_voice(struct snd_emux_voice *vp); 51 static int calc_pan(struct snd_emux_voice *vp); 52 static int calc_volume(struct snd_emux_voice *vp); 53 static int calc_pitch(struct snd_emux_voice *vp); 64 struct snd_emux_voice *vp; in snd_emux_note_on() local 103 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on() 104 if (vp == NULL || vp->ch < 0) in snd_emux_note_on() 106 if (STATE_IS_PLAYING(vp->state)) in snd_emux_note_on() [all …]
|
D | emux_proc.c | 64 struct snd_emux_voice *vp = &emu->voices[0]; in snd_emux_proc_info_read() 67 vp->reg.parm.moddelay, in snd_emux_proc_info_read() 68 vp->reg.parm.modatkhld, in snd_emux_proc_info_read() 69 vp->reg.parm.moddcysus, in snd_emux_proc_info_read() 70 vp->reg.parm.modrelease); in snd_emux_proc_info_read() 72 vp->reg.parm.voldelay, in snd_emux_proc_info_read() 73 vp->reg.parm.volatkhld, in snd_emux_proc_info_read() 74 vp->reg.parm.voldcysus, in snd_emux_proc_info_read() 75 vp->reg.parm.volrelease); in snd_emux_proc_info_read() 77 vp->reg.parm.lfo1delay, in snd_emux_proc_info_read() [all …]
|
D | emux_effect.c | 211 struct snd_emux_voice *vp = &emu->voices[i]; in snd_emux_send_effect() local 212 if (!STATE_IS_PLAYING(vp->state) || vp->chan != chan) in snd_emux_send_effect() 214 srcp = (unsigned char*)&vp->reg.parm + offset; in snd_emux_send_effect() 215 origp = (unsigned char*)&vp->zone->v.parm + offset; in snd_emux_send_effect() 233 snd_emux_setup_effect(struct snd_emux_voice *vp) in snd_emux_setup_effect() argument 235 struct snd_midi_channel *chan = vp->chan; in snd_emux_setup_effect() 255 srcp = (unsigned char*)&vp->reg.parm + offset; in snd_emux_setup_effect() 263 vp->reg.start += effect_get_offset(chan, EMUX_FX_SAMPLE_START, in snd_emux_setup_effect() 265 vp->reg.sample_mode); in snd_emux_setup_effect() 267 vp->reg.loopstart += effect_get_offset(chan, EMUX_FX_LOOP_START, in snd_emux_setup_effect() [all …]
|
D | emux_voice.h | 65 void snd_emux_setup_effect(struct snd_emux_voice *vp);
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emu10k1_callback.c | 43 static int start_voice(struct snd_emux_voice *vp); 44 static void trigger_voice(struct snd_emux_voice *vp); 45 static void release_voice(struct snd_emux_voice *vp); 46 static void update_voice(struct snd_emux_voice *vp, int update); 47 static void terminate_voice(struct snd_emux_voice *vp); 48 static void free_voice(struct snd_emux_voice *vp); 49 static void set_fmmod(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); 50 static void set_fm2frq2(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); 51 static void set_filterQ(struct snd_emu10k1 *hw, struct snd_emux_voice *vp); 95 struct snd_emux_voice *vp; in snd_emu10k1_synth_get_voice() local [all …]
|
/linux-4.4.14/drivers/net/ethernet/3com/ |
D | 3c59x.c | 661 static void window_set(struct vortex_private *vp, int window) in window_set() argument 663 if (window != vp->window) { in window_set() 664 iowrite16(SelectWindow + window, vp->ioaddr + EL3_CMD); in window_set() 665 vp->window = window; in window_set() 671 window_read ## size(struct vortex_private *vp, int window, int addr) \ 675 spin_lock_irqsave(&vp->window_lock, flags); \ 676 window_set(vp, window); \ 677 ret = ioread ## size(vp->ioaddr + addr); \ 678 spin_unlock_irqrestore(&vp->window_lock, flags); \ 682 window_write ## size(struct vortex_private *vp, u ## size value, \ [all …]
|
D | 3c515.c | 474 struct corkscrew_private *vp = netdev_priv(dev); in cleanup_card() local 475 list_del_init(&vp->list); in cleanup_card() 480 if (vp->dev) in cleanup_card() 481 pnp_device_detach(to_pnp_dev(vp->dev)); in cleanup_card() 582 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_setup() local 590 vp->dev = &idev->dev; in corkscrew_setup() 601 vp->product_name = "3c515"; in corkscrew_setup() 602 vp->options = dev->mem_start; in corkscrew_setup() 603 vp->our_dev = dev; in corkscrew_setup() 605 if (!vp->options) { in corkscrew_setup() [all …]
|
/linux-4.4.14/sound/isa/sb/ |
D | emu8000_callback.c | 31 static int start_voice(struct snd_emux_voice *vp); 32 static void trigger_voice(struct snd_emux_voice *vp); 33 static void release_voice(struct snd_emux_voice *vp); 34 static void update_voice(struct snd_emux_voice *vp, int update); 36 static void terminate_voice(struct snd_emux_voice *vp); 45 static void set_pitch(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 46 static void set_volume(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 47 static void set_pan(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 48 static void set_fmmod(struct snd_emu8000 *hw, struct snd_emux_voice *vp); 49 static void set_tremfreq(struct snd_emu8000 *hw, struct snd_emux_voice *vp); [all …]
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | vp.c | 14 struct omap_vp_instance *vp = voltdm->vp; in _vp_set_init_voltage() local 20 vpconfig = voltdm->read(vp->vpconfig); in _vp_set_init_voltage() 21 vpconfig &= ~(vp->common->vpconfig_initvoltage_mask | in _vp_set_init_voltage() 22 vp->common->vpconfig_forceupdate | in _vp_set_init_voltage() 23 vp->common->vpconfig_initvdd); in _vp_set_init_voltage() 24 vpconfig |= vsel << __ffs(vp->common->vpconfig_initvoltage_mask); in _vp_set_init_voltage() 25 voltdm->write(vpconfig, vp->vpconfig); in _vp_set_init_voltage() 28 voltdm->write((vpconfig | vp->common->vpconfig_initvdd), in _vp_set_init_voltage() 29 vp->vpconfig); in _vp_set_init_voltage() 32 voltdm->write(vpconfig, vp->vpconfig); in _vp_set_init_voltage() [all …]
|
D | voltagedomains54xx_data.c | 44 .vp = &omap4_vp_mpu, 55 .vp = &omap4_vp_iva, 66 .vp = &omap4_vp_core,
|
D | voltagedomains44xx_data.c | 58 .vp = &omap4_vp_mpu, 69 .vp = &omap4_vp_iva, 80 .vp = &omap4_vp_core,
|
D | voltagedomains3xxx_data.c | 59 .vp = &omap3_vp_mpu, 70 .vp = &omap3_vp_core,
|
D | prm44xx.c | 145 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_check_txdone() local 150 vp->irqstatus_mpu); in omap4_prm_vp_check_txdone() 151 return irqstatus & vp->tranxdone_status; in omap4_prm_vp_check_txdone() 156 struct omap4_vp *vp = &omap4_vp[vp_id]; in omap4_prm_vp_clear_txdone() local 158 omap4_prminst_write_inst_reg(vp->tranxdone_status, in omap4_prm_vp_clear_txdone() 161 vp->irqstatus_mpu); in omap4_prm_vp_clear_txdone()
|
D | prm3xxx.c | 102 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_check_txdone() local 107 return irqstatus & vp->tranxdone_status; in omap3_prm_vp_check_txdone() 112 struct omap3_vp *vp = &omap3_vp[vp_id]; in omap3_prm_vp_clear_txdone() local 114 omap2_prm_write_mod_reg(vp->tranxdone_status, in omap3_prm_vp_clear_txdone()
|
D | voltage.h | 71 struct omap_vp_instance *vp; member
|
D | voltage.c | 263 if (voltdm->vp) { in omap_voltage_late_init()
|
D | Makefile | 127 voltagedomain-common := voltage.o vc.o vp.o
|
/linux-4.4.14/drivers/media/platform/s3c-camif/ |
D | camif-capture.c | 47 static void camif_cfg_video_path(struct camif_vp *vp) in camif_cfg_video_path() argument 49 WARN_ON(s3c_camif_get_scaler_config(vp, &vp->scaler)); in camif_cfg_video_path() 50 camif_hw_set_scaler(vp); in camif_cfg_video_path() 51 camif_hw_set_flip(vp); in camif_cfg_video_path() 52 camif_hw_set_target_format(vp); in camif_cfg_video_path() 53 camif_hw_set_output_dma(vp); in camif_cfg_video_path() 56 static void camif_prepare_dma_offset(struct camif_vp *vp) in camif_prepare_dma_offset() argument 58 struct camif_frame *f = &vp->out_frame; in camif_prepare_dma_offset() 68 static int s3c_camif_hw_init(struct camif_dev *camif, struct camif_vp *vp) in s3c_camif_hw_init() argument 72 if (camif->sensor.sd == NULL || vp->out_fmt == NULL) in s3c_camif_hw_init() [all …]
|
D | camif-regs.c | 41 void camif_hw_clear_pending_irq(struct camif_vp *vp) in camif_hw_clear_pending_irq() argument 43 u32 cfg = camif_read(vp->camif, S3C_CAMIF_REG_CIGCTRL); in camif_hw_clear_pending_irq() 44 cfg |= CIGCTRL_IRQ_CLR(vp->id); in camif_hw_clear_pending_irq() 45 camif_write(vp->camif, S3C_CAMIF_REG_CIGCTRL, cfg); in camif_hw_clear_pending_irq() 82 cfg = camif_read(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset)); in camif_hw_set_effect() 95 camif_write(camif, S3C_CAMIF_REG_CIIMGEFF(camif->vp->offset), cfg); in camif_hw_set_effect() 154 void camif_hw_clear_fifo_overflow(struct camif_vp *vp) in camif_hw_clear_fifo_overflow() argument 156 struct camif_dev *camif = vp->camif; in camif_hw_clear_fifo_overflow() 160 if (vp->id == 0) in camif_hw_clear_fifo_overflow() 203 void camif_hw_set_output_addr(struct camif_vp *vp, in camif_hw_set_output_addr() argument [all …]
|
D | camif-core.h | 293 struct camif_vp vp[CAMIF_VP_NUM]; member 331 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, 339 int s3c_camif_get_scaler_config(struct camif_vp *vp, 342 static inline void camif_active_queue_add(struct camif_vp *vp, in camif_active_queue_add() argument 345 list_add_tail(&buf->list, &vp->active_buf_q); in camif_active_queue_add() 346 vp->active_buffers++; in camif_active_queue_add() 350 struct camif_vp *vp) in camif_active_queue_pop() argument 352 struct camif_buffer *buf = list_first_entry(&vp->active_buf_q, in camif_active_queue_pop() 355 vp->active_buffers--; in camif_active_queue_pop() 360 struct camif_vp *vp, int index) in camif_active_queue_peek() argument [all …]
|
D | camif-regs.h | 242 void camif_hw_clear_pending_irq(struct camif_vp *vp); 243 void camif_hw_clear_fifo_overflow(struct camif_vp *vp); 244 void camif_hw_set_lastirq(struct camif_vp *vp, int enable); 245 void camif_hw_set_input_path(struct camif_vp *vp); 246 void camif_hw_enable_scaler(struct camif_vp *vp, bool on); 247 void camif_hw_enable_capture(struct camif_vp *vp); 248 void camif_hw_disable_capture(struct camif_vp *vp); 252 void camif_hw_set_scaler(struct camif_vp *vp); 253 void camif_hw_set_flip(struct camif_vp *vp); 254 void camif_hw_set_output_dma(struct camif_vp *vp); [all …]
|
D | camif-core.c | 109 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, in s3c_camif_find_format() argument 122 if (vp && !(vp->fmt_flags & fmt->flags)) in s3c_camif_find_format() 151 int s3c_camif_get_scaler_config(struct camif_vp *vp, in s3c_camif_get_scaler_config() argument 154 struct v4l2_rect *camif_crop = &vp->camif->camif_crop; in s3c_camif_get_scaler_config() 157 int target_x = vp->out_frame.rect.width; in s3c_camif_get_scaler_config() 158 int target_y = vp->out_frame.rect.height; in s3c_camif_get_scaler_config() 161 if (vp->rotation == 90 || vp->rotation == 270) in s3c_camif_get_scaler_config() 275 &camif->vp[i - 1].vdev.entity, 0, in camif_create_media_links() 390 struct camif_vp *vp = &camif->vp[i]; in camif_request_irqs() local 392 init_waitqueue_head(&vp->irq_queue); in camif_request_irqs() [all …]
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_vic.c | 29 struct vic_provinfo *vp; in vic_provinfo_alloc() local 34 vp = kzalloc(VIC_PROVINFO_MAX_DATA, flags); in vic_provinfo_alloc() 35 if (!vp) in vic_provinfo_alloc() 38 memcpy(vp->oui, oui, sizeof(vp->oui)); in vic_provinfo_alloc() 39 vp->type = type; in vic_provinfo_alloc() 40 vp->length = htonl(sizeof(vp->num_tlvs)); in vic_provinfo_alloc() 42 return vp; in vic_provinfo_alloc() 45 void vic_provinfo_free(struct vic_provinfo *vp) in vic_provinfo_free() argument 47 kfree(vp); in vic_provinfo_free() 50 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, in vic_provinfo_add_tlv() argument [all …]
|
D | vnic_vic.h | 65 #define VIC_PROVINFO_ADD_TLV(vp, tlvtype, tlvlen, data) \ argument 67 err = vic_provinfo_add_tlv(vp, tlvtype, tlvlen, data); \ 78 void vic_provinfo_free(struct vic_provinfo *vp); 79 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, 81 size_t vic_provinfo_size(struct vic_provinfo *vp);
|
D | enic_pp.c | 73 struct vic_provinfo *vp; in enic_set_port_profile() local 88 vp = vic_provinfo_alloc(GFP_KERNEL, oui, in enic_set_port_profile() 90 if (!vp) in enic_set_port_profile() 93 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 108 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 113 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 119 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 126 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 131 VIC_PROVINFO_ADD_TLV(vp, in enic_set_port_profile() 135 ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnic_dev_init_prov2, (u8 *)vp, in enic_set_port_profile() [all …]
|
/linux-4.4.14/arch/sh/kernel/cpu/shmobile/ |
D | pm.c | 85 void *vp; in sh_mobile_register_self_refresh() local 103 vp = sdp + 1; in sh_mobile_register_self_refresh() 107 memcpy(vp, &sh_mobile_sleep_enter_start, n); in sh_mobile_register_self_refresh() 108 vp += roundup(n, 4); in sh_mobile_register_self_refresh() 112 memcpy(vp, pre_start, n); in sh_mobile_register_self_refresh() 113 sdp->sf_pre = (unsigned long)vp; in sh_mobile_register_self_refresh() 114 vp += roundup(n, 4); in sh_mobile_register_self_refresh() 118 memcpy(vp, post_start, n); in sh_mobile_register_self_refresh() 119 sdp->sf_post = (unsigned long)vp; in sh_mobile_register_self_refresh() 120 vp += roundup(n, 4); in sh_mobile_register_self_refresh() [all …]
|
/linux-4.4.14/sound/drivers/opl3/ |
D | opl3_midi.c | 147 struct snd_opl3_voice *vp, *vp2; in opl3_get_voice() local 174 vp = &opl3->voices[i]; in opl3_get_voice() 176 if (vp->state == SNDRV_OPL3_ST_NOT_AVAIL) in opl3_get_voice() 181 voice_time = vp->time; in opl3_get_voice() 192 if (vp->state) in opl3_get_voice() 201 voice_time = (voice_time > vp->time) ? in opl3_get_voice() 202 voice_time : vp->time; in opl3_get_voice() 209 else if (vp->state) in opl3_get_voice() 213 if (vp->state) in opl3_get_voice() 251 struct snd_opl3_voice *vp = &opl3->voices[i]; in snd_opl3_timer_func() local [all …]
|
/linux-4.4.14/lib/mpi/ |
D | mpih-mul.c | 34 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument 37 mul_n_basecase(prodp, up, vp, size); \ 39 mul_n(prodp, up, vp, size, tspace); \ 68 mul_n_basecase(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size) in mul_n_basecase() argument 76 v_limb = vp[0]; in mul_n_basecase() 92 v_limb = vp[i]; in mul_n_basecase() 108 mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, in mul_n() argument 125 MPN_MUL_N_RECURSE(prodp, up, vp, esize, tspace); in mul_n() 126 cy_limb = mpihelp_addmul_1(prodp + esize, up, esize, vp[esize]); in mul_n() 128 cy_limb = mpihelp_addmul_1(prodp + esize, vp, size, up[esize]); in mul_n() [all …]
|
D | mpi-internal.h | 123 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \ argument 126 mul_n_basecase(prodp, up, vp, size); \ 128 mul_n(prodp, up, vp, size, tspace); \ 205 int mpihelp_mul_n(mpi_ptr_t prodp, mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size); 207 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result); 214 mpi_ptr_t vp, mpi_size_t vsize,
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_sriov_pf.c | 75 struct qlcnic_vport *vp; in qlcnic_sriov_pf_cal_res_limit() local 109 vp = sriov->vf_info[id].vp; in qlcnic_sriov_pf_cal_res_limit() 110 info->min_tx_bw = vp->min_tx_bw; in qlcnic_sriov_pf_cal_res_limit() 111 info->max_tx_bw = vp->max_tx_bw; in qlcnic_sriov_pf_cal_res_limit() 237 struct qlcnic_vport *vp; in qlcnic_sriov_pf_reset_vport_handle() local 246 vp = sriov->vf_info[index].vp; in qlcnic_sriov_pf_reset_vport_handle() 247 vp->handle = 0; in qlcnic_sriov_pf_reset_vport_handle() 255 struct qlcnic_vport *vp; in qlcnic_sriov_pf_set_vport_handle() local 264 vp = sriov->vf_info[index].vp; in qlcnic_sriov_pf_set_vport_handle() 265 vp->handle = vport_handle; in qlcnic_sriov_pf_set_vport_handle() [all …]
|
D | qlcnic_sriov_common.c | 141 struct qlcnic_vport *vp; in qlcnic_sriov_init() local 197 vp = kzalloc(sizeof(struct qlcnic_vport), GFP_KERNEL); in qlcnic_sriov_init() 198 if (!vp) { in qlcnic_sriov_init() 202 sriov->vf_info[i].vp = vp; in qlcnic_sriov_init() 203 vp->vlan_mode = QLC_GUEST_VLAN_MODE; in qlcnic_sriov_init() 204 vp->max_tx_bw = MAX_BW; in qlcnic_sriov_init() 205 vp->min_tx_bw = MIN_BW; in qlcnic_sriov_init() 206 vp->spoofchk = false; in qlcnic_sriov_init() 207 random_ether_addr(vp->mac); in qlcnic_sriov_init() 210 vp->mac, i); in qlcnic_sriov_init() [all …]
|
D | qlcnic_sriov.h | 155 struct qlcnic_vport *vp; member
|
/linux-4.4.14/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 856 static void pvr2_v4l2_destroy_no_lock(struct pvr2_v4l2 *vp) in pvr2_v4l2_destroy_no_lock() argument 858 if (vp->dev_video) { in pvr2_v4l2_destroy_no_lock() 859 pvr2_v4l2_dev_destroy(vp->dev_video); in pvr2_v4l2_destroy_no_lock() 860 vp->dev_video = NULL; in pvr2_v4l2_destroy_no_lock() 862 if (vp->dev_radio) { in pvr2_v4l2_destroy_no_lock() 863 pvr2_v4l2_dev_destroy(vp->dev_radio); in pvr2_v4l2_destroy_no_lock() 864 vp->dev_radio = NULL; in pvr2_v4l2_destroy_no_lock() 867 pvr2_trace(PVR2_TRACE_STRUCT,"Destroying pvr2_v4l2 id=%p",vp); in pvr2_v4l2_destroy_no_lock() 868 pvr2_channel_done(&vp->channel); in pvr2_v4l2_destroy_no_lock() 869 kfree(vp); in pvr2_v4l2_destroy_no_lock() [all …]
|
D | pvrusb2-hdw.c | 356 static int ctrl_channelfreq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelfreq_get() argument 360 *vp = hdw->freqTable[hdw->freqProgSlot-1]; in ctrl_channelfreq_get() 362 *vp = 0; in ctrl_channelfreq_get() 389 static int ctrl_channelprog_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelprog_get() argument 391 *vp = cptr->hdw->freqProgSlot; in ctrl_channelprog_get() 404 static int ctrl_channel_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channel_get() argument 407 *vp = hdw->freqSelector ? hdw->freqSlotRadio : hdw->freqSlotTelevision; in ctrl_channel_get() 429 static int ctrl_freq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_freq_get() argument 431 *vp = pvr2_hdw_get_cur_freq(cptr->hdw); in ctrl_freq_get() 643 static int ctrl_vres_max_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_vres_max_get() argument [all …]
|
/linux-4.4.14/drivers/net/ethernet/neterion/vxge/ |
D | vxge-traffic.c | 30 enum vxge_hw_status vxge_hw_vpath_intr_enable(struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_enable() argument 37 if (vp == NULL) { in vxge_hw_vpath_intr_enable() 42 vpath = vp->vpath; in vxge_hw_vpath_intr_enable() 157 struct __vxge_hw_vpath_handle *vp) in vxge_hw_vpath_intr_disable() argument 164 if (vp == NULL) { in vxge_hw_vpath_intr_disable() 169 vpath = vp->vpath; in vxge_hw_vpath_intr_disable() 1747 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_add() argument 1757 if (vp == NULL) { in vxge_hw_vpath_mac_addr_add() 1785 status = __vxge_hw_vpath_rts_table_set(vp, in vxge_hw_vpath_mac_addr_add() 1810 struct __vxge_hw_vpath_handle *vp, in vxge_hw_vpath_mac_addr_get() argument [all …]
|
D | vxge-config.c | 2786 __vxge_hw_ring_delete(struct __vxge_hw_vpath_handle *vp) in __vxge_hw_ring_delete() argument 2788 struct __vxge_hw_ring *ring = vp->vpath->ringh; in __vxge_hw_ring_delete() 2795 vp->vpath->ringh = NULL; in __vxge_hw_ring_delete() 2806 __vxge_hw_ring_create(struct __vxge_hw_vpath_handle *vp, in __vxge_hw_ring_create() argument 2819 if ((vp == NULL) || (attr == NULL)) { in __vxge_hw_ring_create() 2824 hldev = vp->vpath->hldev; in __vxge_hw_ring_create() 2825 vp_id = vp->vpath->vp_id; in __vxge_hw_ring_create() 2832 ring = (struct __vxge_hw_ring *)__vxge_hw_channel_allocate(vp, in __vxge_hw_ring_create() 2842 vp->vpath->ringh = ring; in __vxge_hw_ring_create() 2844 ring->vp_reg = vp->vpath->vp_reg; in __vxge_hw_ring_create() [all …]
|
D | vxge-config.h | 2002 vxge_hw_vpath_enable(struct __vxge_hw_vpath_handle *vp); 2012 vxge_hw_vpath_rx_doorbell_init(struct __vxge_hw_vpath_handle *vp);
|
D | vxge-traffic.h | 2244 void vxge_hw_vpath_msix_clear(struct __vxge_hw_vpath_handle *vp, int msix_id);
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunvnet.c | 86 struct net_device *dev = port->vp->dev; in vnet_send_attr() 351 struct net_device *dev = port->vp->dev; in vnet_rx_one() 636 struct vnet *vp; in vnet_ack() local 645 vp = port->vp; in vnet_ack() 646 dev = vp->dev; in vnet_ack() 692 port->vp->dev->name, in handle_mcast() 709 txq = netdev_get_tx_queue(port->vp->dev, port->q_index); in maybe_tx_wakeup() 905 struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find() argument 908 struct hlist_head *hp = &vp->port_hash[hash]; in __tx_port_find() 917 list_for_each_entry_rcu(port, &vp->port_list, list) { in __tx_port_find() [all …]
|
D | sunvnet.h | 50 struct vnet *vp; member
|
D | niu.c | 5054 struct niu_vlan_rdc *vp = &cp->vlan_mappings[i]; in niu_init_classifier_hw() local 5057 vp->vlan_pref, vp->rdc_num); in niu_init_classifier_hw() 6575 struct vlan_ethhdr *vp = (struct vlan_ethhdr *) ehdr; in niu_compute_tx_flags() local 6576 __be16 val = vp->h_vlan_encapsulated_proto; in niu_compute_tx_flags()
|
/linux-4.4.14/include/linux/sunrpc/ |
D | svc.h | 184 __be32 val, *vp; in svc_getnl() local 185 vp = iov->iov_base; in svc_getnl() 186 val = *vp++; in svc_getnl() 187 iov->iov_base = (void*)vp; in svc_getnl() 194 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putnl() local 195 *vp = htonl(val); in svc_putnl() 201 __be32 val, *vp; in svc_getu32() local 202 vp = iov->iov_base; in svc_getu32() 203 val = *vp++; in svc_getu32() 204 iov->iov_base = (void*)vp; in svc_getu32() [all …]
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | suspend_gx.c | 38 memcpy(par->vp, par->vid_regs, sizeof(par->vp)); in gx_save_regs() 144 for (i = 0; i < ARRAY_SIZE(par->vp); i++) { in gx_restore_video_proc() 148 write_vp(par, i, par->vp[i] & ~VP_VCFG_VID_EN); in gx_restore_video_proc() 153 write_vp(par, i, par->vp[i] & in gx_restore_video_proc() 170 write_vp(par, i, par->vp[i]); in gx_restore_video_proc() 194 write_vp(par, VP_VCFG, par->vp[VP_VCFG] & ~VP_VCFG_VID_EN); in gx_disable_graphics() 195 write_vp(par, VP_DCFG, par->vp[VP_DCFG] & ~(VP_DCFG_DAC_BL_EN | in gx_disable_graphics() 229 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in gx_enable_graphics() 230 write_vp(par, VP_DCFG, par->vp[VP_DCFG]); in gx_enable_graphics()
|
D | lxfb_ops.c | 610 memcpy(par->vp, par->vp_regs, sizeof(par->vp)); in lx_save_regs() 740 for (i = 0; i < ARRAY_SIZE(par->vp); i++) { in lx_restore_video_proc() 755 write_vp(par, i, par->vp[i]); in lx_restore_video_proc() 808 write_vp(par, VP_VCFG, par->vp[VP_VCFG]); in lx_restore_regs() 809 write_vp(par, VP_DCFG, par->vp[VP_DCFG]); in lx_restore_regs()
|
D | gxfb.h | 39 uint64_t vp[VP_REG_COUNT]; member
|
D | lxfb.h | 49 uint64_t vp[VP_REG_COUNT]; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | spram.c | 175 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); in probe_spram() local 178 vp[0] = TDAT; in probe_spram() 179 vp[1] = ~TDAT; in probe_spram() 183 v = vp[0]; in probe_spram() 186 vp, TDAT, v); in probe_spram() 187 v = vp[1]; in probe_spram() 190 vp+1, ~TDAT, v); in probe_spram()
|
D | mips-cm.c | 262 void mips_cm_lock_other(unsigned int core, unsigned int vp) in mips_cm_lock_other() argument 274 val |= vp << CM3_GCR_Cx_OTHER_VP_SHF; in mips_cm_lock_other() 276 BUG_ON(vp != 0); in mips_cm_lock_other()
|
/linux-4.4.14/drivers/net/usb/ |
D | net1080.c | 148 u16 *vp = kmalloc(sizeof (u16)); 150 if (!vp) 163 retval = nc_register_read(dev, reg, vp); 168 netdev_dbg(dev->net, "reg [0x%x] = 0x%x\n", reg, *vp); 170 kfree(vp); 283 u16 vp; in net1080_reset() local 288 if ((retval = nc_register_read(dev, REG_STATUS, &vp)) < 0) { in net1080_reset() 293 status = vp; in net1080_reset() 296 if ((retval = nc_register_read(dev, REG_USBCTL, &vp)) < 0) { in net1080_reset() 300 usbctl = vp; in net1080_reset() [all …]
|
/linux-4.4.14/include/sound/ |
D | emux_synth.h | 51 int (*prepare)(struct snd_emux_voice *vp); 52 void (*trigger)(struct snd_emux_voice *vp); 53 void (*release)(struct snd_emux_voice *vp); 54 void (*update)(struct snd_emux_voice *vp, int update); 55 void (*terminate)(struct snd_emux_voice *vp); 56 void (*free_voice)(struct snd_emux_voice *vp);
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 362 m_vtob_p vp = NULL; in __vtobus() local 369 vp = mp->vtob[hc]; in __vtobus() 370 while (vp && vp->vaddr != a) in __vtobus() 371 vp = vp->next; in __vtobus() 373 if (!vp) in __vtobus() 375 b = vp->baddr + (m - a); in __vtobus()
|
/linux-4.4.14/drivers/staging/wilc1000/ |
D | linux_wlan_spi.h | 8 int linux_spi_init(void *vp); 9 void linux_spi_deinit(void *vp);
|
D | linux_wlan_spi.c | 45 void linux_spi_deinit(void *vp); 84 void linux_spi_deinit(void *vp) in linux_spi_deinit() argument 96 int linux_spi_init(void *vp) in linux_spi_init() argument
|
D | linux_wlan.c | 338 int linux_wlan_lock_timeout(void *vp, u32 timeout) in linux_wlan_lock_timeout() argument 342 PRINT_D(LOCK_DBG, "Locking %p\n", vp); in linux_wlan_lock_timeout() 343 if (vp != NULL) in linux_wlan_lock_timeout() 344 error = down_timeout((struct semaphore *)vp, msecs_to_jiffies(timeout)); in linux_wlan_lock_timeout() 439 static int linux_wlan_txq_task(void *vp) in linux_wlan_txq_task() argument 444 struct net_device *dev = vp; in linux_wlan_txq_task()
|
D | wilc_wfi_netdevice.h | 215 int linux_wlan_lock_timeout(void *vp, u32 timeout);
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | mixer_drv.c | 224 res->vp = ERR_PTR(-EINVAL); in mxr_resource_clear_clocks() 247 if (!IS_ERR(res->vp)) in mxr_release_clocks() 248 clk_put(res->vp); in mxr_release_clocks() 265 res->vp = clk_get(dev, "vp"); in mxr_acquire_clocks() 266 if (IS_ERR(res->vp)) { in mxr_acquire_clocks() 367 ret = clk_prepare_enable(res->vp); in mxr_runtime_resume() 385 clk_disable_unprepare(res->vp); in mxr_runtime_resume() 402 clk_disable_unprepare(res->vp); in mxr_runtime_suspend()
|
D | mixer.h | 221 struct clk *vp; member
|
/linux-4.4.14/arch/um/kernel/ |
D | ptrace.c | 49 void __user *vp = p; in arch_ptrace() local 98 ret = ptrace_get_thread_area(child, addr, vp); in arch_ptrace() 102 ret = ptrace_set_thread_area(child, addr, vp); in arch_ptrace()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ldc.c | 418 struct ldc_version *vp) in send_version_ack() argument 424 vp, sizeof(*vp), &new_tail); in send_version_ack() 427 vp->major, vp->minor); in send_version_ack() 579 static int process_ver_info(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_info() argument 585 vp->major, vp->minor); in process_ver_info() 592 vap = find_by_major(vp->major); in process_ver_info() 595 } else if (vap->major != vp->major) { in process_ver_info() 598 struct ldc_version ver = *vp; in process_ver_info() 613 static int process_ver_ack(struct ldc_channel *lp, struct ldc_version *vp) in process_ver_ack() argument 616 vp->major, vp->minor); in process_ver_ack() [all …]
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoemain.c | 21 discover_timer(ulong vp) in discover_timer() argument 29 switch (vp) { in discover_timer()
|
D | aoedev.c | 149 dummy_timer(ulong vp) in dummy_timer() argument 153 d = (struct aoedev *)vp; in dummy_timer()
|
D | aoeblk.c | 350 aoeblk_gdalloc(void *vp) in aoeblk_gdalloc() argument 352 struct aoedev *d = vp; in aoeblk_gdalloc()
|
D | aoecmd.c | 747 rexmit_timer(ulong vp) in rexmit_timer() argument 761 d = (struct aoedev *) vp; in rexmit_timer() 1288 kthread(void *vp) in kthread() argument 1294 k = vp; in kthread()
|
/linux-4.4.14/drivers/ata/ |
D | pata_via.c | 392 struct via_port *vp = ap->private_data; in via_tf_load() local 405 vp->cached_device = tf->device; in via_tf_load() 407 iowrite8(vp->cached_device, ioaddr->device_addr); in via_tf_load() 443 struct via_port *vp; in via_port_start() local 450 vp = devm_kzalloc(&pdev->dev, sizeof(struct via_port), GFP_KERNEL); in via_port_start() 451 if (vp == NULL) in via_port_start() 453 ap->private_data = vp; in via_port_start()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_page.c | 382 struct ccc_page *vp = cl2ccc_page(slice); in vvp_page_print() local 383 struct page *vmpage = vp->cpg_page; in vvp_page_print() 386 vp, vp->cpg_defer_uptodate, vp->cpg_ra_used, in vvp_page_print() 387 vp->cpg_write_queued, vmpage); in vvp_page_print()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/vp/ |
D | Kbuild | 1 nvkm-y += nvkm/engine/vp/g84.o
|
/linux-4.4.14/arch/mips/include/asm/ |
D | mips-cm.h | 476 unsigned int vp = cpu_vpe_id(&cpu_data[cpu]); in mips_cm_vp_id() local 478 return (core * mips_cm_max_vp_width()) + vp; in mips_cm_vp_id() 492 extern void mips_cm_lock_other(unsigned int core, unsigned int vp);
|
/linux-4.4.14/drivers/net/wireless/ |
D | mac80211_hwsim.c | 187 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_check_magic() local 188 WARN(vp->magic != HWSIM_VIF_MAGIC, in hwsim_check_magic() 190 vif, vp->magic, vif->addr, vif->type, vif->p2p); in hwsim_check_magic() 195 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_set_magic() local 196 vp->magic = HWSIM_VIF_MAGIC; in hwsim_set_magic() 201 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_clear_magic() local 202 vp->magic = 0; in hwsim_clear_magic() 611 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_send_ps_poll() local 615 if (!vp->assoc) in hwsim_send_ps_poll() 620 __func__, vp->bssid, vp->aid); in hwsim_send_ps_poll() [all …]
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | intel-mid-touch.c | 138 static int mrstouch_ts_chan_read(u16 offset, u16 chan, u16 *vp, u16 *vm) in mrstouch_ts_chan_read() argument 155 *vp = (res & 0xFF) << 3; /* Highest 7 bits */ in mrstouch_ts_chan_read() 156 *vp |= (res >> 8) & 0x07; /* Lower 3 bits */ in mrstouch_ts_chan_read() 157 *vp &= 0x3FF; in mrstouch_ts_chan_read()
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 375 scsi_qla_host_t *vp; in qla2x00_do_dpc_all_vps() local 389 list_for_each_entry(vp, &ha->vp_list, list) { in qla2x00_do_dpc_all_vps() 390 if (vp->vp_idx) { in qla2x00_do_dpc_all_vps() 391 atomic_inc(&vp->vref_count); in qla2x00_do_dpc_all_vps() 394 qla2x00_do_dpc_vp(vp); in qla2x00_do_dpc_all_vps() 397 atomic_dec(&vp->vref_count); in qla2x00_do_dpc_all_vps()
|
D | qla_init.c | 4632 struct scsi_qla_host *vp; in qla2x00_quiesce_io() local 4641 list_for_each_entry(vp, &ha->vp_list, list) in qla2x00_quiesce_io() 4642 qla2x00_mark_all_devices_lost(vp, 0); in qla2x00_quiesce_io() 4656 struct scsi_qla_host *vp; in qla2x00_abort_isp_cleanup() local 4685 list_for_each_entry(vp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 4686 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup() 4689 qla2x00_mark_all_devices_lost(vp, 0); in qla2x00_abort_isp_cleanup() 4692 atomic_dec(&vp->vref_count); in qla2x00_abort_isp_cleanup() 4705 list_for_each_entry(vp, &ha->vp_list, list) { in qla2x00_abort_isp_cleanup() 4706 atomic_inc(&vp->vref_count); in qla2x00_abort_isp_cleanup() [all …]
|
D | qla_mbx.c | 3354 scsi_qla_host_t *vp; in qla24xx_report_id_acquisition() local 3398 vp = vha; in qla24xx_report_id_acquisition() 3410 list_for_each_entry(vp, &ha->vp_list, list) { in qla24xx_report_id_acquisition() 3411 if (vp_idx == vp->vp_idx) { in qla24xx_report_id_acquisition() 3421 vp->d_id.b.domain = rptid_entry->port_id[2]; in qla24xx_report_id_acquisition() 3422 vp->d_id.b.area = rptid_entry->port_id[1]; in qla24xx_report_id_acquisition() 3423 vp->d_id.b.al_pa = rptid_entry->port_id[0]; in qla24xx_report_id_acquisition() 3429 set_bit(VP_IDX_ACQUIRED, &vp->vp_flags); in qla24xx_report_id_acquisition() 3432 set_bit(REGISTER_FC4_NEEDED, &vp->dpc_flags); in qla24xx_report_id_acquisition() 3433 set_bit(REGISTER_FDMI_NEEDED, &vp->dpc_flags); in qla24xx_report_id_acquisition()
|
D | qla_isr.c | 542 scsi_qla_host_t *vp; in qla2x00_is_a_vp_did() local 551 list_for_each_entry(vp, &ha->vp_list, list) { in qla2x00_is_a_vp_did() 552 vp_did = vp->d_id.b24; in qla2x00_is_a_vp_did()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/ |
D | Kbuild | 19 include $(src)/nvkm/engine/vp/Kbuild
|
/linux-4.4.14/drivers/media/pci/zoran/ |
D | zoran_device.h | 58 struct v4l2_clip *vp,
|
D | zoran_device.c | 530 void write_overlay_mask(struct zoran_fh *fh, struct v4l2_clip *vp, int count) in write_overlay_mask() argument 543 x = vp[i].c.left; in write_overlay_mask() 544 y = vp[i].c.top; in write_overlay_mask() 545 width = vp[i].c.width; in write_overlay_mask() 546 height = vp[i].c.height; in write_overlay_mask()
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_dir2.c | 625 int *vp) /* out: 1 is block, 0 is not block */ in xfs_dir2_isblock() argument 634 *vp = rval; in xfs_dir2_isblock() 644 int *vp) /* out: 1 is block, 0 is not block */ in xfs_dir2_isleaf() argument 651 *vp = last == args->geo->leafblk + args->geo->fsbcount; in xfs_dir2_isleaf()
|
/linux-4.4.14/tools/perf/util/ |
D | pmu.c | 663 __u64 *vp; in pmu_config_term() local 697 vp = &attr->config; in pmu_config_term() 700 vp = &attr->config1; in pmu_config_term() 703 vp = &attr->config2; in pmu_config_term() 749 pmu_format_value(format->bits, val, vp, zero); in pmu_config_term()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | kvm_book3s.h | 35 bool vp : 1; member 118 extern void kvmppc_mmu_pte_vflush(struct kvm_vcpu *vcpu, u64 vp, u64 vp_mask);
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cp.c | 1135 struct radeon_virt_surface *vp; in radeon_setup_pcigart_surface() local 1145 vp = &dev_priv->virt_surfaces[i]; in radeon_setup_pcigart_surface() 1152 vp->surface_index = i; in radeon_setup_pcigart_surface() 1153 vp->lower = gart_info->bus_addr; in radeon_setup_pcigart_surface() 1154 vp->upper = vp->lower + gart_info->table_size; in radeon_setup_pcigart_surface() 1155 vp->flags = 0; in radeon_setup_pcigart_surface() 1156 vp->file_priv = PCIGART_FILE_PRIV; in radeon_setup_pcigart_surface() 1159 sp->lower = vp->lower; in radeon_setup_pcigart_surface() 1160 sp->upper = vp->upper; in radeon_setup_pcigart_surface()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 141 struct nvkm_engine *vp; member 206 int (*vp )(struct nvkm_device *, int idx, struct nvkm_engine **); member
|
/linux-4.4.14/arch/ia64/kernel/ |
D | unaligned.c | 34 # define DDUMP(str,vp,len) dump(str, vp, len) argument 37 dump (const char *str, void *vp, size_t len) in dump() argument 39 unsigned char *cp = vp; in dump() 49 # define DDUMP(str,vp,len) argument
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 345 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_cam_offset_vlan() local 347 WARN_ON(!vp); in bnx2x_get_cam_offset_vlan() 349 return vp->get_entry(vp, offset); in bnx2x_get_cam_offset_vlan() 354 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_credit_vlan() local 356 WARN_ON(!vp); in bnx2x_get_credit_vlan() 358 return vp->get(vp, 1); in bnx2x_get_credit_vlan() 364 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_get_credit_vlan_mac() local 369 if (!vp->get(vp, 1)) { in bnx2x_get_credit_vlan_mac() 393 struct bnx2x_credit_pool_obj *vp = o->vlans_pool; in bnx2x_put_cam_offset_vlan() local 395 return vp->put_entry(vp, offset); in bnx2x_put_cam_offset_vlan() [all …]
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_mixer.c | 59 struct clk *vp; member 846 mixer_res->vp = devm_clk_get(dev, "vp"); in vp_resources_init() 847 if (IS_ERR(mixer_res->vp)) { in vp_resources_init() 1041 ret = clk_prepare_enable(res->vp); in mixer_enable() 1089 clk_disable_unprepare(res->vp); in mixer_disable()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1474 lpfc_vpd_t *vp = &phba->vpd; in lpfc_fdmi_cmd() local 1598 incr = vp->rev.biuRev; in lpfc_fdmi_cmd() 2199 lpfc_vpd_t *vp = &phba->vpd; in lpfc_decode_firmware_rev() local 2206 snprintf(fwrevision, FW_REV_STR_SIZE, "%s", vp->rev.opFwName); in lpfc_decode_firmware_rev() 2207 else if (vp->rev.rBit) { in lpfc_decode_firmware_rev() 2209 rev = vp->rev.sli2FwRev; in lpfc_decode_firmware_rev() 2211 rev = vp->rev.sli1FwRev; in lpfc_decode_firmware_rev() 2238 fwname = vp->rev.sli2FwName; in lpfc_decode_firmware_rev() 2240 fwname = vp->rev.sli1FwName; in lpfc_decode_firmware_rev() 2268 rev = vp->rev.smFwRev; in lpfc_decode_firmware_rev()
|
D | lpfc_init.c | 106 lpfc_vpd_t *vp = &phba->vpd; in lpfc_config_port_prep() local 177 vp->rev.rBit = 0; in lpfc_config_port_prep() 191 vp->rev.rBit = 1; in lpfc_config_port_prep() 192 memcpy(&vp->sli3Feat, &mb->un.varRdRev.sli3Feat, sizeof(uint32_t)); in lpfc_config_port_prep() 193 vp->rev.sli1FwRev = mb->un.varRdRev.sli1FwRev; in lpfc_config_port_prep() 194 memcpy(vp->rev.sli1FwName, (char*) mb->un.varRdRev.sli1FwName, 16); in lpfc_config_port_prep() 195 vp->rev.sli2FwRev = mb->un.varRdRev.sli2FwRev; in lpfc_config_port_prep() 196 memcpy(vp->rev.sli2FwName, (char *) mb->un.varRdRev.sli2FwName, 16); in lpfc_config_port_prep() 197 vp->rev.biuRev = mb->un.varRdRev.biuRev; in lpfc_config_port_prep() 198 vp->rev.smRev = mb->un.varRdRev.smRev; in lpfc_config_port_prep() [all …]
|
D | lpfc_attr.c | 388 lpfc_vpd_t *vp = &phba->vpd; in lpfc_hdw_show() local 390 lpfc_jedec_to_ascii(vp->rev.biuRev, hdw); in lpfc_hdw_show()
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 1320 struct fip_vn_desc *vp; in fcoe_ctlr_recv_clr_vlink() local 1357 num_vlink_desc = rlen / sizeof(*vp); in fcoe_ctlr_recv_clr_vlink() 1359 vlink_desc_arr = kmalloc(sizeof(vp) * num_vlink_desc, in fcoe_ctlr_recv_clr_vlink() 1395 vp = (struct fip_vn_desc *)desc; in fcoe_ctlr_recv_clr_vlink() 1396 if (dlen < sizeof(*vp)) in fcoe_ctlr_recv_clr_vlink() 1398 vlink_desc_arr[num_vlink_desc++] = vp; in fcoe_ctlr_recv_clr_vlink() 1400 ntoh24(vp->fd_fc_id)); in fcoe_ctlr_recv_clr_vlink() 1450 vp = vlink_desc_arr[i]; in fcoe_ctlr_recv_clr_vlink() 1452 ntoh24(vp->fd_fc_id)); in fcoe_ctlr_recv_clr_vlink() 1461 vp->fd_mac) || in fcoe_ctlr_recv_clr_vlink() [all …]
|
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/ |
D | fm10k.h | 237 #define fm10k_vxlan_port_for_each(vp, intfc) \ argument 238 list_for_each_entry(vp, &(intfc)->vxlan_port, list)
|
/linux-4.4.14/arch/x86/platform/uv/ |
D | tlb_uv.c | 1777 void *vp; in pq_init() local 1786 vp = kmalloc_node(plsize, GFP_KERNEL, node); in pq_init() 1787 pqp = (struct bau_pq_entry *)vp; in pq_init() 2082 void *vp; in init_per_cpu() local 2087 vp = kmalloc(nuvhubs * sizeof(struct uvhub_desc), GFP_KERNEL); in init_per_cpu() 2088 uvhub_descs = (struct uvhub_desc *)vp; in init_per_cpu()
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 933 ConfigView** vp; in ~ConfigView() local 935 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView() 936 if (*vp == this) { in ~ConfigView() 937 *vp = nextView; in ~ConfigView()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfad_attr.c | 365 struct bfad_vport_s *vp; in bfad_im_vport_create() local 377 list_for_each_entry(vp, &bfad->pbc_vport_list, list_entry) { in bfad_im_vport_create() 379 vp->fcs_vport.lport.port_cfg.pwwn) { in bfad_im_vport_create() 381 vp->fcs_vport.lport.port_cfg.preboot_vp; in bfad_im_vport_create()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | base.c | 945 .vp = g84_vp_new, 977 .vp = g84_vp_new, 1009 .vp = g84_vp_new, 1041 .vp = g84_vp_new, 1073 .vp = g84_vp_new, 1137 .vp = g84_vp_new, 2133 _(VP , device->vp , device->vp); in nvkm_device_engine() 2560 _(NVKM_ENGINE_VP , vp);
|
/linux-4.4.14/arch/powerpc/xmon/ |
D | xmon.c | 2581 scanhex(unsigned long *vp) in scanhex() argument 2607 *vp = ((unsigned long *)xmon_regs)[i]; in scanhex() 2625 *vp = 0; in scanhex() 2640 *vp = 0; in scanhex() 2644 *vp = kallsyms_lookup_name(tmpstr); in scanhex() 2648 if (!(*vp)) { in scanhex() 2667 *vp = v; in scanhex()
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 385 m_addr_t vp; in ___dma_getp() local 391 vp = (m_addr_t) dma_alloc_coherent(mp->bush, in ___dma_getp() 394 if (vp) { in ___dma_getp() 395 int hc = VTOB_HASH_CODE(vp); in ___dma_getp() 396 vbp->vaddr = vp; in ___dma_getp() 401 return vp; in ___dma_getp() 499 m_vtob_s *vp = NULL; in __vtobus() local 505 vp = mp->vtob[hc]; in __vtobus() 506 while (vp && (m_addr_t) vp->vaddr != a) in __vtobus() 507 vp = vp->next; in __vtobus() [all …]
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_32_mmu.c | 159 if (!bat->vp) in kvmppc_mmu_book3s_32_xlate_bat()
|
D | book3s_emulate.c | 330 bat->vp = (val & 1) ? 1 : 0; in kvmppc_set_bat()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos4210.dtsi | 224 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp", "mout_mixer",
|
D | exynos4x12.dtsi | 344 clock-names = "mixer", "hdmi", "sclk_hdmi", "vp";
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 1576 void *vp = (void *) data; in __subn_get_opa_sc_to_vlt() local 1584 get_sc2vlt_tables(dd, vp); in __subn_get_opa_sc_to_vlt() 1599 void *vp = (void *) data; in __subn_set_opa_sc_to_vlt() local 1619 set_sc2vlt_tables(dd, vp); in __subn_set_opa_sc_to_vlt() 1631 void *vp = (void *) data; in __subn_get_opa_sc_to_vlnt() local 1641 size = fm_get_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_get_opa_sc_to_vlnt() 1656 void *vp = (void *) data; in __subn_set_opa_sc_to_vlnt() local 1674 fm_set_table(ppd, FM_TBL_SC2VLNT, vp); in __subn_set_opa_sc_to_vlnt()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | eeprom.c | 646 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp) in ath5k_get_pcdac_intercepts() argument 663 vp[i] = (ip[i] * max + (100 - ip[i]) * min) / 100; in ath5k_get_pcdac_intercepts()
|
/linux-4.4.14/Documentation/ |
D | intel_txt.txt | 28 http://www.linuxtag.org/2008/en/conf/events/vp-donnerstag.html
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 3059 const __be32 *vp; in of_clk_get_parent_name() local 3079 of_property_for_each_u32(clkspec.np, "clock-indices", prop, vp, pv) { in of_clk_get_parent_name()
|