Home
last modified time | relevance | path

Searched defs:d (Results 1 – 12 of 12) sorted by relevance

/include/linux/
A Dposix_types.h31 #define __FDELT(d) ((d) / __NFDBITS) argument
34 #define __FDMASK(d) (1UL << ((d) % __NFDBITS)) argument
A Dkernel.h31 #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 Dmath64.h51 #define DIV64_U64_ROUND_UP(ll, d) \ argument
A Dcompat.h73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) argument
/include/
A Dcharset.h87 #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 Dipu_pixfmt.h18 #define fourcc(a, b, c, d)\ argument
A Dpci.h567 #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 Dusbdescriptors.h487 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 Dpci.h10 #define PCI_VENDEV(v, d) (((v) << 16) | (d)) argument
/include/dt-bindings/interrupt-router/
A Dintel-irq.h27 #define PCI_BDF(b, d, f) ((b) << 16 | (d) << 11 | (f) << 8) argument
/include/crypto/internal/
A Drsa.h34 const u8 *d; member
/include/jffs2/
A Djffs2.h187 struct jffs2_raw_dirent d; member

Completed in 28 milliseconds