Searched refs:max7301 (Results 1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/gpio/ |
| D | gpio-max730x.c | 53 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() 81 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 95 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() 123 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_get() 151 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_set() 163 int __max730x_probe(struct max7301 *ts) in __max730x_probe() 230 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove()
|
| D | gpio-max7300.c | 37 struct max7301 *ts; in max7300_probe() 43 ts = devm_kzalloc(&client->dev, sizeof(struct max7301), GFP_KERNEL); in max7300_probe()
|
| D | gpio-max7301.c | 55 struct max7301 *ts; in max7301_probe() 64 ts = devm_kzalloc(&spi->dev, sizeof(struct max7301), GFP_KERNEL); in max7301_probe()
|
| D | Makefile | 57 obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o
|
| /linux-4.4.14/include/linux/spi/ |
| D | max7301.h | 10 struct max7301 { struct 34 extern int __max730x_probe(struct max7301 *ts); argument
|