Searched defs:drv_name (Results 1 – 14 of 14) sorted by relevance
/u-boot/cmd/ |
A D | bind.c | 15 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 D | log.c | 94 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 D | log.c | 104 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 D | clk.c | 16 int clk_register(struct clk *clk, const char *drv_name, in clk_register()
|
A D | clk_sandbox_ccf.c | 61 char *drv_name = "sandbox_clk_pllv3"; in sandbox_clk_pllv3() local
|
/u-boot/drivers/core/ |
A D | lists.c | 132 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 D | video-uclass.c | 333 const char *drv_name = drv; in video_post_probe() local
|
/u-boot/drivers/block/ |
A D | blk-uclass.c | 566 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 D | video.c | 103 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole()
|
/u-boot/drivers/clk/imx/ |
A D | clk-pllv3.c | 256 char *drv_name; in imx_clk_pllv3() local
|
/u-boot/include/ |
A D | stm32_rcc.h | 55 char *drv_name; member
|
A D | log.h | 571 static inline int log_add_filter(const char *drv_name, in log_add_filter()
|
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 333 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs()
|
/u-boot/drivers/clk/at91/ |
A D | compat.c | 64 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind()
|
Completed in 18 milliseconds