Lines Matching refs:bcm_gc
45 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_config() local
62 bcm_gc = bcm_gpio_pin_to_chip(gpio_num); in pta_gpio_config()
63 if (!bcm_gc) { in pta_gpio_config()
68 gc = &bcm_gc->chip; in pta_gpio_config()
90 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_set() local
105 bcm_gc = bcm_gpio_pin_to_chip(gpio_num); in pta_gpio_set()
106 if (!bcm_gc) { in pta_gpio_set()
111 gc = &bcm_gc->chip; in pta_gpio_set()
135 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_get() local
149 bcm_gc = bcm_gpio_pin_to_chip(gpio_num); in pta_gpio_get()
150 if (!bcm_gc) { in pta_gpio_get()
155 gc = &bcm_gc->chip; in pta_gpio_get()