Lines Matching defs:tps
29 struct tps65217 *tps;
39 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1,
59 rc = tps65217_clear_bits(tps65217_bl->tps,
83 rc = tps65217_reg_write(tps65217_bl->tps,
121 rc = tps65217_clear_bits(tps65217_bl->tps,
138 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1,
159 rc = tps65217_set_bits(tps65217_bl->tps,
178 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent);
183 node = of_get_child_by_name(tps->dev->of_node, "backlight");
264 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent);
278 tps65217_bl->tps = tps;