Searched refs:uclass_get_device_by_phandle_id (Results 1 – 5 of 5) sorted by relevance
231 int uclass_get_device_by_phandle_id(enum uclass_id id, uint phandle_id,
90 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER,148 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER,
80 ret = uclass_get_device_by_phandle_id(UCLASS_PINCONFIG, phandle, in pinctrl_select_state_full()
788 ret = uclass_get_device_by_phandle_id(UCLASS_FS_FIRMWARE_LOADER, in socfpga_loadfs()
517 int uclass_get_device_by_phandle_id(enum uclass_id id, uint phandle_id, in uclass_get_device_by_phandle_id() function