Home
last modified time | relevance | path

Searched defs:drv_name (Results 1 – 14 of 14) sorted by relevance

/u-boot/cmd/
A Dbind.c15 const char *drv_name) in bind_by_class_index()
96 const char *drv_name) in unbind_child_by_class_index()
123 static int bind_by_node_path(const char *path, const char *drv_name) in bind_by_node_path()
A Dlog.c94 const char *drv_name = "console"; in do_log_filter_list() local
155 const char *drv_name = "console"; in do_log_filter_add() local
250 const char *drv_name = "console"; in do_log_filter_remove() local
/u-boot/common/
A Dlog.c104 struct log_device *log_device_find_by_name(const char *drv_name) in log_device_find_by_name()
279 int log_add_filter_flags(const char *drv_name, enum log_category_t cat_list[], in log_add_filter_flags()
330 int log_remove_filter(const char *drv_name, int filter_num) in log_remove_filter()
/u-boot/drivers/clk/
A Dclk.c16 int clk_register(struct clk *clk, const char *drv_name, in clk_register()
A Dclk_sandbox_ccf.c61 char *drv_name = "sandbox_clk_pllv3"; in sandbox_clk_pllv3() local
/u-boot/drivers/core/
A Dlists.c132 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver()
139 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node()
/u-boot/drivers/video/
A Dvideo-uclass.c333 const char *drv_name = drv; in video_post_probe() local
/u-boot/drivers/block/
A Dblk-uclass.c566 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device()
599 int blk_create_devicef(struct udevice *parent, const char *drv_name, in blk_create_devicef()
/u-boot/test/dm/
A Dvideo.c103 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole()
/u-boot/drivers/clk/imx/
A Dclk-pllv3.c256 char *drv_name; in imx_clk_pllv3() local
/u-boot/include/
A Dstm32_rcc.h55 char *drv_name; member
A Dlog.h571 static inline int log_add_filter(const char *drv_name, in log_add_filter()
/u-boot/drivers/spi/
A Dspi-uclass.c333 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs()
/u-boot/drivers/clk/at91/
A Dcompat.c64 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind()

Completed in 18 milliseconds