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:frontend_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/backends/backend/genesys/
H
A
D
gl846.cpp
326
std::uint8_t
frontend_type
= dev->reg.find_reg(0x04).value & REG_0x04_FESET;
in set_fe()
local
327
switch (
frontend_type
) {
in set_fe()
332
throw SaneException("unsupported frontend type %d",
frontend_type
);
in set_fe()
H
A
D
low.h
417
FrontendType
frontend_type
);
H
A
D
gl841.cpp
373
std::uint8_t
frontend_type
= dev->reg.find_reg(0x04).value & REG_0x04_FESET;
in set_fe()
local
375
if (
frontend_type
== 0x02) {
in set_fe()
380
if (
frontend_type
!= 0x00) {
in set_fe()
381
throw SaneException("unsupported frontend type %d",
frontend_type
);
in set_fe()
H
A
D
gl646.cpp
1123
std::uint8_t
frontend_type
= dev->reg.find_reg(0x04).value & REG_0x04_FESET;
in gl646_set_fe()
local
1124
if (
frontend_type
== 0x02) {
in gl646_set_fe()
1130
if (
frontend_type
!= 0x03) {
in gl646_set_fe()
1131
throw SaneException("unsupported frontend type %d",
frontend_type
);
in gl646_set_fe()
H
A
D
low.cpp
1374
FrontendType
frontend_type
)
in compute_frontend_gain()
1376
switch (
frontend_type
) {
in compute_frontend_gain()
1373
compute_frontend_gain(float value, float target_value, FrontendType
frontend_type
)
compute_frontend_gain()
argument
Completed in 16 milliseconds