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:n_slots
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
exc3000.c
141
u8 *buf, int *
n_slots
)
in exc3000_read_data()
149
*
n_slots
= buf[3];
in exc3000_read_data()
150
if (!*
n_slots
|| *
n_slots
> EXC3000_NUM_SLOTS)
in exc3000_read_data()
153
if (*
n_slots
> EXC3000_SLOTS_PER_FRAME) {
in exc3000_read_data()
140
exc3000_read_data(struct exc3000_data *data, u8 *buf, int *
n_slots
)
exc3000_read_data()
argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs42l43.c
293
int
n_slots
= n_chans;
in cs42l43_asp_hw_params()
local
299
if (priv->
n_slots
) {
in cs42l43_asp_hw_params()
300
n_slots
= priv->
n_slots
;
in cs42l43_asp_hw_params()
304
if (!dsp_mode && (
n_slots
& 0x1)) {
in cs42l43_asp_hw_params()
306
n_slots
++;
in cs42l43_asp_hw_params()
309
frame =
n_slots
* slot_width;
in cs42l43_asp_hw_params()
324
n, m, bclk_target,
n_slots
, slot_width);
in cs42l43_asp_hw_params()
487
priv->
n_slots
= slots;
in cs42l43_asp_set_tdm_slot()
H
A
D
cs42l43.h
43
int
n_slots
;
member
Completed in 5 milliseconds