Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ctrlin
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/greybus/
H
A
D
uart.c
59
u8
ctrlin
; /* input control lines */
member
144
gb_tty->
ctrlin
= serial_state->control;
in gb_uart_serial_state_handler()
545
(gb_tty->
ctrlin
& GB_UART_CTRL_DSR ? TIOCM_DSR : 0) |
in gb_tty_tiocmget()
546
(gb_tty->
ctrlin
& GB_UART_CTRL_RI ? TIOCM_RI : 0) |
in gb_tty_tiocmget()
547
(gb_tty->
ctrlin
& GB_UART_CTRL_DCD ? TIOCM_CD : 0) |
in gb_tty_tiocmget()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H
A
D
uart.c
59
u8
ctrlin
; /* input control lines */
member
144
gb_tty->
ctrlin
= serial_state->control;
in gb_uart_serial_state_handler()
530
(gb_tty->
ctrlin
& GB_UART_CTRL_DSR ? TIOCM_DSR : 0) |
in gb_tty_tiocmget()
531
(gb_tty->
ctrlin
& GB_UART_CTRL_RI ? TIOCM_RI : 0) |
in gb_tty_tiocmget()
532
(gb_tty->
ctrlin
& GB_UART_CTRL_DCD ? TIOCM_CD : 0) |
in gb_tty_tiocmget()
/kernel/linux/linux-5.10/drivers/usb/class/
H
A
D
cdc-acm.h
118
unsigned int
ctrlin
; /* input control lines (DCD, DSR, RI, break, overruns) */
member
H
A
D
cdc-acm.c
314
if (!acm->clocal && (acm->
ctrlin
& ~newctrl & ACM_CTRL_DCD)) {
in acm_process_notification()
320
difference = acm->
ctrlin
^ newctrl;
in acm_process_notification()
322
acm->
ctrlin
= newctrl;
in acm_process_notification()
915
(acm->
ctrlin
& ACM_CTRL_DSR ? TIOCM_DSR : 0) |
in acm_tty_tiocmget()
916
(acm->
ctrlin
& ACM_CTRL_RI ? TIOCM_RI : 0) |
in acm_tty_tiocmget()
917
(acm->
ctrlin
& ACM_CTRL_DCD ? TIOCM_CD : 0) |
in acm_tty_tiocmget()
/kernel/linux/linux-6.6/drivers/usb/class/
H
A
D
cdc-acm.h
90
unsigned int
ctrlin
; /* input control lines (DCD, DSR, RI, break, overruns) */
member
H
A
D
cdc-acm.c
315
if (!acm->clocal && (acm->
ctrlin
& ~newctrl & USB_CDC_SERIAL_STATE_DCD)) {
in acm_process_notification()
321
difference = acm->
ctrlin
^ newctrl;
in acm_process_notification()
333
acm->
ctrlin
= newctrl;
in acm_process_notification()
935
(acm->
ctrlin
& USB_CDC_SERIAL_STATE_DSR ? TIOCM_DSR : 0) |
in acm_tty_tiocmget()
936
(acm->
ctrlin
& USB_CDC_SERIAL_STATE_RING_SIGNAL ? TIOCM_RI : 0) |
in acm_tty_tiocmget()
937
(acm->
ctrlin
& USB_CDC_SERIAL_STATE_DCD ? TIOCM_CD : 0) |
in acm_tty_tiocmget()
Completed in 8 milliseconds