Searched refs:max7301 (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/spi/
H A Dmax7301.h11 struct max7301 { struct
35 extern int __max730x_probe(struct max7301 *ts);
/linux-master/drivers/gpio/
H A Dgpio-max7300.c13 #include <linux/spi/max7301.h>
33 struct max7301 *ts;
39 ts = devm_kzalloc(&client->dev, sizeof(struct max7301), GFP_KERNEL);
H A Dgpio-max730x.c34 #include <linux/spi/max7301.h>
50 struct max7301 *ts = container_of(chip, struct max7301, chip);
78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value)
92 struct max7301 *ts = container_of(chip, struct max7301, chip);
120 struct max7301 *ts = gpiochip_get_data(chip);
148 struct max7301 *ts = gpiochip_get_data(chip);
160 int __max730x_probe(struct max7301 *ts)
225 struct max7301 *t
[all...]
H A Dgpio-max7301.c16 #include <linux/spi/max7301.h>
46 struct max7301 *ts;
55 ts = devm_kzalloc(&spi->dev, sizeof(struct max7301), GFP_KERNEL);
73 { "max7301", 0 },
80 .name = "max7301",
H A DMakefile97 obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o
/linux-master/drivers/mfd/
H A Dtimberdale.c25 #include <linux/spi/max7301.h>
115 .modalias = "max7301",

Completed in 125 milliseconds