Searched refs:TYPE1 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | memory-alloc.h | 86 #define vdo_allocate_extended(TYPE1, COUNT, TYPE2, WHAT, PTR) \ argument 89 TYPE1 **_ptr = (PTR); \ 90 BUILD_BUG_ON(__alignof__(TYPE1) < __alignof__(TYPE2)); \ 93 sizeof(TYPE1), \ 94 __alignof__(TYPE1), \
|
/linux/arch/alpha/include/asm/ |
H A D | pal.h | 41 #define __CALL_PAL_W2(NAME, TYPE0, TYPE1) \ argument 42 extern inline void NAME(TYPE0 arg0, TYPE1 arg1) \ 45 register TYPE1 __r17 __asm__("$17") = arg1; \ 66 #define __CALL_PAL_RW2(NAME, RTYPE, TYPE0, TYPE1) \ argument 67 extern inline RTYPE NAME(TYPE0 arg0, TYPE1 arg1) \ 71 register TYPE1 __r17 __asm__("$17") = arg1; \
|
/linux/drivers/input/mouse/ |
H A D | bcm5974.c | 176 TYPE1, /* plain trackpad */ enumerator 323 0x81, DATAFORMAT(TYPE1), 336 0x81, DATAFORMAT(TYPE1), 912 if (cfg->tp_type == TYPE1) { in bcm5974_probe()
|
/linux/drivers/pci/controller/ |
H A D | pcie-rcar.h | 16 #define TYPE1 BIT(8) macro
|
/linux/Documentation/driver-api/ |
H A D | vfio-mediated-device.rst | 263 these callbacks are supported in the TYPE1 IOMMU module. To enable them for
|