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:newsigs
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/pcmcia/
H
A
D
synclink_cs.c
1961
struct _input_signal_events oldsigs,
newsigs
;
in wait_events()
local
2010
newsigs
= info->input_signal_events;
in wait_events()
2015
if (
newsigs
.dsr_up == oldsigs.dsr_up &&
in wait_events()
2016
newsigs
.dsr_down == oldsigs.dsr_down &&
in wait_events()
2017
newsigs
.dcd_up == oldsigs.dcd_up &&
in wait_events()
2018
newsigs
.dcd_down == oldsigs.dcd_down &&
in wait_events()
2019
newsigs
.cts_up == oldsigs.cts_up &&
in wait_events()
2020
newsigs
.cts_down == oldsigs.cts_down &&
in wait_events()
2021
newsigs
.ri_up == oldsigs.ri_up &&
in wait_events()
2022
newsigs
in wait_events()
[all...]
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
synclink.c
2662
struct _input_signal_events oldsigs,
newsigs
;
in mgsl_wait_event()
local
2719
newsigs
= info->input_signal_events;
in mgsl_wait_event()
2724
if (
newsigs
.dsr_up == oldsigs.dsr_up &&
in mgsl_wait_event()
2725
newsigs
.dsr_down == oldsigs.dsr_down &&
in mgsl_wait_event()
2726
newsigs
.dcd_up == oldsigs.dcd_up &&
in mgsl_wait_event()
2727
newsigs
.dcd_down == oldsigs.dcd_down &&
in mgsl_wait_event()
2728
newsigs
.cts_up == oldsigs.cts_up &&
in mgsl_wait_event()
2729
newsigs
.cts_down == oldsigs.cts_down &&
in mgsl_wait_event()
2730
newsigs
.ri_up == oldsigs.ri_up &&
in mgsl_wait_event()
2731
newsigs
in mgsl_wait_event()
[all...]
H
A
D
synclinkmp.c
3002
struct _input_signal_events oldsigs,
newsigs
;
in wait_mgsl_event()
local
3061
newsigs
= info->input_signal_events;
in wait_mgsl_event()
3066
if (
newsigs
.dsr_up == oldsigs.dsr_up &&
in wait_mgsl_event()
3067
newsigs
.dsr_down == oldsigs.dsr_down &&
in wait_mgsl_event()
3068
newsigs
.dcd_up == oldsigs.dcd_up &&
in wait_mgsl_event()
3069
newsigs
.dcd_down == oldsigs.dcd_down &&
in wait_mgsl_event()
3070
newsigs
.cts_up == oldsigs.cts_up &&
in wait_mgsl_event()
3071
newsigs
.cts_down == oldsigs.cts_down &&
in wait_mgsl_event()
3072
newsigs
.ri_up == oldsigs.ri_up &&
in wait_mgsl_event()
3073
newsigs
in wait_mgsl_event()
[all...]
H
A
D
synclink_gt.c
2671
struct _input_signal_events oldsigs,
newsigs
;
in wait_mgsl_event()
local
2721
newsigs
= info->input_signal_events;
in wait_mgsl_event()
2726
if (
newsigs
.dsr_up == oldsigs.dsr_up &&
in wait_mgsl_event()
2727
newsigs
.dsr_down == oldsigs.dsr_down &&
in wait_mgsl_event()
2728
newsigs
.dcd_up == oldsigs.dcd_up &&
in wait_mgsl_event()
2729
newsigs
.dcd_down == oldsigs.dcd_down &&
in wait_mgsl_event()
2730
newsigs
.cts_up == oldsigs.cts_up &&
in wait_mgsl_event()
2731
newsigs
.cts_down == oldsigs.cts_down &&
in wait_mgsl_event()
2732
newsigs
.ri_up == oldsigs.ri_up &&
in wait_mgsl_event()
2733
newsigs
in wait_mgsl_event()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
synclink_gt.c
2654
struct _input_signal_events oldsigs,
newsigs
;
in wait_mgsl_event()
local
2704
newsigs
= info->input_signal_events;
in wait_mgsl_event()
2709
if (
newsigs
.dsr_up == oldsigs.dsr_up &&
in wait_mgsl_event()
2710
newsigs
.dsr_down == oldsigs.dsr_down &&
in wait_mgsl_event()
2711
newsigs
.dcd_up == oldsigs.dcd_up &&
in wait_mgsl_event()
2712
newsigs
.dcd_down == oldsigs.dcd_down &&
in wait_mgsl_event()
2713
newsigs
.cts_up == oldsigs.cts_up &&
in wait_mgsl_event()
2714
newsigs
.cts_down == oldsigs.cts_down &&
in wait_mgsl_event()
2715
newsigs
.ri_up == oldsigs.ri_up &&
in wait_mgsl_event()
2716
newsigs
in wait_mgsl_event()
[all...]
Completed in 21 milliseconds