Home | History | Annotate | Download | only in liblight

Lines Matching refs:light_device_t

115 set_light_backlight(struct light_device_t* dev,
130 set_speaker_light_locked(struct light_device_t* dev,
203 handle_speaker_battery_locked(struct light_device_t* dev)
213 set_light_battery(struct light_device_t* dev,
224 set_light_notifications(struct light_device_t* dev,
235 set_light_attention(struct light_device_t* dev,
250 set_light_buttons(struct light_device_t* dev,
265 close_lights(struct light_device_t *dev)
284 int (*set_light)(struct light_device_t* dev,
302 struct light_device_t *dev = malloc(sizeof(struct light_device_t));