Searched refs:vp (Results 26 - 50 of 119) sorted by relevance

12345

/linux-master/lib/crypto/mpi/
H A Dmpi-add.c69 mpi_ptr_t wp, up, vp; local
82 vp = u->d;
92 vp = v->d;
104 mpihelp_sub(wp, up, usize, vp, vsize);
108 } else if (mpihelp_cmp(up, vp, usize) < 0) {
109 mpihelp_sub_n(wp, vp, up, usize);
115 mpihelp_sub_n(wp, up, vp, usize);
122 mpi_limb_t cy = mpihelp_add(wp, up, usize, vp, vsize);
H A Dmpi-internal.h101 #define MPN_MUL_N_RECURSE(prodp, up, vp, size, tspace) \
104 mul_n_basecase(prodp, up, vp, size); \
106 mul_n(prodp, up, vp, size, tspace); \
180 mpi_ptr_t vp, mpi_size_t vsize, mpi_limb_t *_result);
185 mpi_ptr_t up, mpi_ptr_t vp, mpi_size_t size);
189 mpi_ptr_t vp, mpi_size_t vsize,
/linux-master/fs/afs/
H A Dyfsclient.c355 struct afs_vnode_param *vp = &op->file[0]; local
433 xdr_decode_YFSFetchStatus(&bp, call, &vp->scb);
434 xdr_decode_YFSCallBack(&bp, call, &vp->scb);
437 req->data_version = vp->scb.status.data_version;
438 req->file_size = vp->scb.status.size;
466 struct afs_vnode_param *vp = &op->file[0]; local
472 key_serial(op->key), vp->fid.vid, vp->fid.vnode,
491 bp = xdr_encode_YFSFid(bp, &vp->fid);
496 call->fid = vp
508 struct afs_vnode_param *vp = &op->file[1]; local
640 struct afs_vnode_param *vp = &op->file[1]; local
837 struct afs_vnode_param *vp = &op->file[1]; local
872 struct afs_vnode_param *vp = &op->file[1]; local
911 struct afs_vnode_param *vp = &op->file[1]; local
1081 struct afs_vnode_param *vp = &op->file[0]; local
1145 struct afs_vnode_param *vp = &op->file[0]; local
1185 struct afs_vnode_param *vp = &op->file[0]; local
1361 struct afs_vnode_param *vp = &op->file[0]; local
1426 struct afs_vnode_param *vp = &op->file[0]; local
1459 struct afs_vnode_param *vp = &op->file[0]; local
1490 struct afs_vnode_param *vp = &op->file[0]; local
1522 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; local
1555 struct afs_vnode_param *vp = &op->file[op->fetch_status.which]; local
1731 struct afs_vnode_param *vp = &op->file[1]; local
1770 struct afs_vnode_param *vp = &op->file[0]; local
1899 struct afs_vnode_param *vp = &op->file[0]; local
1942 struct afs_vnode_param *vp = &op->file[0]; local
[all...]
H A Dfs_operation.c112 static void afs_prepare_vnode(struct afs_operation *op, struct afs_vnode_param *vp, argument
115 struct afs_vnode *vnode = vp->vnode;
118 vp->fid = vnode->fid;
119 vp->dv_before = vnode->status.data_version;
120 vp->cb_break_before = afs_calc_vnode_cb_break(vnode);
123 if (vp->modification)
127 if (vp->fid.vnode)
129 index, vp->fid.vid, vp->fid.vnode, vp
[all...]
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c200 const t_vmem_elem *vp = from; local
206 load_vector(ID, &to[c], vp);
207 vp = (t_vmem_elem *)((char *)vp + ISP_VEC_ALIGN);
218 t_vmem_elem *vp = to; local
224 store_vector(ID, vp, &from[c]);
225 vp = (t_vmem_elem *)((char *)vp + ISP_VEC_ALIGN);
247 const t_vmem_elem *vp = from; local
250 load_vector(ID, &to[stride_to * h + c], vp);
276 t_vmem_elem *vp = to; local
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dvoltagedomains54xx_data.c19 #include "vp.h"
41 .vp = &omap4_vp_mpu,
52 .vp = &omap4_vp_iva,
63 .vp = &omap4_vp_core,
H A Dvoltagedomains44xx_data.c30 #include "vp.h"
55 .vp = &omap4_vp_mpu,
66 .vp = &omap4_vp_iva,
77 .vp = &omap4_vp_core,
H A Dvoltagedomains3xxx_data.c24 #include "vp.h"
56 .vp = &omap3_vp_mpu,
67 .vp = &omap3_vp_core,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c267 static void vop2_vp_write(struct vop2_video_port *vp, u32 offset, u32 v) argument
269 regmap_write(vp->vop2->map, vp->data->offset + offset, v);
300 static void vop2_cfg_done(struct vop2_video_port *vp) argument
302 struct vop2 *vop2 = vp->vop2;
305 val |= BIT(vp->id) | (BIT(vp->id) << 16);
853 static void vop2_setup_csc_mode(struct vop2_video_port *vp, argument
857 struct rockchip_crtc_state *vcstate = to_rockchip_crtc_state(vp->crtc.state);
884 static void vop2_crtc_enable_irq(struct vop2_video_port *vp, u3 argument
892 vop2_crtc_disable_irq(struct vop2_video_port *vp, u32 irq) argument
1004 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
1061 struct vop2_video_port *vp; local
1200 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
1461 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
1470 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
1516 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
1574 rk3568_set_intf_mux(struct vop2_video_port *vp, int id, u32 polflags) argument
1672 rk3588_calc_cru_cfg(struct vop2_video_port *vp, int id, int *dclk_core_div, int *dclk_out_div, int *if_pixclk_div, int *if_dclk_div) argument
1794 rk3588_set_intf_mux(struct vop2_video_port *vp, int id, u32 polflags) argument
1903 vop2_set_intf_mux(struct vop2_video_port *vp, int ep_id, u32 polflags) argument
1923 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
2068 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
2148 struct vop2_video_port *vp; local
2198 vop2_setup_alpha(struct vop2_video_port *vp) argument
2305 vop2_setup_layer_mixer(struct vop2_video_port *vp) argument
2462 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
2490 struct vop2_video_port *vp = to_vop2_video_port(crtc); local
2583 struct vop2_video_port *vp = &vop2->vps[i]; local
2675 struct vop2_video_port *vp = &vop2->vps[i]; local
2695 struct vop2_video_port *vp; local
2803 struct vop2_video_port *vp = &vop2->vps[i]; local
[all...]
H A Drockchip_drm_vop2.h162 const struct vop2_video_port_data *vp; member in struct:vop2_data
236 #define RK3568_VP_LINE_FLAG(vp) (0x70 + (vp) * 0x4)
243 #define RK3568_VP_INT_EN(vp) (0xA0 + (vp) * 0x10)
244 #define RK3568_VP_INT_CLR(vp) (0xA4 + (vp) * 0x10)
245 #define RK3568_VP_INT_STATUS(vp) (0xA8 + (vp) * 0x10)
246 #define RK3568_VP_INT_RAW_STATUS(vp) (
[all...]
/linux-master/arch/mips/kernel/
H A Dspram.c172 unsigned int *vp = (unsigned int *)(CKSEG1 | pa); local
175 vp[0] = TDAT;
176 vp[1] = ~TDAT;
180 v = vp[0];
182 printk(KERN_ERR "vp=%p wrote=%08x got=%08x\n",
183 vp, TDAT, v);
184 v = vp[1];
186 printk(KERN_ERR "vp=%p wrote=%08x got=%08x\n",
187 vp+1, ~TDAT, v);
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-v4l2.c864 static void pvr2_v4l2_destroy_no_lock(struct pvr2_v4l2 *vp) argument
866 if (vp->dev_video) {
867 pvr2_v4l2_dev_destroy(vp->dev_video);
868 vp->dev_video = NULL;
870 if (vp->dev_radio) {
871 pvr2_v4l2_dev_destroy(vp->dev_radio);
872 vp->dev_radio = NULL;
875 pvr2_trace(PVR2_TRACE_STRUCT,"Destroying pvr2_v4l2 id=%p",vp);
876 pvr2_channel_done(&vp->channel);
877 kfree(vp);
891 struct pvr2_v4l2 *vp; local
910 struct pvr2_v4l2 *vp = fhp->pdi->v4lp; local
950 struct pvr2_v4l2 *vp; local
1182 pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, struct pvr2_v4l2 *vp, int v4l_type) argument
1260 struct pvr2_v4l2 *vp; local
[all...]
/linux-master/sound/synth/emux/
H A Demux_effect.c200 struct snd_emux_voice *vp = &emu->voices[i]; local
201 if (!STATE_IS_PLAYING(vp->state) || vp->chan != chan)
203 srcp = (unsigned char*)&vp->reg.parm + offset;
204 origp = (unsigned char*)&vp->zone->v.parm + offset;
222 snd_emux_setup_effect(struct snd_emux_voice *vp) argument
224 struct snd_midi_channel *chan = vp->chan;
248 srcp = (unsigned char*)&vp->reg.parm + offset;
256 vp->reg.start += effect_get_offset(chan, EMUX_FX_SAMPLE_START,
258 vp
[all...]
/linux-master/drivers/video/fbdev/geode/
H A Dsuspend_gx.c32 memcpy(par->vp, par->vid_regs, sizeof(par->vp));
138 for (i = 0; i < ARRAY_SIZE(par->vp); i++) {
142 write_vp(par, i, par->vp[i] & ~VP_VCFG_VID_EN);
147 write_vp(par, i, par->vp[i] &
164 write_vp(par, i, par->vp[i]);
188 write_vp(par, VP_VCFG, par->vp[VP_VCFG] & ~VP_VCFG_VID_EN);
189 write_vp(par, VP_DCFG, par->vp[VP_DCFG] & ~(VP_DCFG_DAC_BL_EN |
223 write_vp(par, VP_VCFG, par->vp[VP_VCFG]);
224 write_vp(par, VP_DCFG, par->vp[VP_DCF
[all...]
/linux-master/include/sound/
H A Demux_synth.h36 int (*prepare)(struct snd_emux_voice *vp);
37 void (*trigger)(struct snd_emux_voice *vp);
38 void (*release)(struct snd_emux_voice *vp);
39 void (*update)(struct snd_emux_voice *vp, int update);
40 void (*terminate)(struct snd_emux_voice *vp);
41 void (*free_voice)(struct snd_emux_voice *vp);
/linux-master/arch/um/drivers/
H A Dvector_kern.h114 struct sk_buff *skb, struct vector_private *vp);
116 struct sk_buff *skb, struct vector_private *vp);
136 extern int build_transport_data(struct vector_private *vp);
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_pp.c58 struct vic_provinfo *vp; local
73 vp = vic_provinfo_alloc(GFP_KERNEL, oui,
75 if (!vp)
78 VIC_PROVINFO_ADD_TLV(vp,
93 VIC_PROVINFO_ADD_TLV(vp,
98 VIC_PROVINFO_ADD_TLV(vp,
104 VIC_PROVINFO_ADD_TLV(vp,
111 VIC_PROVINFO_ADD_TLV(vp,
116 VIC_PROVINFO_ADD_TLV(vp,
120 ENIC_DEVCMD_PROXY_BY_INDEX(vf, err, enic, vnic_dev_init_prov2, (u8 *)vp,
[all...]
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet_common.h55 * vsw bit is not set, the net_device is available from ->vp->dev.
70 struct vnet *vp; member in struct:vnet_port
130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
136 void sunvnet_set_rx_mode_common(struct net_device *dev, struct vnet *vp);
144 void sunvnet_poll_controller_common(struct net_device *dev, struct vnet *vp);
/linux-master/drivers/net/usb/
H A Dnet1080.c135 u16 *vp = kmalloc(sizeof (u16));
137 if (!vp)
150 retval = nc_register_read(dev, reg, vp);
155 netdev_dbg(dev->net, "reg [0x%x] = 0x%x\n", reg, *vp);
157 kfree(vp);
262 u16 vp; local
267 if ((retval = nc_register_read(dev, REG_STATUS, &vp)) < 0) {
272 status = vp;
275 if ((retval = nc_register_read(dev, REG_USBCTL, &vp)) < 0) {
279 usbctl = vp;
308 u16 vp; local
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c349 m_vtob_p vp = NULL; local
356 vp = mp->vtob[hc];
357 while (vp && vp->vaddr != a)
358 vp = vp->next;
360 if (!vp)
362 b = vp->baddr + (m - a);
/linux-master/mm/
H A Dmmap.c426 * @vp: The vma_prepare struct
432 static inline void init_multi_vma_prep(struct vma_prepare *vp, argument
436 memset(vp, 0, sizeof(struct vma_prepare));
437 vp->vma = vma;
438 vp->anon_vma = vma->anon_vma;
439 vp->remove = remove;
440 vp->remove2 = remove2;
441 vp->adj_next = next;
442 if (!vp->anon_vma && next)
443 vp
456 init_vma_prep(struct vma_prepare *vp, struct vm_area_struct *vma) argument
467 vma_prepare(struct vma_prepare *vp) argument
514 vma_complete(struct vma_prepare *vp, struct vma_iterator *vmi, struct mm_struct *mm) argument
639 struct vma_prepare vp; local
690 struct vma_prepare vp; local
875 struct vma_prepare vp; local
2371 struct vma_prepare vp; local
3162 struct vma_prepare vp; local
[all...]
/linux-master/arch/um/kernel/
H A Dptrace.c46 void __user *vp = p; local
95 ret = ptrace_get_thread_area(child, addr, vp);
99 ret = ptrace_set_thread_area(child, addr, vp);
/linux-master/drivers/scsi/qedf/
H A Dqedf_fip.c175 struct fip_vn_desc *vp; local
257 vp = (struct fip_vn_desc *)desc;
261 ntoh24(vp->fd_fc_id), vp->fd_mac,
262 get_unaligned_be64(&vp->fd_wwpn));
266 if ((get_unaligned_be64(&vp->fd_wwpn) ==
268 (ntoh24(vp->fd_fc_id) ==
270 (ether_addr_equal(vp->fd_mac,
/linux-master/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-core.c95 * @vp: video path (DMA) description (codec/preview)
99 const struct camif_fmt *s3c_camif_find_format(struct camif_vp *vp, argument
112 if (vp && !(vp->fmt_flags & fmt->flags))
143 int s3c_camif_get_scaler_config(struct camif_vp *vp, argument
146 struct v4l2_rect *camif_crop = &vp->camif->camif_crop;
149 int target_x = vp->out_frame.rect.width;
150 int target_y = vp->out_frame.rect.height;
153 if (vp->rotation == 90 || vp
379 struct camif_vp *vp = &camif->vp[i]; local
[all...]
/linux-master/arch/powerpc/sysdev/xive/
H A Dnative.c117 __be64 vp; local
120 rc = opal_xive_get_irq_config(hw_irq, &vp, prio, &lirq);
122 *target = be64_to_cpu(vp);
128 #define vp_err(vp, fmt, ...) pr_err("VP[0x%x]: " fmt, vp, ##__VA_ARGS__)
394 u32 vp; local
406 vp = xive_pool_vps + cpu;
408 rc = opal_xive_set_vp_info(vp, OPAL_XIVE_VP_ENABLED, 0);
419 rc = opal_xive_get_vp_info(vp, NULL, &vp_cam_be, NULL, NULL);
434 u32 vp; local
[all...]

Completed in 311 milliseconds

12345