Home
last modified time | relevance | path

Searched refs:to_bgpio_chip (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-generic.c140 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 …]
Dgpio-mxs.c228 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()
Dgpio-74xx-mmio.c83 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_74xx_gpio()
Dgpio-xgene-sb.c58 struct bgpio_chip *bgc = to_bgpio_chip(gc); in to_xgene_gpio_sb()
Dgpio-dwapb.c111 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()
Dgpio-mxc.c401 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxc_gpio_to_irq()
Dgpio-grgpio.c97 struct bgpio_chip *bgc = to_bgpio_chip(gc); in grgpio_gc_to_priv()
Dgpio-brcmstb.c63 struct bgpio_chip *bgc = to_bgpio_chip(gc); in brcmstb_gpio_gc_to_bank()
/linux-4.4.14/include/linux/
Dbasic_mmio_gpio.h62 static inline struct bgpio_chip *to_bgpio_chip(struct gpio_chip *gc) in to_bgpio_chip() function