OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eint_func
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sunxi_gpio.h
44
uint8_t
eint_func
;
member in struct:sunxi_gpio_pins
sunxi_gpio.h
44
uint8_t
eint_func
;
member in struct:sunxi_gpio_pins
sunxi_gpio.c
150
int (*
eint_func
)(void *);
member in struct:sunxi_gpio_eint
459
if (eint->
eint_func
== NULL)
463
ret |= eint->
eint_func
(eint->eint_arg);
480
if (pin_def->functions[pin_def->
eint_func
] == NULL ||
481
strcmp(pin_def->functions[pin_def->
eint_func
], "irq") != 0)
489
if (eint->
eint_func
!= NULL) {
500
eint->
eint_func
= func;
530
KASSERT(eint->
eint_func
!= NULL);
540
eint->
eint_func
= NULL;
967
if (pin_def->functions[pin_def->
eint_func
] != NULL &
[
all
...]
sunxi_gpio.c
150
int (*
eint_func
)(void *);
member in struct:sunxi_gpio_eint
459
if (eint->
eint_func
== NULL)
463
ret |= eint->
eint_func
(eint->eint_arg);
480
if (pin_def->functions[pin_def->
eint_func
] == NULL ||
481
strcmp(pin_def->functions[pin_def->
eint_func
], "irq") != 0)
489
if (eint->
eint_func
!= NULL) {
500
eint->
eint_func
= func;
530
KASSERT(eint->
eint_func
!= NULL);
540
eint->
eint_func
= NULL;
967
if (pin_def->functions[pin_def->
eint_func
] != NULL &
[
all
...]
/src/sys/arch/arm/broadcom/
bcm2835_gpio.c
73
int (*
eint_func
)(void *);
member in struct:bcmgpio_eint
423
if ((func = eint->
eint_func
) == NULL)
483
if (eint->
eint_func
!= NULL) {
488
eint->
eint_func
= func;
538
KASSERT(eint->
eint_func
!= NULL);
565
eint->
eint_func
= NULL;
bcm2835_gpio.c
73
int (*
eint_func
)(void *);
member in struct:bcmgpio_eint
423
if ((func = eint->
eint_func
) == NULL)
483
if (eint->
eint_func
!= NULL) {
488
eint->
eint_func
= func;
538
KASSERT(eint->
eint_func
!= NULL);
565
eint->
eint_func
= NULL;
/src/sys/arch/arm/rockchip/
rk_gpio.c
85
int (*
eint_func
)(void *);
member in struct:rk_gpio_eint
319
if (eint == NULL || eint->
eint_func
== NULL)
323
ret |= eint->
eint_func
(eint->eint_arg);
339
if (sc->sc_eint[pin].
eint_func
!= NULL) {
346
eint->
eint_func
= func;
393
KASSERT(eint != NULL && eint->
eint_func
!= NULL);
403
sc->sc_eint[eint->eint_num].
eint_func
= NULL;
rk_gpio.c
85
int (*
eint_func
)(void *);
member in struct:rk_gpio_eint
319
if (eint == NULL || eint->
eint_func
== NULL)
323
ret |= eint->
eint_func
(eint->eint_arg);
339
if (sc->sc_eint[pin].
eint_func
!= NULL) {
346
eint->
eint_func
= func;
393
KASSERT(eint != NULL && eint->
eint_func
!= NULL);
403
sc->sc_eint[eint->eint_num].
eint_func
= NULL;
Completed in 27 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025