Home
last modified time | relevance | path

Searched refs:lists_driver_lookup_name (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/core/
Dlists.c20 struct driver *lists_driver_lookup_name(const char *name) in lists_driver_lookup_name() function
87 drv = lists_driver_lookup_name(drv_name); in device_bind_driver_to_node()
Ddevice.c239 drv = lists_driver_lookup_name(info->name); in device_bind_by_name()
/external/u-boot/include/dm/
Dlists.h24 struct driver *lists_driver_lookup_name(const char *name);
/external/u-boot/drivers/misc/
Dstm32_rcc.c43 drv = lists_driver_lookup_name(rcc_clk->drv_name); in stm32_rcc_bind()
/external/u-boot/drivers/pinctrl/broadcom/
Dpinctrl-bcm283x.c124 ret = device_bind(dev, lists_driver_lookup_name("gpio_bcm2835"), in bcm283x_pinctl_probe()
/external/u-boot/drivers/power/pmic/
Dpmic-uclass.c54 drv = lists_driver_lookup_name(info->driver); in pmic_bind_children()
/external/u-boot/drivers/mtd/spi/
Dsandbox.c570 drv = lists_driver_lookup_name("sandbox_sf_emul"); in sandbox_sf_bind_emul()