Lines Matching defs:dev
78 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
258 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
316 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
351 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
404 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
439 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
541 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
571 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
736 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
769 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
805 int hwc_getDisplayAttributes(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayAttributes()
878 void hwc_dump(struct hwc_composer_device_1* dev, char *buff, int buff_len) in hwc_dump()
907 int hwc_getActiveConfig(struct hwc_composer_device_1* dev, int disp) { in hwc_getActiveConfig()
918 int hwc_setActiveConfig(struct hwc_composer_device_1* dev, int disp, in hwc_setActiveConfig()
930 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close()
948 struct hwc_context_t *dev; in hwc_device_open() local