OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_level
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/gpio/
gpiosim.c
422
bool
has_level
= false;
local in function:gpiosim_intr_disestablish
436
has_level
= true;
440
if (
has_level
== false) {
gpiosim.c
422
bool
has_level
= false;
local in function:gpiosim_intr_disestablish
436
has_level
= true;
440
if (
has_level
== false) {
gpio.c
489
int has_edge,
has_level
;
local in function:gpio_irqmode_sanitize
492
has_level
= irqmode & GPIO_INTR_LEVEL_MASK;
499
if (
has_level
&& has_edge)
516
if (
has_level
== GPIO_INTR_LEVEL_MASK)
gpio.c
489
int has_edge,
has_level
;
local in function:gpio_irqmode_sanitize
492
has_level
= irqmode & GPIO_INTR_LEVEL_MASK;
499
if (
has_level
&& has_edge)
516
if (
has_level
== GPIO_INTR_LEVEL_MASK)
/src/sys/arch/arm/broadcom/
bcm2835_gpio.c
457
int
has_level
= flags &
local in function:bmcgpio_intr_enable
466
if (!has_edge && !
has_level
)
470
if (
has_level
== (BCMGPIO_INTR_HIGH_LEVEL|BCMGPIO_INTR_LOW_LEVEL))
474
if (has_edge &&
has_level
)
bcm2835_gpio.c
457
int
has_level
= flags &
local in function:bmcgpio_intr_enable
466
if (!has_edge && !
has_level
)
470
if (
has_level
== (BCMGPIO_INTR_HIGH_LEVEL|BCMGPIO_INTR_LOW_LEVEL))
474
if (has_edge &&
has_level
)
Completed in 26 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025