Searched refs:ps (Results 1 – 10 of 10) sorted by relevance
/include/uapi/linux/ |
D | coff.h | 29 #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\ argument 30 ((unsigned short)((unsigned char)ps[0])))) 33 #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\ argument 34 ((unsigned long)((unsigned char)ps[2])<<16) |\ 35 ((unsigned long)((unsigned char)ps[1])<<8) |\ 36 ((unsigned long)((unsigned char)ps[0]))))) 39 #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[0])<<8)|\ argument 40 ((unsigned short)((unsigned char)ps[1])))) 43 #define COFF_LONG_H(ps) (((long)(((unsigned long)((unsigned char)ps[0])<<24) |\ argument 44 ((unsigned long)((unsigned char)ps[1])<<16) |\ [all …]
|
/include/rdma/ |
D | rdma_cm.h | 134 enum rdma_ucm_port_space ps; member 141 void *context, enum rdma_ucm_port_space ps, 161 #define rdma_create_id(net, event_handler, context, ps, qp_type) \ argument 162 __rdma_create_id((net), (event_handler), (context), (ps), (qp_type), \
|
/include/sound/sof/ |
D | xtensa.h | 24 uint32_t ps; member
|
/include/linux/ |
D | cdrom.h | 182 __u8 ps : 1; member 200 __u8 ps : 1;
|
D | pci.h | 1781 int pci_enable_ats(struct pci_dev *dev, int ps); 1786 static inline int pci_enable_ats(struct pci_dev *d, int ps) { return -ENODEV; } in pci_enable_ats() argument
|
/include/uapi/rdma/ |
D | rdma_user_cm.h | 93 __u16 ps; /* use enum rdma_ucm_port_space */ member
|
/include/linux/mtd/ |
D | nand.h | 39 #define NAND_MEMORG(bpc, ps, os, ppe, epl, mbb, ppl, lpt, nt) \ argument 42 .pagesize = (ps), \
|
/include/linux/ceph/ |
D | rados.h | 62 __le16 ps; /* placement seed */ member
|
/include/net/ |
D | mac80211.h | 649 bool ps; member
|
D | cfg80211.h | 4936 bool ps; member
|