Home
last modified time | relevance | path

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

/drivers/peripheral/display/hal/
Ddisp_hal.c48 static int32_t GetInfo(uint32_t devId, struct DispInfo *info) in GetInfo() function
206 hFuncs->GetInfo = GetInfo; in GetHalFuncs()
Ddisp_hal.h42 int32_t (*GetInfo)(uint32_t devId, struct DispInfo *info); member
/drivers/peripheral/display/hal/default/
Ddisplay_layer.c170 static int32_t GetInfo(uint32_t devId, struct DispInfo *info) in GetInfo() function
231 if (GetInfo(DEV_ID, &info) == DISPLAY_SUCCESS) { in GetLayerInstance()
/drivers/hdf_core/framework/model/display/driver/
Dhdf_disp.c308 static int32_t GetInfo(struct HdfDeviceObject *device, struct HdfSBuf *reqData, struct HdfSBuf *rsp… in GetInfo() function
336 GetInfo,