Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/drivers/input/
H A Dps2mult.c27 #define PRINTF(format, args...) printf("ps2mult.c: " format, ## args) argument
30 #define PRINTF_MULT(format, args...) printf("PS2MULT: " format, ## args) argument
32 #define PRINTF_MULT(format, args...) argument
36 #define PRINTF_KEYB(format, args...) printf("KEYB: " format, ## args) argument
38 #define PRINTF_KEYB(format, args...) argument
/rk3399_rockchip-uboot/include/linux/
H A Dbug.h23 #define WARN(condition, format...) ({ \ argument
41 #define WARN_ONCE(condition, format...) ({ \ argument
/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c26 #define ugphy_printk(format, arg...) \ argument
29 #define ugphy_dbg(format, arg...) \ argument
31 #define ugphy_err(format, arg...) \ argument
33 #define ugphy_info(format, arg...) \ argument
35 #define ugphy_warn(format, arg...) \ argument
/rk3399_rockchip-uboot/drivers/usb/dwc3/
H A Dlinux-compat.h15 #define dev_WARN(dev, format, arg...) debug(format, ##arg) argument
/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_debug.h14 #define yprintk(facility, format, args...) \ argument
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dfsl_elbc_nand.c24 #define vdbg(format, arg...) printf("DEBUG: " format, ##arg) argument
26 #define vdbg(format, arg...) do {} while (0) argument
33 #define dbg(format, arg...) printf("DEBUG: " format, ##arg) argument
35 #define dbg(format, arg...) do {} while (0) argument
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_lvds.c64 enum lvds_format format = rk628->lvds.format; in rk628_lvds_enable() local
H A Drk628_hdmirx.c398 u32 format = 0; in rk628_hdmirx_phy_prepclk_cfg() local
446 u32 val = 0, format = 0, avi_pb = 0; in rk628_hdmirx_get_input_format() local
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientLoadTa.c46 char *format; in search_ta() local
/rk3399_rockchip-uboot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.c59 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) argument
61 #define dbg(format, arg...) do {} while(0) argument
63 #define err(format, arg...) printf("ERROR: " format "\n", ## arg) argument
66 #define info(format, arg...) printf("INFO: " format "\n", ## arg) argument
68 #define info(format, arg...) do {} while(0) argument
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drk618_lvds.c43 u32 value, format; in rk618_lvds_bridge_enable() local
H A Ddrm_mipi_dsi.c535 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format) in mipi_dsi_dcs_get_pixel_format()
717 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format) in mipi_dsi_dcs_set_pixel_format()
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_lvds.c41 int format; member
/rk3399_rockchip-uboot/drivers/video/sunxi/
H A Dsunxi_de2.c80 u32 format; in sunxi_de2_mode_set() local
/rk3399_rockchip-uboot/arch/m68k/include/asm/
H A Dptrace.h31 unsigned format:4; /* frame format specifier */ member
/rk3399_rockchip-uboot/arch/arm/mach-davinci/
H A Ddm365_lowlevel.c388 int post_log(char *format, ...) in post_log()
/rk3399_rockchip-uboot/include/
H A Dstdio_dev.h66 uchar format; /* Format */ member
H A Defi_loader.h26 #define EFI_ENTRY(format, ...) do { \ argument
/rk3399_rockchip-uboot/common/eeprom/
H A Deeprom_field.c209 char format[8]; in eeprom_field_print_ascii() local
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dohci-hcd.c90 #define dbg(format, arg...) printf("DEBUG: " format "\n", ## arg) argument
92 #define dbg(format, arg...) do {} while (0) argument
94 #define err(format, arg...) printf("ERROR: " format "\n", ## arg) argument
96 #define info(format, arg...) printf("INFO: " format "\n", ## arg) argument
98 #define info(format, arg...) do {} while (0) argument
/rk3399_rockchip-uboot/drivers/spi/
H A Datcspi200_spi.c31 u32 format; /* 0x10 */ member
119 unsigned int format=0; in __atcspi200_spi_claim_bus() local
/rk3399_rockchip-uboot/post/
H A Dpost.c393 int post_log(char *format, ...) in post_log()
/rk3399_rockchip-uboot/drivers/sound/
H A Drk817_codec.c13 #define DBG(format, ...) \ argument
/rk3399_rockchip-uboot/include/drm/
H A Ddrm_mipi_dsi.h164 enum mipi_dsi_pixel_format format; member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dboot_rkimg.c558 int format; in rockchip_ram_read_dtb_file() local

12