Home
last modified time | relevance | path

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

/optee_os/core/pta/bcm/
A Dgpio.c45 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
150 if (!bcm_gc) { in pta_gpio_get()
[all …]

Completed in 2 milliseconds