Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 2 of 2) sorted by relevance

/include/linux/sunrpc/
Dsvc.h198 __be32 val, *vp; in svc_getnl() local
199 vp = iov->iov_base; in svc_getnl()
200 val = *vp++; in svc_getnl()
201 iov->iov_base = (void*)vp; in svc_getnl()
208 __be32 *vp = iov->iov_base + iov->iov_len; in svc_putnl() local
209 *vp = htonl(val); in svc_putnl()
215 __be32 val, *vp; in svc_getu32() local
216 vp = iov->iov_base; in svc_getu32()
217 val = *vp++; in svc_getu32()
218 iov->iov_base = (void*)vp; in svc_getu32()
[all …]
/include/sound/
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);