Home | History | Annotate | Download | only in liblight

Lines Matching refs:light_device_t

118 set_light_backlight(struct light_device_t* dev,
133 set_speaker_light_locked(struct light_device_t* dev,
206 handle_speaker_battery_locked(struct light_device_t* dev)
216 set_light_battery(struct light_device_t* dev,
227 set_light_notifications(struct light_device_t* dev,
238 set_light_attention(struct light_device_t* dev,
253 set_light_buttons(struct light_device_t* dev,
267 set_light_bluetooth(struct light_device_t* dev,
282 close_lights(struct light_device_t *dev)
301 int (*set_light)(struct light_device_t* dev,
321 struct light_device_t *dev = malloc(sizeof(struct light_device_t));