Home
last modified time | relevance | path

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

/device/asus/grouper/liblights/
Dlights.c103 static int close_lights(struct light_device_t *dev) in close_lights() function
132 dev->common.close = (int (*)(struct hw_device_t *))close_lights; in open_lights()
/device/generic/goldfish/lights/
Dlights_qemu.c147 close_lights( struct light_device_t *dev ) in close_lights() function
191 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
/device/lge/hammerhead/liblight/
Dlights.c197 static int close_lights(struct light_device_t *dev) in close_lights() function
235 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
/device/samsung/manta/liblights/
Dlights.c125 static int close_lights(struct hw_device_t *dev) in close_lights() function
352 dev->common.close = close_lights; in open_lights()