Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dbcm_gpio.c32 static SLIST_HEAD(, bcm_gpio_chip) gclist = SLIST_HEAD_INITIALIZER(gclist);
34 struct bcm_gpio_chip *bcm_gpio_pin_to_chip(unsigned int pin) in bcm_gpio_pin_to_chip()
36 struct bcm_gpio_chip *gc = NULL; in bcm_gpio_pin_to_chip()
48 struct bcm_gpio_chip *gc = NULL; in gpio_is_range_overlap()
61 struct bcm_gpio_chip *gc = bcm_gpio_pin_to_chip(gpio); in iproc_set_bit()
71 struct bcm_gpio_chip *gc = bcm_gpio_pin_to_chip(gpio); in iproc_clr_bit()
91 struct bcm_gpio_chip *gc = bcm_gpio_pin_to_chip(gpio); in iproc_gpio_get()
115 struct bcm_gpio_chip *gc = bcm_gpio_pin_to_chip(gpio); in iproc_gpio_get_dir()
130 struct bcm_gpio_chip *gc = bcm_gpio_pin_to_chip(gpio); in iproc_gpio_get_itr()
174 static void iproc_gpio_init(struct bcm_gpio_chip *gc, unsigned int paddr, in iproc_gpio_init()
[all …]
/optee_os/core/include/drivers/
H A Dbcm_gpio.h20 struct bcm_gpio_chip { struct
26 SLIST_ENTRY(bcm_gpio_chip) link; argument
30 struct bcm_gpio_chip *bcm_gpio_pin_to_chip(unsigned int pin);
/optee_os/core/pta/bcm/
H A Dgpio.c45 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_config()
90 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_set()
135 struct bcm_gpio_chip *bcm_gc = NULL; in pta_gpio_get()