Lines Matching refs:tps
29 struct tps65217 *tps; member
39 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_enable()
59 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_disable()
91 rc = tps65217_reg_write(tps65217_bl->tps, in tps65217_bl_update_status()
129 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
146 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_hw_init()
167 rc = tps65217_set_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
186 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_parse_dt() local
191 node = of_get_child_by_name(tps->dev->of_node, "backlight"); in tps65217_bl_parse_dt()
272 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_probe() local
286 tps65217_bl->tps = tps; in tps65217_bl_probe()