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:audio_fs
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ps3/
H
A
D
ps3av_cmd.c
636
param->mclk = ps3av_cnv_mclk(audio_mode->
audio_fs
) | 0x80;
in ps3av_cmd_set_av_audio_param()
637
ps3av_cnv_ns(param->ns, audio_mode->
audio_fs
, video_vid);
in ps3av_cmd_set_av_audio_param()
688
audio->
audio_fs
= fs;
in ps3av_cmd_set_audio_mode()
/kernel/linux/linux-6.6/drivers/ps3/
H
A
D
ps3av_cmd.c
636
param->mclk = ps3av_cnv_mclk(audio_mode->
audio_fs
) | 0x80;
in ps3av_cmd_set_av_audio_param()
637
ps3av_cnv_ns(param->ns, audio_mode->
audio_fs
, video_vid);
in ps3av_cmd_set_av_audio_param()
688
audio->
audio_fs
= fs;
in ps3av_cmd_set_audio_mode()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/analogix/
H
A
D
anx7625.h
383
enum
audio_fs
{
enum
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_hdmi.c
788
* @
audio_fs
: audio frame clock frequency in Hz
794
static int sti_hdmi_audio_get_non_coherent_n(unsigned int
audio_fs
)
in sti_hdmi_audio_get_non_coherent_n()
argument
798
switch (
audio_fs
) {
in sti_hdmi_audio_get_non_coherent_n()
822
n = (
audio_fs
* 128) / 1000;
in sti_hdmi_audio_get_non_coherent_n()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_hdmi.c
796
* @
audio_fs
: audio frame clock frequency in Hz
802
static int sti_hdmi_audio_get_non_coherent_n(unsigned int
audio_fs
)
in sti_hdmi_audio_get_non_coherent_n()
argument
806
switch (
audio_fs
) {
in sti_hdmi_audio_get_non_coherent_n()
830
n = (
audio_fs
* 128) / 1000;
in sti_hdmi_audio_get_non_coherent_n()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
ps3av.h
170
/*
audio_fs
*/
594
u32
audio_fs
; /* in: sampling freq */
member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
ps3av.h
170
/*
audio_fs
*/
594
u32
audio_fs
; /* in: sampling freq */
member
Completed in 12 milliseconds