Searched refs:tps6586x (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtps6586x.c26 #include <linux/mfd/tps6586x.h>
36 struct tps6586x { struct
129 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
133 mutex_lock(&tps6586x->lock);
144 mutex_unlock(&tps6586x->lock);
151 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
155 mutex_lock(&tps6586x->lock);
166 mutex_unlock(&tps6586x
173 struct tps6586x *tps6586x = dev_get_drvdata(dev); local
195 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio); local
210 struct tps6586x *tps6586x = container_of(chip, struct tps6586x, gpio); local
219 struct tps6586x *tps6586x = container_of(gc, struct tps6586x, gpio); local
230 tps6586x_gpio_init(struct tps6586x *tps6586x, int gpio_base) argument
259 tps6586x_remove_subdevs(struct tps6586x *tps6586x) argument
264 tps6586x_add_subdevs(struct tps6586x *tps6586x, struct tps6586x_platform_data *pdata) argument
294 struct tps6586x *tps6586x; local
[all...]
H A DMakefile78 obj-$(CONFIG_MFD_TPS6586X) += tps6586x.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/regulator/
H A DMakefile27 obj-$(CONFIG_REGULATOR_TPS6586X) += tps6586x-regulator.o
H A Dtps6586x-regulator.c23 #include <linux/mfd/tps6586x.h>
374 .name = "tps6586x-regulator",
396 MODULE_ALIAS("platform:tps6586x-regulator");

Completed in 128 milliseconds