OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imxgpio_handles
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/imx/
imxgpio.c
74
static struct imxgpio_softc *
imxgpio_handles
[MAX_NGROUP];
variable in typeref:struct:imxgpio_softc * []
348
imxgpio_handles
[gpio->gpio_unit] = gpio;
364
KASSERT(
imxgpio_handles
[index] != NULL);
366
imxgpio_pin_ctl(
imxgpio_handles
[index], pin, dir);
376
KASSERT(
imxgpio_handles
[index] != NULL);
378
imxgpio_pin_write(
imxgpio_handles
[index], pin, value);
388
KASSERT(
imxgpio_handles
[index] != NULL);
390
return imxgpio_pin_read(
imxgpio_handles
[index], pin) ? true : false;
Completed in 12 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025