Home
last modified time | relevance | path

Searched refs:tps65217_bl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/video/backlight/
A Dtps65217_bl.c28 struct tps65217_bl { struct
35 static int tps65217_bl_enable(struct tps65217_bl *tps65217_bl) in tps65217_bl_enable() argument
43 dev_err(tps65217_bl->dev, in tps65217_bl_enable()
55 static int tps65217_bl_disable(struct tps65217_bl *tps65217_bl) in tps65217_bl_disable() argument
64 dev_err(tps65217_bl->dev, in tps65217_bl_disable()
78 struct tps65217_bl *tps65217_bl = bl_get_data(bl); in tps65217_bl_update_status() local
109 static int tps65217_bl_hw_init(struct tps65217_bl *tps65217_bl, in tps65217_bl_hw_init() argument
265 struct tps65217_bl *tps65217_bl; in tps65217_bl_probe() local
273 tps65217_bl = devm_kzalloc(&pdev->dev, sizeof(*tps65217_bl), in tps65217_bl_probe()
278 tps65217_bl->tps = tps; in tps65217_bl_probe()
[all …]
A DMakefile56 obj-$(CONFIG_BACKLIGHT_TPS65217) += tps65217_bl.o

Completed in 3 milliseconds