Home
last modified time | relevance | path

Searched refs:phandle_id (Results 1 – 2 of 2) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/dm/
Duclass.h231 int uclass_get_device_by_phandle_id(enum uclass_id id, uint phandle_id,
/third_party/uboot/u-boot-2020.01/drivers/core/
Duclass.c517 int uclass_get_device_by_phandle_id(enum uclass_id id, uint phandle_id, in uclass_get_device_by_phandle_id() argument
534 if (phandle == phandle_id) { in uclass_get_device_by_phandle_id()