Searched refs:vp (Results 1 – 2 of 2) sorted by relevance
198 __be32 val, *vp; in svc_getnl() local199 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() local209 *vp = htonl(val); in svc_putnl()215 __be32 val, *vp; in svc_getu32() local216 vp = iov->iov_base; in svc_getu32()217 val = *vp++; in svc_getu32()218 iov->iov_base = (void*)vp; in svc_getu32()[all …]
36 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);