Home
last modified time | relevance | path

Searched refs:StartUp (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/common/platform/uart/
H A Duart_pl011.h112 int32_t (*StartUp)(struct UartDriverData *udd); member
H A Duart_hi35xx.c304 if (udd->ops->StartUp == NULL) { in Hi35xxInit()
309 if (udd->ops->StartUp(udd) != HDF_SUCCESS) { in Hi35xxInit()
310 HDF_LOGE("%s: StartUp failed", __func__); in Hi35xxInit()
H A Duart_pl011.c346 .StartUp = Pl011StartUp,
/device/qemu/drivers/uart/
H A Duart_pl011.h112 int32_t (*StartUp)(struct UartDriverData *udd); member
H A Duart.c217 if (udd->ops->StartUp == NULL) { in Hi35xxInit()
222 if (udd->ops->StartUp(udd) != HDF_SUCCESS) { in Hi35xxInit()
223 HDF_LOGE("%s: StartUp failed", __func__); in Hi35xxInit()
H A Duart_pl011.c347 .StartUp = Pl011StartUp,

Completed in 4 milliseconds