Lines Matching refs:tps
21 struct tps65217 *tps; member
31 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_enable()
51 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_disable()
75 rc = tps65217_reg_write(tps65217_bl->tps, in tps65217_bl_update_status()
113 rc = tps65217_clear_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
130 rc = tps65217_set_bits(tps65217_bl->tps, TPS65217_REG_WLEDCTRL1, in tps65217_bl_hw_init()
151 rc = tps65217_set_bits(tps65217_bl->tps, in tps65217_bl_hw_init()
170 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_parse_dt() local
175 node = of_get_child_by_name(tps->dev->of_node, "backlight"); in tps65217_bl_parse_dt()
256 struct tps65217 *tps = dev_get_drvdata(pdev->dev.parent); in tps65217_bl_probe() local
270 tps65217_bl->tps = tps; in tps65217_bl_probe()