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:cg_status
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/
H
A
D
mtk_vcodec_dec_hw.c
68
u32
cg_status
;
in mtk_vdec_hw_irq_handler()
local
76
cg_status
= readl(dev->reg_base[VDEC_HW_SYS] + VDEC_HW_ACTIVE_ADDR);
in mtk_vdec_hw_irq_handler()
77
if (
cg_status
& VDEC_HW_ACTIVE_MASK) {
in mtk_vdec_hw_irq_handler()
78
mtk_v4l2_vdec_err(ctx, "vdec active is not 0x0 (0x%08x)",
cg_status
);
in mtk_vdec_hw_irq_handler()
H
A
D
mtk_vcodec_dec_drv.c
44
u32
cg_status
;
in mtk_vcodec_is_hw_active()
local
50
cg_status
= readl(dev->reg_base[VDEC_SYS] + VDEC_HW_ACTIVE_ADDR);
in mtk_vcodec_is_hw_active()
51
return !FIELD_GET(VDEC_HW_ACTIVE_MASK,
cg_status
);
in mtk_vcodec_is_hw_active()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/
H
A
D
mtk_vcodec_dec_drv.c
44
u32
cg_status
= 0;
in mtk_vcodec_dec_irq_handler()
local
52
cg_status
= readl(dev->reg_base[0]);
in mtk_vcodec_dec_irq_handler()
53
if ((
cg_status
& VDEC_HW_ACTIVE) != 0) {
in mtk_vcodec_dec_irq_handler()
55
cg_status
);
in mtk_vcodec_dec_irq_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_ethtool.c
269
bool
cg_status
;
in dpaa_get_ethtool_stats()
local
311
cg_status
= false;
in dpaa_get_ethtool_stats()
313
if (qman_query_cgr_congested(&priv->cgr_data.cgr, &
cg_status
) == 0) {
in dpaa_get_ethtool_stats()
324
data[offset++] =
cg_status
;
in dpaa_get_ethtool_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_ethtool.c
185
bool
cg_status
;
in dpaa_get_ethtool_stats()
local
227
cg_status
= false;
in dpaa_get_ethtool_stats()
229
if (qman_query_cgr_congested(&priv->cgr_data.cgr, &
cg_status
) == 0) {
in dpaa_get_ethtool_stats()
240
data[offset++] =
cg_status
;
in dpaa_get_ethtool_stats()
Completed in 6 milliseconds