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:plug_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs42l42.c
1366
if (cs42l42->
plug_state
!= CS42L42_TS_PLUG) {
in cs42l42_irq_thread()
1367
cs42l42->
plug_state
= CS42L42_TS_PLUG;
in cs42l42_irq_thread()
1373
if (cs42l42->
plug_state
!= CS42L42_TS_UNPLUG) {
in cs42l42_irq_thread()
1374
cs42l42->
plug_state
= CS42L42_TS_UNPLUG;
in cs42l42_irq_thread()
1382
if (cs42l42->
plug_state
!= CS42L42_TS_TRANS)
in cs42l42_irq_thread()
1383
cs42l42->
plug_state
= CS42L42_TS_TRANS;
in cs42l42_irq_thread()
1547
cs42l42->
plug_state
= (((char) reg) &
in cs42l42_setup_hs_type_detect()
H
A
D
cs42l42.h
761
u8
plug_state
;
member
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l42.h
42
u8
plug_state
;
member
H
A
D
cs42l42.c
1736
if (cs42l42->
plug_state
!= CS42L42_TS_PLUG) {
in cs42l42_irq_thread()
1737
cs42l42->
plug_state
= CS42L42_TS_PLUG;
in cs42l42_irq_thread()
1743
if (cs42l42->
plug_state
!= CS42L42_TS_UNPLUG) {
in cs42l42_irq_thread()
1744
cs42l42->
plug_state
= CS42L42_TS_UNPLUG;
in cs42l42_irq_thread()
1757
cs42l42->
plug_state
= CS42L42_TS_TRANS;
in cs42l42_irq_thread()
1762
if (cs42l42->
plug_state
== CS42L42_TS_PLUG && ((~masks[7]) & irq_params_table[7].mask)) {
in cs42l42_irq_thread()
1936
cs42l42->
plug_state
= (((char) reg) &
in cs42l42_setup_hs_type_detect()
2233
if (cs42l42->
plug_state
!= CS42L42_TS_UNPLUG)
in cs42l42_resume()
2234
cs42l42->
plug_state
= CS42L42_TS_TRANS;
in cs42l42_resume()
Completed in 7 milliseconds