Home
last modified time | relevance | path

Searched refs:drv_name (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/drivers/misc/
Dstm32_rcc.c15 .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/
Dlists.c73 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/
Dlog.c87 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/
Dlists.h71 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/
Dpmc.c52 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()
Dpmc.h18 int at91_clk_sub_device_bind(struct udevice *dev, const char *drv_name);
/external/u-boot/drivers/video/
Dvideo-uclass.c210 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/
Dspi-uclass.c268 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/
Dlog.h337 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);
Dblk.h338 int blk_create_device(struct udevice *parent, const char *drv_name,
355 int blk_create_devicef(struct udevice *parent, const char *drv_name,
Dstm32_rcc.h54 char *drv_name; member
Dspi.h510 const char *drv_name, const char *dev_name,
/external/u-boot/drivers/block/
Dblk-uclass.c544 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/
Dvideo.c87 static int select_vidconsole(struct unit_test_state *uts, const char *drv_name) in select_vidconsole() argument
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.c3029 niface->drv_name = "ndis"; in wpa_driver_ndis_get_interfaces()
3166 niface->drv_name = "ndis"; in wpa_driver_ndis_get_interfaces()
Ddriver.h355 const char *drv_name; member
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c10965 tmp->drv_name, tmp->ifname, in wpa_supplicant_global_iface_list()