Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/remoteproc/
Dti_k3_arm64_rproc.c228 .flags = DM_FLAG_DEFAULT_PD_CTRL_OFF,
/third_party/uboot/u-boot-2020.01/drivers/core/
Ddevice-remove.c196 if (!(drv->flags & DM_FLAG_DEFAULT_PD_CTRL_OFF) && in device_remove()
Ddevice.c398 !(drv->flags & DM_FLAG_DEFAULT_PD_CTRL_OFF)) { in device_probe()
/third_party/uboot/u-boot-2020.01/include/dm/
Ddevice.h65 #define DM_FLAG_DEFAULT_PD_CTRL_OFF (1 << 11) macro