Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Ddevice.h657 int dev_enable_by_path(const char *path);
/openbmc/u-boot/drivers/core/
H A Ddevice.c855 int dev_enable_by_path(const char *path) in dev_enable_by_path() function
/openbmc/u-boot/test/dm/
H A Dtest-fdt.c702 dev_enable_by_path("/usb@2"); in dm_test_fdt_disable_enable_by_path()