Searched refs:ts5500_priv (Results 1 – 1 of 1) sorted by relevance
36 struct ts5500_priv { struct188 static inline struct ts5500_priv *ts5500_gc_to_priv(struct gpio_chip *chip) in ts5500_gc_to_priv()190 return container_of(chip, struct ts5500_priv, gpio_chip); in ts5500_gc_to_priv()209 struct ts5500_priv *priv = ts5500_gc_to_priv(chip); in ts5500_gpio_input()228 struct ts5500_priv *priv = ts5500_gc_to_priv(chip); in ts5500_gpio_get()236 struct ts5500_priv *priv = ts5500_gc_to_priv(chip); in ts5500_gpio_output()258 struct ts5500_priv *priv = ts5500_gc_to_priv(chip); in ts5500_gpio_set()272 struct ts5500_priv *priv = ts5500_gc_to_priv(chip); in ts5500_gpio_to_irq()287 static int ts5500_enable_irq(struct ts5500_priv *priv) in ts5500_enable_irq()306 static void ts5500_disable_irq(struct ts5500_priv *priv) in ts5500_disable_irq()[all …]