Home
last modified time | relevance | path

Searched defs:args (Results 151 – 175 of 180) sorted by relevance

12345678

/rk3399_rockchip-uboot/drivers/qe/
H A Duec_phy.c41 #define ugphy_vdbg(ugeth, fmt, args...) do { } while (0) argument
/rk3399_rockchip-uboot/tools/
H A Dkwbimage.c157 unsigned int args[BINARY_MAX_ARGS]; member
1025 uint32_t *args; in add_binary_header_v1() local
H A Dproftool.c74 va_list args; in outf() local
/rk3399_rockchip-uboot/drivers/net/
H A Dmvneta.c39 #define netdev_err(dev, fmt, args...) \ argument
41 #define netdev_warn(dev, fmt, args...) \ argument
43 #define netdev_info(dev, fmt, args...) \ argument
H A Dtsi108_eth.c31 #define debug_lev(lev, fmt, args...) \ argument
35 #define debug_lev(lev, fmt, args...) do{}while(0) argument
H A De1000.h36 #define E1000_ERR(NIC, fmt, args...) \ argument
40 #define E1000_DBG(NIC, fmt, args...) \ argument
42 #define DEBUGOUT(fmt, args...) printf(fmt ,##args) argument
45 #define E1000_DBG(HW, args...) do { } while (0) argument
47 #define DEBUGOUT(fmt, args...) do { } while (0) argument
H A Dmvpp2.c39 #define netdev_err(dev, fmt, args...) \ argument
41 #define netdev_warn(dev, fmt, args...) \ argument
43 #define netdev_info(dev, fmt, args...) \ argument
45 #define netdev_dbg(dev, fmt, args...) \ argument
/rk3399_rockchip-uboot/arch/arm/mach-omap2/
H A Dclocks-common.c31 #define printf(fmt, args...) argument
/rk3399_rockchip-uboot/drivers/phy/
H A Dphy-rockchip-naneng-usb2.c367 struct ofnode_phandle_args *args) in rockchip_usb2phy_of_xlate()
H A Dphy-rockchip-naneng-combphy.c323 static int rockchip_combphy_xlate(struct phy *phy, struct ofnode_phandle_args *args) in rockchip_combphy_xlate()
H A Dphy-rockchip-inno-usb2.c582 struct ofnode_phandle_args *args) in rockchip_usb2phy_of_xlate()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dresource_tool.c571 #define LOGE(fmt, args...) \ argument
573 #define LOGD(fmt, args...) \ argument
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c733 struct of_phandle_args args; in of_parse_phandle() local
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h219 # define OF(args) args argument
/rk3399_rockchip-uboot/drivers/clk/renesas/
H A Dclk-rcar-gen3.c918 static int gen3_clk_of_xlate(struct clk *clk, struct ofnode_phandle_args *args) in gen3_clk_of_xlate()
/rk3399_rockchip-uboot/drivers/power/fuel_gauge/
H A Dfg_cw221x.c19 #define CW_DBG(args...) \ argument
H A Dfg_rk816.c27 #define DBG(args...) \ argument
34 #define BAT_INFO(fmt, args...) printf("rk816-bat: "fmt, ##args) argument
H A Dfg_rk818.c26 #define DBG(args...) \ argument
33 #define BAT_INFO(fmt, args...) printf("rk818-bat: "fmt, ##args) argument
/rk3399_rockchip-uboot/drivers/power/charge/
H A Dsgm41542_charger.c19 #define SGM_DBG(args...) \ argument
H A Dcps5601x_charger.c19 #define CPS_DBG(args...) \ argument
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilder.py380 def Make(self, commit, brd, stage, cwd, *args, **kwargs):
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c1165 substring_t args[MAX_OPT_ARGS]; in ubifs_parse_options() local
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c365 va_list args; in debug_printf() local
371 #define debug_printf(fmt,args...) printf (fmt ,##args) argument
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c628 const char *str, const char *args) in fb_add_string()
/rk3399_rockchip-uboot/lib/
H A Dbch.c99 #define dbg(_fmt, args...) do {} while (0) argument

12345678