Home
last modified time | relevance | path

Searched defs:p2 (Results 1 – 9 of 9) sorted by relevance

/include/asm-generic/
Dxor.h12 const unsigned long * __restrict p2) in xor_8regs_2()
32 const unsigned long * __restrict p2, in xor_8regs_3()
54 const unsigned long * __restrict p2, in xor_8regs_4()
78 const unsigned long * __restrict p2, in xor_8regs_5()
104 const unsigned long * __restrict p2) in xor_32regs_2()
141 const unsigned long * __restrict p2, in xor_32regs_3()
188 const unsigned long * __restrict p2, in xor_32regs_4()
245 const unsigned long * __restrict p2, in xor_32regs_5()
312 const unsigned long * __restrict p2) in xor_8regs_p_2()
339 const unsigned long * __restrict p2, in xor_8regs_p_3()
[all …]
/include/uapi/linux/
Dultrasound.h76 #define _GUS_CMD(chn, voice, cmd, p1, p2) \ argument
96 #define GUS_RAMPRATE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_RAMPRATE, (p1), (p2)) argument
100 #define GUS_VOLUME_SCALE(chn, voice, p1, p2) _GUS_CMD(chn, voice, _GUS_VOLUME_SCALE, (p1), (p2)) argument
Dsoundcard.h1153 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) \ argument
/include/media/i2c/
Dmt9t112.h13 u8 p1, p2, p3, p4, p5, p6, p7; member
/include/math-emu/
Dop-4.h341 #define umul_ppppmnnn(p3,p2,p1,p0,m,n2,n1,n0) \ argument
/include/linux/
Dfscrypt.h593 const struct fscrypt_dummy_policy *p2) in fscrypt_dummy_policies_equal()
DmISDNif.h403 int p2; member
Dof.h902 static inline int of_prop_val_eq(struct property *p1, struct property *p2) in of_prop_val_eq()
/include/linux/sched/
Dsignal.h713 bool same_thread_group(struct task_struct *p1, struct task_struct *p2) in same_thread_group()