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:radeon_audio
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
Makefile
52
radeon_sync.o
radeon_audio
.o radeon_dp_auxch.o radeon_dp_mst.o
H
A
D
radeon_drv.c
181
int
radeon_audio
= -1;
variable
237
module_param_named(audio,
radeon_audio
, int, 0444);
H
A
D
atombios_encoders.c
38
#include "
radeon_audio
.h"
716
if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
736
if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
755
if (
radeon_audio
!= 0 &&
in atombios_get_encoder_mode()
760
} else if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
773
if (
radeon_audio
!= 0 &&
in atombios_get_encoder_mode()
1795
if ((
radeon_audio
!= 0) &&
in radeon_atom_encoder_dpms()
2333
if (connector && (
radeon_audio
!= 0) &&
in radeon_atom_encoder_mode_set()
H
A
D
radeon_connectors.c
34
#include "
radeon_audio
.h"
1427
if ((
radeon_audio
!= 0) && radeon_connector->use_digital) {
in radeon_dvi_detect()
1757
if ((
radeon_audio
!= 0) && encoder) {
in radeon_dp_detect()
2016
if (
radeon_audio
!= 0) {
in radeon_add_atom_connector()
2158
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
2219
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
2277
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
H
A
D
radeon_audio.c
30
#include "
radeon_audio
.h"
304
if (!
radeon_audio
|| !radeon_audio_chipset_supported(rdev))
in radeon_audio_init()
H
A
D
radeon.h
101
extern int
radeon_audio
;
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
Makefile
52
radeon_sync.o
radeon_audio
.o radeon_dp_auxch.o
H
A
D
radeon_drv.c
128
int
radeon_audio
= -1;
variable
183
module_param_named(audio,
radeon_audio
, int, 0444);
H
A
D
radeon_connectors.c
34
#include "
radeon_audio
.h"
1405
if ((
radeon_audio
!= 0) && radeon_connector->use_digital) {
in radeon_dvi_detect()
1723
if ((
radeon_audio
!= 0) && encoder) {
in radeon_dp_detect()
1982
if (
radeon_audio
!= 0) {
in radeon_add_atom_connector()
2124
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
2185
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
2243
if (ASIC_IS_DCE2(rdev) && (
radeon_audio
!= 0)) {
in radeon_add_atom_connector()
H
A
D
atombios_encoders.c
42
#include "
radeon_audio
.h"
699
if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
719
if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
738
if (
radeon_audio
!= 0 &&
in atombios_get_encoder_mode()
743
} else if (
radeon_audio
!= 0) {
in atombios_get_encoder_mode()
756
if (
radeon_audio
!= 0 &&
in atombios_get_encoder_mode()
1774
if ((
radeon_audio
!= 0) &&
in radeon_atom_encoder_dpms()
2265
if (connector && (
radeon_audio
!= 0) &&
in radeon_atom_encoder_mode_set()
H
A
D
radeon_audio.c
34
#include "
radeon_audio
.h"
247
if (!
radeon_audio
|| !radeon_audio_chipset_supported(rdev))
in radeon_audio_init()
827
!
radeon_audio
|| !radeon_audio_chipset_supported(rdev))
in radeon_audio_component_init()
H
A
D
radeon.h
102
extern int
radeon_audio
;
Completed in 29 milliseconds