OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ib_intr
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ic/
igpio.c
61
struct igpio_intr *
ib_intr
;
member in struct:igpio_bank
322
ib->
ib_intr
=
323
kmem_zalloc(sizeof(*ib->
ib_intr
) * npins, KM_SLEEP);
383
if (ib->
ib_intr
!= NULL) {
384
kmem_free(ib->
ib_intr
, sizeof(*ib->
ib_intr
) * npins);
385
ib->
ib_intr
= NULL;
613
ii = &ib->
ib_intr
[pin];
785
func = ib->
ib_intr
[pin].ii_func;
786
arg = ib->
ib_intr
[pin].ii_arg
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025