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()
582 struct lpg *lpg = chan->lpg; in lpg_apply_dtest() local
612 struct lpg *lpg = led->lpg; in lpg_brightness_set() local
693 struct lpg *lpg = led->lpg; in lpg_blink_set() local
765 struct lpg *lpg = led->lpg; in lpg_pattern_set() local
945 struct lpg *lpg = led->lpg; in lpg_pattern_clear() local
986 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_request() local
1002 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_apply() local
1033 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_get_state() local
1094 static int lpg_add_pwm(struct lpg *lpg) in lpg_add_pwm()
1109 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()
1234 static int lpg_init_channels(struct lpg *lpg) in lpg_init_channels()
1260 static int lpg_init_triled(struct lpg *lpg) in lpg_init_triled()
1294 static int lpg_init_lut(struct lpg *lpg) in lpg_init_lut()
1314 struct lpg *lpg; in lpg_probe() local