Home
last modified time | relevance | path

Searched refs:BacklightProperties (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/display/driver/backlight/
H A Dhdf_bl.h28 struct BacklightProperties { struct
36 struct BacklightDev *RegisterBlDev(const char *name, struct BacklightProperties *props, argument
H A Dhdf_bl.c33 struct BacklightProperties props;
53 struct BacklightProperties *props, struct BacklightOps *ops) in BlDevInstance()
69 ret = memcpy_s(&blDev->props, sizeof(struct BacklightProperties), in BlDevInstance()
70 props, sizeof(struct BacklightProperties)); in BlDevInstance()
81 struct BacklightDev *RegisterBlDev(const char *name, struct BacklightProperties *props, in RegisterBlDev()
H A Dpwm_bl.c33 struct BacklightProperties props;