| /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 34 ({ unsigned long long _tmp = (ll); do_div(_tmp, d); _tmp; }) 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 52 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); })
|
| A D | compat.h | 73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) 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/ |
| A D | usbdescriptors.h | 490 serial_printf("\tbLength %2.2x\n", d->bLength); in print_device_descriptor() 491 serial_printf("\tbDescriptorType %2.2x\n", d->bDescriptorType); in print_device_descriptor() 492 serial_printf("\tbcdUSB %4.4x\n", d->bcdUSB); in print_device_descriptor() 493 serial_printf("\tbDeviceClass %2.2x\n", d->bDeviceClass); in print_device_descriptor() 497 serial_printf("\tidVendor %4.4x\n", d->idVendor); in print_device_descriptor() 498 serial_printf("\tidProduct %4.4x\n", d->idProduct); in print_device_descriptor() 499 serial_printf("\tbcdDevice %4.4x\n", d->bcdDevice); in print_device_descriptor() 500 serial_printf("\tiManufacturer %2.2x\n", d->iManufacturer); in print_device_descriptor() 501 serial_printf("\tiProduct %2.2x\n", d->iProduct); in print_device_descriptor() 502 serial_printf("\tiSerialNumber %2.2x\n", d->iSerialNumber); in print_device_descriptor() [all …]
|
| 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 19 (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
|
| A D | tee.h | 398 void tee_optee_ta_uuid_from_octets(struct tee_optee_ta_uuid *d, 409 void tee_optee_ta_uuid_to_octets(u8 d[TEE_UUID_LEN],
|
| 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 | ppc_asm.tmpl | 204 #define COPY_EE(d, s) rlwimi d,s,0,16,16 205 #define NOCOPY(d, s)
|
| A D | fsl_sec.h | 375 int sign_mppubk(const u8 *m, int data_size, u8 *dgst, u8 *c, u8 *d);
|
| /include/crypto/internal/ |
| A D | rsa.h | 34 const u8 *d; member
|
| /include/env/phytec/ |
| A D | k3_net.env | 4 * Author: Daniel Schultz <d.schultz@phytec.de>
|
| A D | k3_spi.env | 4 * Author: Daniel Schultz <d.schultz@phytec.de>
|
| A D | k3_mmc.env | 4 * Author: Daniel Schultz <d.schultz@phytec.de>
|
| /include/jffs2/ |
| A D | jffs2.h | 187 struct jffs2_raw_dirent d; member
|