Searched refs:tps65910_gpio (Results 1 – 1 of 1) sorted by relevance
25 struct tps65910_gpio { struct30 static inline struct tps65910_gpio *to_tps65910_gpio(struct gpio_chip *chip) in to_tps65910_gpio() argument32 return container_of(chip, struct tps65910_gpio, gpio_chip); in to_tps65910_gpio()37 struct tps65910_gpio *tps65910_gpio = to_tps65910_gpio(gc); in tps65910_gpio_get() local38 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_get()52 struct tps65910_gpio *tps65910_gpio = to_tps65910_gpio(gc); in tps65910_gpio_set() local53 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_set()66 struct tps65910_gpio *tps65910_gpio = to_tps65910_gpio(gc); in tps65910_gpio_output() local67 struct tps65910 *tps65910 = tps65910_gpio->tps65910; in tps65910_gpio_output()78 struct tps65910_gpio *tps65910_gpio = to_tps65910_gpio(gc); in tps65910_gpio_input() local[all …]