Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 5 of 5) sorted by relevance

/include/uapi/linux/
Dppp-comp.h35 #define CCP_CODE(dp) ((dp)[0]) argument
36 #define CCP_ID(dp) ((dp)[1]) argument
37 #define CCP_LENGTH(dp) (((dp)[2] << 8) + (dp)[3]) argument
40 #define CCP_OPT_CODE(dp) ((dp)[0]) argument
41 #define CCP_OPT_LENGTH(dp) ((dp)[1]) argument
Dcoda.h170 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + \ argument
/include/crypto/internal/
Drsa.h42 const u8 *dp; member
/include/video/
Dimx-ipu-v3.h406 int dp; member
/include/linux/
DmISDNif.h549 _alloc_mISDN_skb(u_int prim, u_int id, u_int len, void *dp, gfp_t gfp_mask) in _alloc_mISDN_skb()
566 u_int id, u_int len, void *dp, gfp_t gfp_mask) in _queue_data()