Searched defs:close_lights (Results 1 - 7 of 7) sorted by relevance

/hardware/bsp/intel/peripheral/light/mraa/
H A Dlights.c78 * to be able to synchronize the open_lights & close_lights functions
386 static int close_lights(struct light_device_t *base_dev) function
517 dev->base_dev.common.close = (int (*)(struct hw_device_t *))close_lights;
/hardware/qcom/display/msm8084/liblight/
H A Dlights.c238 close_lights(struct light_device_t *dev) function
279 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8226/liblight/
H A Dlights.c255 close_lights(struct light_device_t *dev) function
302 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8909/liblight/
H A Dlights.c282 close_lights(struct light_device_t *dev) function
331 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8960/liblight/
H A Dlights.c268 close_lights(struct light_device_t *dev) function
307 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8994/liblight/
H A Dlights.c256 close_lights(struct light_device_t *dev) function
303 dev->common.close = (int (*)(struct hw_device_t*))close_lights;
/hardware/qcom/display/msm8996/liblight/
H A Dlights.c265 close_lights(struct light_device_t *dev) function
312 dev->common.close = (int (*)(struct hw_device_t*))close_lights;

Completed in 501 milliseconds