Searched defs:__name (Results 1 – 17 of 17) sorted by relevance
/u-boot/include/dm/ |
A D | platdata.h | 63 #define U_BOOT_DRVINFO(__name) _Static_assert(false, \ argument 66 #define U_BOOT_DRVINFO(__name) \ argument 71 #define U_BOOT_DRVINFOS(__name) \ argument 86 #define DM_DRVINFO_GET(__name) \ argument
|
A D | device.h | 358 #define U_BOOT_DRIVER(__name) \ argument 362 #define DM_DRIVER_GET(__name) \ argument 370 #define DM_DRIVER_ALIAS(__name, __alias) argument
|
A D | uclass.h | 114 #define UCLASS_DRIVER(__name) \ argument
|
/u-boot/drivers/power/domain/ |
A D | meson-ee-pwrc.c | 195 #define VPU_PD(__name, __top_pd, __mem, __get_power, __resets, __clks) \ argument 206 #define TOP_PD(__name, __top_pd, __mem, __get_power) \ argument 215 #define MEM_PD(__name, __mem) \ argument
|
/u-boot/include/ |
A D | efi_selftest.h | 168 #define EFI_UNIT_TEST(__name) \ argument
|
A D | env_internal.h | 197 #define U_BOOT_ENV_LOCATION(__name) \ argument
|
A D | spl.h | 464 #define SPL_LOAD_IMAGE(__name) \ argument
|
A D | part.h | 331 #define U_BOOT_PART_TYPE(__name) \ argument
|
A D | blk.h | 529 #define U_BOOT_LEGACY_BLK(__name) \ argument
|
A D | log.h | 452 #define LOG_GET_DRIVER(__name) \ argument
|
A D | usb.h | 527 #define U_BOOT_USB_DEVICE(__name, __match) \ argument
|
A D | pci.h | 1761 #define U_BOOT_PCI_DEVICE(__name, __match) \ argument
|
/u-boot/drivers/serial/ |
A D | serial_ns16550.c | 107 #define INIT_ESERIAL_STRUCTURE(port, __name) { \ argument
|
A D | serial_mtk.c | 331 #define INIT_HSUART_STRUCTURE(port, __name) { \ argument 342 #define DECLARE_HSUART(port, __name) \ argument
|
/u-boot/include/xen/interface/io/ |
A D | ring.h | 86 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
|
/u-boot/drivers/spi/ |
A D | pic32_spi.c | 130 #define BUILD_SPI_FIFO_RW(__name, __type, __bwl) \ argument
|
/u-boot/include/linux/mtd/ |
A D | rawnand.h | 535 #define NAND_ECC_CAPS_SINGLE(__name, __calc, __step, ...) \ argument
|
Completed in 61 milliseconds