OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hp_status
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/usb/
uhso.c
283
int
hp_status
; /* modem status */
member in struct:uhso_port
883
SET(hp->
hp_status
, TIOCM_DSR | TIOCM_CAR);
911
CLR(hp->
hp_status
, TIOCM_DTR | TIOCM_DSR | TIOCM_CAR);
1019
|| !ISSET(hp->
hp_status
, TIOCM_DTR))
1287
if (ISSET(hp->
hp_status
, TIOCM_DTR))
1289
if (ISSET(hp->
hp_status
, TIOCM_RTS))
1339
old = hp->
hp_status
;
1340
CLR(hp->
hp_status
, TIOCM_RNG | TIOCM_DSR | TIOCM_CAR);
1342
SET(hp->
hp_status
, TIOCM_RNG);
1344
SET(hp->
hp_status
, TIOCM_DSR)
[
all
...]
uhso.c
283
int
hp_status
; /* modem status */
member in struct:uhso_port
883
SET(hp->
hp_status
, TIOCM_DSR | TIOCM_CAR);
911
CLR(hp->
hp_status
, TIOCM_DTR | TIOCM_DSR | TIOCM_CAR);
1019
|| !ISSET(hp->
hp_status
, TIOCM_DTR))
1287
if (ISSET(hp->
hp_status
, TIOCM_DTR))
1289
if (ISSET(hp->
hp_status
, TIOCM_RTS))
1339
old = hp->
hp_status
;
1340
CLR(hp->
hp_status
, TIOCM_RNG | TIOCM_DSR | TIOCM_CAR);
1342
SET(hp->
hp_status
, TIOCM_RNG);
1344
SET(hp->
hp_status
, TIOCM_DSR)
[
all
...]
Completed in 123 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025