Searched refs:ps (Results 1 - 8 of 8) sorted by relevance

/include/uapi/linux/
H A Dcoff.h25 #define COFF_SHORT_L(ps) ((short)(((unsigned short)((unsigned char)ps[1])<<8)|\
26 ((unsigned short)((unsigned char)ps[0]))))
29 #define COFF_LONG_L(ps) (((long)(((unsigned long)((unsigned char)ps[3])<<24) |\
30 ((unsigned long)((unsigned char)ps[2])<<16) |\
31 ((unsigned long)((unsigned char)ps[1])<<8) |\
32 ((unsigned long)((unsigned char)ps[0])))))
35 #define COFF_SHORT_H(ps) ((short)(((unsigned short)((unsigned char)ps[
[all...]
/include/linux/
H A Dpci-ats.h17 int pci_enable_ats(struct pci_dev *dev, int ps);
34 static inline int pci_enable_ats(struct pci_dev *dev, int ps) argument
H A Dcdrom.h179 __u8 ps : 1; member in struct:__anon99
197 __u8 ps : 1;
/include/rdma/
H A Drdma_cm.h153 enum rdma_port_space ps; member in struct:rdma_cm_id
164 * @ps: RDMA port space.
168 void *context, enum rdma_port_space ps,
/include/uapi/rdma/
H A Drdma_user_cm.h84 __u16 ps; member in struct:rdma_ucm_create_id
/include/linux/ceph/
H A Drados.h61 __le16 ps; /* placement seed */ member in struct:ceph_pg_v1
109 struct ceph_pg_v1 ol_pgid; /* raw pg, with _full_ ps precision. */
/include/net/
H A Dmac80211.h371 * @ps: power-save mode (STA only). This flag is NOT affected by
407 bool ps; member in struct:ieee80211_bss_conf
4315 * cause mac80211 to be able to send ps-poll responses, and if
H A Dcfg80211.h2253 * allows the driver to adjust the dynamic ps timeout value.
3260 * @ps: powersave mode is enabled
3307 bool ps; member in struct:wireless_dev

Completed in 3541 milliseconds