/external/u-boot/drivers/misc/ |
D | stm32_rcc.c | 15 .drv_name = "stm32fx_rcc_clock", 20 .drv_name = "stm32fx_rcc_clock", 25 .drv_name = "stm32fx_rcc_clock", 30 .drv_name = "stm32h7_rcc_clock", 43 drv = lists_driver_lookup_name(rcc_clk->drv_name); in stm32_rcc_bind() 45 debug("Cannot find driver '%s'\n", rcc_clk->drv_name); in stm32_rcc_bind() 49 ret = device_bind_with_driver_data(dev, drv, rcc_clk->drv_name, in stm32_rcc_bind()
|
/external/u-boot/drivers/core/ |
D | lists.c | 73 int device_bind_driver(struct udevice *parent, const char *drv_name, in device_bind_driver() argument 76 return device_bind_driver_to_node(parent, drv_name, dev_name, in device_bind_driver() 80 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name, in device_bind_driver_to_node() argument 87 drv = lists_driver_lookup_name(drv_name); in device_bind_driver_to_node() 89 debug("Cannot find driver '%s'\n", drv_name); in device_bind_driver_to_node()
|
/external/u-boot/common/ |
D | log.c | 87 static struct log_device *log_device_find_by_name(const char *drv_name) in log_device_find_by_name() argument 92 if (!strcmp(drv_name, ldev->drv->name)) in log_device_find_by_name() 225 int log_add_filter(const char *drv_name, enum log_category_t cat_list[], in log_add_filter() argument 233 ldev = log_device_find_by_name(drv_name); in log_add_filter() 270 int log_remove_filter(const char *drv_name, int filter_num) in log_remove_filter() argument 275 ldev = log_device_find_by_name(drv_name); in log_remove_filter()
|
/external/u-boot/include/dm/ |
D | lists.h | 71 int device_bind_driver(struct udevice *parent, const char *drv_name, 86 int device_bind_driver_to_node(struct udevice *parent, const char *drv_name,
|
/external/u-boot/drivers/clk/at91/ |
D | pmc.c | 52 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name) in at91_clk_sub_device_bind() argument 80 ret = device_bind_driver_to_node(dev, drv_name, name, in at91_clk_sub_device_bind()
|
D | pmc.h | 18 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
|
/external/u-boot/drivers/video/ |
D | video-uclass.c | 210 const char *drv_name = drv; in video_post_probe() local 251 drv_name = priv->vidconsole_drv_name; in video_post_probe() 252 ret = device_bind_driver(dev, drv_name, str, &cons); in video_post_probe()
|
/external/u-boot/drivers/spi/ |
D | spi-uclass.c | 268 const char *drv_name, const char *dev_name, in spi_get_bus_and_cs() argument 292 if (ret == -ENODEV && drv_name) { in spi_get_bus_and_cs() 294 __func__, dev_name, busnum, cs, drv_name); in spi_get_bus_and_cs() 295 ret = device_bind_driver(bus, drv_name, dev_name, &dev); in spi_get_bus_and_cs()
|
/external/u-boot/include/ |
D | log.h | 337 int log_add_filter(const char *drv_name, enum log_category_t cat_list[], 349 int log_remove_filter(const char *drv_name, int filter_num);
|
D | blk.h | 338 int blk_create_device(struct udevice *parent, const char *drv_name, 355 int blk_create_devicef(struct udevice *parent, const char *drv_name,
|
D | stm32_rcc.h | 54 char *drv_name; member
|
D | spi.h | 510 const char *drv_name, const char *dev_name,
|
/external/u-boot/drivers/block/ |
D | blk-uclass.c | 544 int blk_create_device(struct udevice *parent, const char *drv_name, in blk_create_device() argument 561 ret = device_bind_driver(parent, drv_name, name, &dev); in blk_create_device() 576 int blk_create_devicef(struct udevice *parent, const char *drv_name, in blk_create_devicef() argument 588 ret = blk_create_device(parent, drv_name, str, if_type, devnum, in blk_create_devicef()
|
/external/u-boot/test/dm/ |
D | video.c | 87 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole() argument
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_ndis.c | 3029 niface->drv_name = "ndis"; in wpa_driver_ndis_get_interfaces() 3166 niface->drv_name = "ndis"; in wpa_driver_ndis_get_interfaces()
|
D | driver.h | 355 const char *drv_name; member
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 10965 tmp->drv_name, tmp->ifname, in wpa_supplicant_global_iface_list()
|