OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IHIDEV_OPEN
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/i2c/
ihidev.h
153
#define
IHIDEV_OPEN
0x01 /* device is open */
179
int
ihidev_open
(struct ihidev *);
ihidev.c
895
if (scd == NULL || !(scd->sc_state &
IHIDEV_OPEN
))
957
ihidev_open
(struct ihidev *scd)
function in typeref:typename:int
967
if (scd->sc_state &
IHIDEV_OPEN
|| sc->sc_refcnt == INT_MAX) {
972
scd->sc_state |=
IHIDEV_OPEN
;
997
KASSERTMSG(scd->sc_state &
IHIDEV_OPEN
,
1001
scd->sc_state &= ~
IHIDEV_OPEN
;
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025