Searched refs:bcm_gc (Results 1 – 1 of 1) sorted by relevance
45 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_config() local62 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() local105 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() local150 if (!bcm_gc) { in pta_gpio_get()[all …]
Completed in 2 milliseconds