Searched defs:d (Results 1 – 12 of 12) sorted by relevance
| /include/linux/ |
| A D | posix_types.h | 31 #define __FDELT(d) ((d) / __NFDBITS) argument 34 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
|
| A D | kernel.h | 31 #define DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument 33 #define DIV_ROUND_DOWN_ULL(ll, d) \ argument 36 #define DIV_ROUND_UP_ULL(ll, d) DIV_ROUND_DOWN_ULL((ll) + (d) - 1, (d)) argument 41 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP_ULL(ll, d) argument 43 # define DIV_ROUND_UP_SECTOR_T(ll,d) DIV_ROUND_UP(ll,d) argument
|
| A D | math64.h | 51 #define DIV64_U64_ROUND_UP(ll, d) \ argument
|
| A D | compat.h | 73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) argument
|
| /include/ |
| A D | charset.h | 87 #define utf8_utf16_strcpy(d, s) utf8_utf16_strncpy((d), (s), SIZE_MAX) argument 158 #define utf16_utf8_strcpy(d, s) utf16_utf8_strncpy((d), (s), SIZE_MAX) argument
|
| A D | ipu_pixfmt.h | 18 #define fourcc(a, b, c, d)\ argument
|
| A D | pci.h | 567 #define PCI_BUS(d) (((d) >> 16) & 0xff) argument 578 #define PCI_DEV(d) (((d) >> 11) & 0x1f) argument 579 #define PCI_FUNC(d) (((d) >> 8) & 0x7) argument 580 #define PCI_DEVFN(d, f) ((d) << 11 | (f) << 8) argument 584 #define PCI_BDF(b, d, f) ((b) << 16 | PCI_DEVFN(d, f)) argument
|
| A D | usbdescriptors.h | 487 static inline void print_device_descriptor(struct usb_device_descriptor *d) in print_device_descriptor() 509 #define print_device_descriptor(d) argument
|
| /include/dt-bindings/pci/ |
| A D | pci.h | 10 #define PCI_VENDEV(v, d) (((v) << 16) | (d)) argument
|
| /include/dt-bindings/interrupt-router/ |
| A D | intel-irq.h | 27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
|
| /include/crypto/internal/ |
| A D | rsa.h | 34 const u8 *d; member
|
| /include/jffs2/ |
| A D | jffs2.h | 187 struct jffs2_raw_dirent d; member
|
Completed in 28 milliseconds