Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dlog.c16 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 Dlists.c74 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 Dpmc.c53 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 Dvideo-uclass.c206 const char *drv_name = drv; in video_post_probe() local
/rk3399_rockchip-uboot/drivers/input/
H A Dkey-uclass.c296 int key_bind_children(struct udevice *dev, const char *drv_name) in key_bind_children()
/rk3399_rockchip-uboot/test/dm/
H A Dvideo.c90 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole()
/rk3399_rockchip-uboot/drivers/irq/
H A Dirq-generic.c382 char *drv_name; in do_dump_irqs() local
/rk3399_rockchip-uboot/drivers/block/
H A Dblk-uclass.c646 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 Dspi-uclass.c327 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs()