Searched defs:drv_name (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | log.c | 16 static struct log_device *log_device_find_by_name(const char *drv_name) in log_device_find_by_name() 154 int log_add_filter(const char *drv_name, enum log_category_t cat_list[], in log_add_filter() 194 int log_remove_filter(const char *drv_name, int filter_num) in log_remove_filter()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | lists.c | 74 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver() 81 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node()
|
| /rk3399_rockchip-uboot/drivers/clk/at91/ |
| H A D | pmc.c | 53 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind()
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video-uclass.c | 206 const char *drv_name = drv; in video_post_probe() local
|
| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | key-uclass.c | 296 int key_bind_children(struct udevice *dev, const char *drv_name) in key_bind_children()
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | video.c | 90 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole()
|
| /rk3399_rockchip-uboot/drivers/irq/ |
| H A D | irq-generic.c | 382 char *drv_name; in do_dump_irqs() local
|
| /rk3399_rockchip-uboot/drivers/block/ |
| H A D | blk-uclass.c | 646 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() 680 int blk_create_devicef(struct udevice *parent, const char *drv_name, in blk_create_devicef()
|
| /rk3399_rockchip-uboot/drivers/spi/ |
| H A D | spi-uclass.c | 327 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs()
|