Searched refs:to_bgpio_chip (Results 1 – 9 of 9) sorted by relevance
140 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get_set()151 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get()162 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set()181 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_with_clear()192 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_set()253 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple()261 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple_set()270 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple_with_clear()302 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_dir_in()317 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get_dir()[all …]
228 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxs_gpio_to_irq()237 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxs_gpio_get_direction()
83 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_74xx_gpio()
58 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_xgene_gpio_sb()
111 struct bgpio_chip *bgc = to_bgpio_chip(gc); in dwapb_gpio_to_irq()265 struct bgpio_chip *bgc = to_bgpio_chip(gc); in dwapb_gpio_set_debounce()
401 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxc_gpio_to_irq()
97 struct bgpio_chip *bgc = to_bgpio_chip(gc); in grgpio_gc_to_priv()
63 struct bgpio_chip *bgc = to_bgpio_chip(gc); in brcmstb_gpio_gc_to_bank()
62 static inline struct bgpio_chip *to_bgpio_chip(struct gpio_chip *gc) in to_bgpio_chip() function