Lines Matching defs:lpg

107 struct lpg {  struct
115 const struct lpg_data *data; argument
122 struct nvmem_device *lpg_chan_sdam; argument
131 struct lpg_channel *channels; argument
137 * @lpg: reference to parent lpg argument
165 struct lpg *lpg; member
210 struct lpg *lpg; member
253 static int lpg_clear_pbs_trigger(struct lpg *lpg, unsigned int lut_mask) in lpg_clear_pbs_trigger()
278 static int lpg_set_pbs_trigger(struct lpg *lpg, unsigned int lut_mask) in lpg_set_pbs_trigger()
316 static int triled_set(struct lpg *lpg, unsigned int mask, unsigned int enable) in triled_set()
326 static int lpg_lut_store_sdam(struct lpg *lpg, struct led_pattern *pattern, in lpg_lut_store_sdam()
367 static int lpg_lut_store(struct lpg *lpg, struct led_pattern *pattern, in lpg_lut_store()
394 static void lpg_lut_free(struct lpg *lpg, unsigned int lo_idx, unsigned int hi_idx) in lpg_lut_free()
405 static int lpg_lut_sync(struct lpg *lpg, unsigned int mask) in lpg_lut_sync()
549 struct lpg *lpg = chan->lpg; in lpg_apply_freq() local
584 struct lpg *lpg = chan->lpg; in lpg_enable_glitch() local
592 struct lpg *lpg = chan->lpg; in lpg_disable_glitch() local
601 struct lpg *lpg = chan->lpg; in lpg_apply_pwm_value() local
623 struct lpg *lpg = chan->lpg; in lpg_sdam_apply_lut_control() local
661 struct lpg *lpg = chan->lpg; in lpg_apply_lut_control() local
703 struct lpg *lpg = chan->lpg; in lpg_apply_control() local
729 struct lpg *lpg = chan->lpg; in lpg_apply_sync() local
734 static int lpg_parse_dtest(struct lpg *lpg) in lpg_parse_dtest()
776 struct lpg *lpg = chan->lpg; in lpg_apply_dtest() local
809 struct lpg *lpg = led->lpg; in lpg_brightness_set() local
893 struct lpg *lpg = led->lpg; in lpg_blink_set() local
965 struct lpg *lpg = led->lpg; in lpg_pattern_set() local
1171 struct lpg *lpg = led->lpg; in lpg_pattern_clear() local
1214 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_request() local
1230 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_apply() local
1261 struct lpg *lpg = lpg_pwm_from_chip(chip); in lpg_pwm_get_state() local
1322 static int lpg_add_pwm(struct lpg *lpg) in lpg_add_pwm()
1341 static int lpg_parse_channel(struct lpg *lpg, struct device_node *np, in lpg_parse_channel()
1368 static int lpg_add_led(struct lpg *lpg, struct device_node *np) in lpg_add_led()
1467 static int lpg_init_channels(struct lpg *lpg) in lpg_init_channels()
1494 static int lpg_init_triled(struct lpg *lpg) in lpg_init_triled()
1528 static int lpg_init_lut(struct lpg *lpg) in lpg_init_lut()
1546 static int lpg_init_sdam(struct lpg *lpg) in lpg_init_sdam()
1601 struct lpg *lpg; in lpg_probe() local