Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-mc33880.c36 struct mc33880 { struct
43 static int mc33880_write_config(struct mc33880 *mc) in mc33880_write_config() argument
49 static int __mc33880_set(struct mc33880 *mc, unsigned offset, int value) in __mc33880_set()
62 struct mc33880 *mc = gpiochip_get_data(chip); in mc33880_set()
73 struct mc33880 *mc; in mc33880_probe()
92 mc = devm_kzalloc(&spi->dev, sizeof(struct mc33880), GFP_KERNEL); in mc33880_probe()
139 struct mc33880 *mc; in mc33880_remove()
H A DMakefile102 obj-$(CONFIG_GPIO_MC33880) += gpio-mc33880.o