Home
last modified time | relevance | path

Searched refs:d (Results 1 – 18 of 18) 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
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 Dmath64.h51 #define DIV64_U64_ROUND_UP(ll, d) \ argument
52 ({ u64 _tmp = (d); div64_u64((ll) + _tmp - 1, _tmp); })
A Dcompat.h73 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) 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/
A Dusbdescriptors.h490 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 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
19 (((__u32)(a)<<0)|((__u32)(b)<<8)|((__u32)(c)<<16)|((__u32)(d)<<24))
A Dtee.h398 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 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 Dppc_asm.tmpl204 #define COPY_EE(d, s) rlwimi d,s,0,16,16
205 #define NOCOPY(d, s)
A Dfsl_sec.h375 int sign_mppubk(const u8 *m, int data_size, u8 *dgst, u8 *c, u8 *d);
/include/crypto/internal/
A Drsa.h34 const u8 *d; member
/include/env/phytec/
A Dk3_net.env4 * Author: Daniel Schultz <d.schultz@phytec.de>
A Dk3_spi.env4 * Author: Daniel Schultz <d.schultz@phytec.de>
A Dk3_mmc.env4 * Author: Daniel Schultz <d.schultz@phytec.de>
/include/jffs2/
A Djffs2.h187 struct jffs2_raw_dirent d; member

Completed in 40 milliseconds