Home
last modified time | relevance | path

Searched refs:uclass_get_device_by_phandle_id (Results 1 – 5 of 5) 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/doc/driver-model/
Dfs_firmware_loader.rst90 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER,
148 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER,
/third_party/uboot/u-boot-2020.01/drivers/pinctrl/
Dpinctrl-uclass.c80 ret = uclass_get_device_by_phandle_id(UCLASS_PINCONFIG, phandle, in pinctrl_select_state_full()
/third_party/uboot/u-boot-2020.01/drivers/fpga/
Dsocfpga_arria10.c788 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER, in socfpga_loadfs()
/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() function