/u-boot/include/linux/ |
A D | bug.h | 23 #define WARN(condition, format...) ({ \ argument 41 #define WARN_ONCE(condition, format...) ({ \ argument
|
/u-boot/drivers/usb/dwc3/ |
A D | linux-compat.h | 14 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
|
/u-boot/lib/ |
A D | tpm-common.c | 23 int pack_byte_string(u8 *str, size_t size, const char *format, ...) in pack_byte_string() 84 int unpack_byte_string(const u8 *str, size_t size, const char *format, ...) in unpack_byte_string()
|
A D | uuid.c | 211 const char *format; in uuid_bin_to_str() local
|
/u-boot/drivers/video/ |
A D | simplefb.c | 20 const char *format; in simple_video_probe() local
|
A D | mipi_dsi.c | 556 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format) in mipi_dsi_dcs_get_pixel_format() 747 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format) in mipi_dsi_dcs_set_pixel_format()
|
/u-boot/drivers/qe/ |
A D | uec_phy.c | 28 #define ugphy_printk(format, arg...) \ argument 31 #define ugphy_dbg(format, arg...) \ argument 33 #define ugphy_err(format, arg...) \ argument 35 #define ugphy_info(format, arg...) \ argument 37 #define ugphy_warn(format, arg...) \ argument
|
/u-boot/drivers/usb/musb-new/ |
A D | musb_debug.h | 13 #define yprintk(facility, format, args...) \ argument
|
/u-boot/test/dm/ |
A D | dsi_host.c | 29 u32 format, in dm_test_dsi_host_phy_get_lane_mbps()
|
/u-boot/drivers/mtd/nand/raw/ |
A D | fsl_elbc_nand.c | 25 #define vdbg(format, arg...) printf("DEBUG: " format, ##arg) argument 27 #define vdbg(format, arg...) do {} while (0) argument 34 #define dbg(format, arg...) printf("DEBUG: " format, ##arg) argument 36 #define dbg(format, arg...) do {} while (0) argument
|
/u-boot/drivers/fastboot/ |
A D | fb_common.c | 43 const char *format, ...) in fastboot_response()
|
/u-boot/drivers/video/rockchip/ |
A D | rk_lvds.c | 43 int format; member
|
/u-boot/arch/m68k/include/asm/ |
A D | ptrace.h | 29 unsigned format:4; /* frame format specifier */ member
|
/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_lvds.c | 60 enum dp_lvds_format format = DP_LVDS_FORMAT_JEIDA; in lvds_setup() local
|
A D | s5pxx18_dp.c | 249 unsigned int format = plane->format; in dp_plane_layer_setup() local
|
/u-boot/include/ |
A D | mipi_dsi.h | 209 enum mipi_dsi_pixel_format format; member 248 enum mipi_dsi_pixel_format format; member
|
A D | efi_loader.h | 81 #define EFI_ENTRY(format, ...) do { \ argument 125 #define EFI_PRINT(format, ...) ({ \ argument
|
/u-boot/common/eeprom/ |
A D | eeprom_field.c | 208 char format[8]; in eeprom_field_print_ascii() local
|
/u-boot/drivers/video/sunxi/ |
A D | sunxi_de2.c | 86 u32 format; in sunxi_de2_mode_set() local
|
/u-boot/drivers/ram/octeon/ |
A D | octeon_ddr.c | 31 char *lookup_env(struct ddr_priv *priv, const char *format, ...) in lookup_env() 52 char *lookup_env_ull(struct ddr_priv *priv, const char *format, ...) in lookup_env_ull() 73 char *lookup_env(struct ddr_priv *priv, const char *format, ...) in lookup_env() 78 char *lookup_env_ull(struct ddr_priv *priv, const char *format, ...) in lookup_env_ull()
|
/u-boot/drivers/usb/host/ |
A D | ohci-hcd.c | 92 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) argument 94 #define dbg(format, arg...) do {} while (0) argument 96 #define err(format, arg...) printf("ERROR: " format "\n", ## arg) argument 98 #define info(format, arg...) printf("INFO: " format "\n", ## arg) argument 100 #define info(format, arg...) do {} while (0) argument
|
/u-boot/drivers/spi/ |
A D | atcspi200_spi.c | 32 u32 format; /* 0x10 */ member 120 unsigned int format=0; in __atcspi200_spi_claim_bus() local
|
/u-boot/post/ |
A D | post.c | 400 int post_log(char *format, ...) in post_log()
|
/u-boot/scripts/basic/ |
A D | fixdep.c | 115 static void xprintf(const char *format, ...) in xprintf()
|
/u-boot/drivers/video/nexell/soc/ |
A D | s5pxx18_soc_mipi.c | 325 enum nx_mipi_dsi_format format, in nx_mipi_dsi_set_config_video_mode() 376 enum nx_mipi_dsi_format format) in nx_mipi_dsi_set_config_command_mode()
|