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:slot_found
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
max98388.c
696
int cnt,
slot_found
;
in max98388_dai_tdm_slot()
local
739
slot_found
= 0;
in max98388_dai_tdm_slot()
743
if (
slot_found
== 0)
in max98388_dai_tdm_slot()
753
slot_found
++;
in max98388_dai_tdm_slot()
754
if (
slot_found
>= MAX_NUM_CH)
in max98388_dai_tdm_slot()
760
slot_found
= 0;
in max98388_dai_tdm_slot()
767
if (
slot_found
>= MAX_NUM_CH)
in max98388_dai_tdm_slot()
H
A
D
max98373-i2c.c
328
int x,
slot_found
;
in max98373_dai_tdm_slot()
local
370
slot_found
= 0;
in max98373_dai_tdm_slot()
374
if (
slot_found
== 0)
in max98373_dai_tdm_slot()
382
slot_found
++;
in max98373_dai_tdm_slot()
383
if (
slot_found
> 1)
in max98373_dai_tdm_slot()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
max98373-i2c.c
322
int x,
slot_found
;
in max98373_dai_tdm_slot()
local
364
slot_found
= 0;
in max98373_dai_tdm_slot()
368
if (
slot_found
== 0)
in max98373_dai_tdm_slot()
376
slot_found
++;
in max98373_dai_tdm_slot()
377
if (
slot_found
> 1)
in max98373_dai_tdm_slot()
/kernel/linux/linux-5.10/drivers/pci/hotplug/
H
A
D
acpiphp_glue.c
279
goto
slot_found
;
in acpiphp_add_context()
327
slot_found
:
in acpiphp_add_context()
/kernel/linux/linux-6.6/drivers/pci/hotplug/
H
A
D
acpiphp_glue.c
280
goto
slot_found
;
in acpiphp_add_context()
328
slot_found
:
in acpiphp_add_context()
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
knav_qmss_queue.c
764
bool
slot_found
;
in knav_pool_create()
local
819
slot_found
= false;
in knav_pool_create()
823
slot_found
= true;
in knav_pool_create()
830
if (
slot_found
) {
in knav_pool_create()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
822
bool
slot_found
= false;
in xhci_free_tt_info()
local
837
slot_found
= true;
in xhci_free_tt_info()
840
} else if (
slot_found
) {
in xhci_free_tt_info()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
778
bool
slot_found
= false;
in xhci_free_tt_info()
local
793
slot_found
= true;
in xhci_free_tt_info()
796
} else if (
slot_found
) {
in xhci_free_tt_info()
Completed in 13 milliseconds