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:main_dev
(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
73
ctx = mtk_vcodec_get_curr_ctx(dev->
main_dev
, dev->hw_idx);
in mtk_vdec_hw_irq_handler()
124
struct mtk_vcodec_dec_dev *
main_dev
;
in mtk_vdec_hw_probe()
local
134
main_dev
= dev_get_drvdata(dev->parent);
in mtk_vdec_hw_probe()
135
if (!
main_dev
) {
in mtk_vdec_hw_probe()
165
main_dev
->subdev_dev[hw_idx] = subdev_dev;
in mtk_vdec_hw_probe()
167
subdev_dev->
main_dev
=
main_dev
;
in mtk_vdec_hw_probe()
168
subdev_dev->reg_base[VDEC_HW_SYS] =
main_dev
->reg_base[VDEC_HW_SYS];
in mtk_vdec_hw_probe()
169
set_bit(subdev_dev->hw_idx,
main_dev
->subdev_bitmap);
in mtk_vdec_hw_probe()
184
if (!
main_dev
in mtk_vdec_hw_probe()
[all...]
H
A
D
mtk_vcodec_dec_hw.h
38
* @
main_dev
: main device
49
struct mtk_vcodec_dec_dev *
main_dev
;
member
/kernel/linux/linux-6.6/drivers/platform/mellanox/
H
A
D
mlxreg-lc.c
644
struct mlxreg_hotplug_device *
main_dev
, *aux_dev;
in mlxreg_lc_completion_notify()
local
662
main_dev
= mlxreg_lc->main_devs;
in mlxreg_lc_completion_notify()
663
for (i = 0; i < mlxreg_lc->main_devs_num; i++,
main_dev
++) {
in mlxreg_lc_completion_notify()
664
main_dev
->adapter = adapters[
main_dev
->nr];
in mlxreg_lc_completion_notify()
665
main_dev
->nr = adapters[
main_dev
->nr]->nr;
in mlxreg_lc_completion_notify()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H
A
D
altera-ci.c
454
static void altera_hw_filt_release(void *
main_dev
, int filt_nr)
in altera_hw_filt_release()
argument
456
struct fpga_inode *temp_int = find_inode(
main_dev
);
in altera_hw_filt_release()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H
A
D
altera-ci.c
454
static void altera_hw_filt_release(void *
main_dev
, int filt_nr)
in altera_hw_filt_release()
argument
456
struct fpga_inode *temp_int = find_inode(
main_dev
);
in altera_hw_filt_release()
Completed in 5 milliseconds