Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpio/
Dgpio-generic.c140 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_get()
147 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set()
166 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_with_clear()
177 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_set()
238 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple()
246 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple_set()
255 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_set_multiple_with_clear()
281 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_dir_in()
296 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_dir_out()
313 struct bgpio_chip *bgc = to_bgpio_chip(gc); in bgpio_dir_in_inv()
[all …]
Dgpio-moxart.c44 struct bgpio_chip *bgc = to_bgpio_chip(chip); in moxart_gpio_get()
Dgpio-mxs.c223 struct bgpio_chip *bgc = to_bgpio_chip(gc); in mxs_gpio_to_irq()
232 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.c55 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.c396 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()
/linux-4.1.27/include/linux/
Dbasic_mmio_gpio.h62 static inline struct bgpio_chip *to_bgpio_chip(struct gpio_chip *gc) in to_bgpio_chip() function