Home
last modified time | relevance | path

Searched refs:check_dev (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/test/py/tests/
H A Dtest_fpga.py66 def check_dev(u_boot_console): function
78 dev, f = check_dev(u_boot_console)
130 dev, f = check_dev(u_boot_console)
141 dev, f = check_dev(u_boot_console)
151 dev, f = check_dev(u_boot_console)
158 dev, f = check_dev(u_boot_console)
423 dev, f = check_dev(u_boot_console)
477 dev, f = check_dev(u_boot_console)
/openbmc/u-boot/drivers/remoteproc/
H A Drproc-uclass.c89 static bool rproc_name_is_unique(struct udevice *check_dev, in rproc_name_is_unique() argument
95 check_dev, check_name); in rproc_name_is_unique()
/openbmc/u-boot/drivers/power/regulator/
H A Dregulator-uclass.c308 static bool regulator_name_is_unique(struct udevice *check_dev, in regulator_name_is_unique() argument
319 if (ret || dev == check_dev) in regulator_name_is_unique()