Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-mc9s08dz60.c27 struct mc9s08dz60 { struct
32 static inline struct mc9s08dz60 *to_mc9s08dz60(struct gpio_chip *gc) in to_mc9s08dz60() argument
34 return container_of(gc, struct mc9s08dz60, chip); in to_mc9s08dz60()
48 struct mc9s08dz60 *mc9s = to_mc9s08dz60(gc); in mc9s08dz60_get_value()
56 static int mc9s08dz60_set(struct mc9s08dz60 *mc9s, unsigned offset, int val) in mc9s08dz60_set()
78 struct mc9s08dz60 *mc9s = to_mc9s08dz60(gc); in mc9s08dz60_set_value()
86 struct mc9s08dz60 *mc9s = to_mc9s08dz60(gc); in mc9s08dz60_direction_output()
94 struct mc9s08dz60 *mc9s; in mc9s08dz60_probe()
117 struct mc9s08dz60 *mc9s; in mc9s08dz60_remove()
DMakefile61 obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o