• Home
  • Raw
  • Download

Lines Matching defs:lpg

74 struct lpg {  struct
82 const struct lpg_data *data; argument
93 struct lpg_channel *channels; argument
99 * @lpg: reference to parent lpg argument
126 struct lpg *lpg; member
170 struct lpg *lpg; member
209 static int triled_set(struct lpg *lpg, unsigned int mask, unsigned int enable) in triled_set()
219 static int lpg_lut_store(struct lpg *lpg, struct led_pattern *pattern, in lpg_lut_store()
246 static void lpg_lut_free(struct lpg *lpg, unsigned int lo_idx, unsigned int hi_idx) in lpg_lut_free()
257 static int lpg_lut_sync(struct lpg *lpg, unsigned int mask) in lpg_lut_sync()
398 struct lpg *lpg = chan->lpg; in lpg_apply_freq() local
433 struct lpg *lpg = chan->lpg; in lpg_enable_glitch() local
441 struct lpg *lpg = chan->lpg; in lpg_disable_glitch() local
450 struct lpg *lpg = chan->lpg; in lpg_apply_pwm_value() local
467 struct lpg *lpg = chan->lpg; in lpg_apply_lut_control() local
509 struct lpg *lpg = chan->lpg; in lpg_apply_control() local
535 struct lpg *lpg = chan->lpg; in lpg_apply_sync() local
540 static int lpg_parse_dtest(struct lpg *lpg) in lpg_parse_dtest()
583 struct lpg *lpg = chan->lpg; in lpg_apply_dtest() local
613 struct lpg *lpg = led->lpg; in lpg_brightness_set() local
694 struct lpg *lpg = led->lpg; in lpg_blink_set() local
766 struct lpg *lpg = led->lpg; in lpg_pattern_set() local
946 struct lpg *lpg = led->lpg; in lpg_pattern_clear() local
982 struct lpg *lpg = container_of(chip, struct lpg, pwm); in lpg_pwm_request() local
998 struct lpg *lpg = container_of(chip, struct lpg, pwm); in lpg_pwm_apply() local
1029 struct lpg *lpg = container_of(chip, struct lpg, pwm); in lpg_pwm_get_state() local
1091 static int lpg_add_pwm(struct lpg *lpg) in lpg_add_pwm()
1106 static int lpg_parse_channel(struct lpg *lpg, struct device_node *np, in lpg_parse_channel()
1136 static int lpg_add_led(struct lpg *lpg, struct device_node *np) in lpg_add_led()
1235 static int lpg_init_channels(struct lpg *lpg) in lpg_init_channels()
1261 static int lpg_init_triled(struct lpg *lpg) in lpg_init_triled()
1296 static int lpg_init_lut(struct lpg *lpg) in lpg_init_lut()
1316 struct lpg *lpg; in lpg_probe() local
1369 struct lpg *lpg = platform_get_drvdata(pdev); in lpg_remove() local