OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gpio_dispatch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/xscale/
pxa2x0_gpio.c
106
static int
gpio_dispatch
(struct pxagpio_softc *, int);
409
gpio_dispatch
(struct pxagpio_softc *sc, int gpio_base)
function
483
handled =
gpio_dispatch
(sc, 0);
484
handled |=
gpio_dispatch
(sc, 32);
485
handled |=
gpio_dispatch
(sc, 64);
487
handled |=
gpio_dispatch
(sc, 96);
pxa2x0_gpio.c
106
static int
gpio_dispatch
(struct pxagpio_softc *, int);
409
gpio_dispatch
(struct pxagpio_softc *sc, int gpio_base)
function
483
handled =
gpio_dispatch
(sc, 0);
484
handled |=
gpio_dispatch
(sc, 32);
485
handled |=
gpio_dispatch
(sc, 64);
487
handled |=
gpio_dispatch
(sc, 96);
Completed in 31 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026