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:fs2
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/
H
A
D
fpregdef.h
61
#define
fs2
$f24
macro
102
#define
fs2
$f26
macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H
A
D
fpregdef.h
47
#define
fs2
$f24
macro
88
#define
fs2
$f26
macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
fpregdef.h
40
#define
fs2
$f26
macro
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
fpregdef.h
36
#define
fs2
$f26
macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H
A
D
nds32_fpu_inst.h
41
enum
fs2
{
enum
/kernel/linux/linux-5.10/fs/fuse/
H
A
D
virtio_fs.c
240
struct virtio_fs *
fs2
;
in virtio_fs_add_instance()
local
245
list_for_each_entry(
fs2
, &virtio_fs_instances, list) {
in virtio_fs_add_instance()
246
if (strcmp(fs->tag,
fs2
->tag) == 0)
in virtio_fs_add_instance()
/kernel/linux/linux-6.6/fs/fuse/
H
A
D
virtio_fs.c
248
struct virtio_fs *
fs2
;
in virtio_fs_add_instance()
local
253
list_for_each_entry(
fs2
, &virtio_fs_instances, list) {
in virtio_fs_add_instance()
254
if (strcmp(fs->tag,
fs2
->tag) == 0)
in virtio_fs_add_instance()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
cs35l36.c
915
int fs1,
fs2
;
in cs35l36_dai_set_sysclk()
local
919
fs2
= CS35L36_FS2_DEFAULT_VAL;
in cs35l36_dai_set_sysclk()
922
fs2
= 5 * ((CS35L36_FS_NOM_6MHZ * 4 + freq - 1) / freq) + 4;
in cs35l36_dai_set_sysclk()
932
fs1 | (
fs2
<< CS35L36_FS2_WINDOW_SHIFT));
in cs35l36_dai_set_sysclk()
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
cs35l36.c
915
int fs1,
fs2
;
in cs35l36_dai_set_sysclk()
local
919
fs2
= CS35L36_FS2_DEFAULT_VAL;
in cs35l36_dai_set_sysclk()
922
fs2
= 5 * DIV_ROUND_UP(CS35L36_FS_NOM_6MHZ * 4, freq) + 4;
in cs35l36_dai_set_sysclk()
932
fs1 | (
fs2
<< CS35L36_FS2_WINDOW_SHIFT));
in cs35l36_dai_set_sysclk()
H
A
D
cs35l41.c
108
unsigned int
fs2
;
member
903
fs2_val = cs35l41_fs_mon[fsindex].
fs2
;
in cs35l41_dai_set_sysclk()
Completed in 12 milliseconds