Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 40) sorted by relevance

12

/u-boot/include/linux/
A Dbug.h23 #define WARN(condition, format...) ({ \ argument
41 #define WARN_ONCE(condition, format...) ({ \ argument
/u-boot/drivers/usb/dwc3/
A Dlinux-compat.h14 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
/u-boot/lib/
A Dtpm-common.c23 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 Duuid.c211 const char *format; in uuid_bin_to_str() local
/u-boot/drivers/video/
A Dsimplefb.c20 const char *format; in simple_video_probe() local
A Dmipi_dsi.c556 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 Duec_phy.c28 #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 Dmusb_debug.h13 #define yprintk(facility, format, args...) \ argument
/u-boot/test/dm/
A Ddsi_host.c29 u32 format, in dm_test_dsi_host_phy_get_lane_mbps()
/u-boot/drivers/mtd/nand/raw/
A Dfsl_elbc_nand.c25 #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 Dfb_common.c43 const char *format, ...) in fastboot_response()
/u-boot/drivers/video/rockchip/
A Drk_lvds.c43 int format; member
/u-boot/arch/m68k/include/asm/
A Dptrace.h29 unsigned format:4; /* frame format specifier */ member
/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_lvds.c60 enum dp_lvds_format format = DP_LVDS_FORMAT_JEIDA; in lvds_setup() local
A Ds5pxx18_dp.c249 unsigned int format = plane->format; in dp_plane_layer_setup() local
/u-boot/include/
A Dmipi_dsi.h209 enum mipi_dsi_pixel_format format; member
248 enum mipi_dsi_pixel_format format; member
A Defi_loader.h81 #define EFI_ENTRY(format, ...) do { \ argument
125 #define EFI_PRINT(format, ...) ({ \ argument
/u-boot/common/eeprom/
A Deeprom_field.c208 char format[8]; in eeprom_field_print_ascii() local
/u-boot/drivers/video/sunxi/
A Dsunxi_de2.c86 u32 format; in sunxi_de2_mode_set() local
/u-boot/drivers/ram/octeon/
A Docteon_ddr.c31 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 Dohci-hcd.c92 #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 Datcspi200_spi.c32 u32 format; /* 0x10 */ member
120 unsigned int format=0; in __atcspi200_spi_claim_bus() local
/u-boot/post/
A Dpost.c400 int post_log(char *format, ...) in post_log()
/u-boot/scripts/basic/
A Dfixdep.c115 static void xprintf(const char *format, ...) in xprintf()
/u-boot/drivers/video/nexell/soc/
A Ds5pxx18_soc_mipi.c325 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()

Completed in 70 milliseconds

12