Searched refs:max7301 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-max730x.c | 50 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_input() 78 static int __max7301_set(struct max7301 *ts, unsigned offset, int value) in __max7301_set() 92 struct max7301 *ts = container_of(chip, struct max7301, chip); in max7301_direction_output() 120 struct max7301 *ts = gpiochip_get_data(chip); in max7301_get() 148 struct max7301 *ts = gpiochip_get_data(chip); in max7301_set() 160 int __max730x_probe(struct max7301 *ts) in __max730x_probe() 225 struct max7301 *ts = dev_get_drvdata(dev); in __max730x_remove()
|
H A D | gpio-max7300.c | 33 struct max7301 *ts; in max7300_probe() 39 ts = devm_kzalloc(&client->dev, sizeof(struct max7301), GFP_KERNEL); in max7300_probe()
|
H A D | gpio-max7301.c | 46 struct max7301 *ts; in max7301_probe() 55 ts = devm_kzalloc(&spi->dev, sizeof(struct max7301), GFP_KERNEL); in max7301_probe()
|
H A D | Makefile | 96 obj-$(CONFIG_GPIO_MAX7301) += gpio-max7301.o
|
/openbmc/linux/include/linux/spi/ |
H A D | max7301.h | 11 struct max7301 { struct 35 extern int __max730x_probe(struct max7301 *ts); argument
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |