Home
last modified time | relevance | path

Searched refs:UCLASS_PWRSEQ (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/misc/
Dpwrseq-uclass.c21 .id = UCLASS_PWRSEQ,
/external/u-boot/drivers/mmc/
Drockchip_dw_mmc.c139 ret = uclass_get_device_by_phandle(UCLASS_PWRSEQ, dev, "mmc-pwrseq", in rockchip_dwmmc_probe()
209 .id = UCLASS_PWRSEQ,
Dmeson_gx_mmc.c266 ret = uclass_get_device_by_phandle(UCLASS_PWRSEQ, dev, "mmc-pwrseq", in meson_mmc_probe()
342 .id = UCLASS_PWRSEQ,
/external/u-boot/include/dm/
Duclass-id.h84 UCLASS_PWRSEQ, /* Power sequence device */ enumerator