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:SOLO_DEV_6110
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/solo6x10/
H
A
D
solo6x10-enc.c
37
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_capture_config()
248
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_jpeg_config()
278
if (solo_dev->type ==
SOLO_DEV_6110
)
in solo_mp4e_config()
299
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_mp4e_config()
H
A
D
solo6x10-core.c
56
if (solo_dev->type !=
SOLO_DEV_6110
)
in solo_timer_sync()
411
if (solo_dev->type ==
SOLO_DEV_6110
)
in solo_sysfs_init()
660
.driver_data =
SOLO_DEV_6110
},
662
.driver_data =
SOLO_DEV_6110
},
664
.driver_data =
SOLO_DEV_6110
},
666
.driver_data =
SOLO_DEV_6110
},
H
A
D
solo6x10-p2m.c
66
if (solo_dev->type !=
SOLO_DEV_6110
&& multi_p2m)
in solo_p2m_dma_desc()
77
if (desc_cnt > 1 && solo_dev->type !=
SOLO_DEV_6110
&& desc_mode) {
in solo_p2m_dma_desc()
116
if (desc_cnt > 1 && solo_dev->type !=
SOLO_DEV_6110
&& config)
in solo_p2m_dma_desc()
H
A
D
solo6x10.h
58
#define
SOLO_DEV_6110
1
macro
H
A
D
solo6x10-v4l2-enc.c
151
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_update_mode()
172
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_update_mode()
826
case
SOLO_DEV_6110
:
in solo_enc_enum_fmt_cap()
842
return (pixfmt == V4L2_PIX_FMT_H264 && dev_type ==
SOLO_DEV_6110
)
in solo_valid_pixfmt()
/kernel/linux/linux-6.6/drivers/media/pci/solo6x10/
H
A
D
solo6x10-enc.c
37
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_capture_config()
248
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_jpeg_config()
278
if (solo_dev->type ==
SOLO_DEV_6110
)
in solo_mp4e_config()
299
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_mp4e_config()
H
A
D
solo6x10-core.c
56
if (solo_dev->type !=
SOLO_DEV_6110
)
in solo_timer_sync()
411
if (solo_dev->type ==
SOLO_DEV_6110
)
in solo_sysfs_init()
660
.driver_data =
SOLO_DEV_6110
},
662
.driver_data =
SOLO_DEV_6110
},
664
.driver_data =
SOLO_DEV_6110
},
666
.driver_data =
SOLO_DEV_6110
},
H
A
D
solo6x10-p2m.c
66
if (solo_dev->type !=
SOLO_DEV_6110
&& multi_p2m)
in solo_p2m_dma_desc()
77
if (desc_cnt > 1 && solo_dev->type !=
SOLO_DEV_6110
&& desc_mode) {
in solo_p2m_dma_desc()
116
if (desc_cnt > 1 && solo_dev->type !=
SOLO_DEV_6110
&& config)
in solo_p2m_dma_desc()
H
A
D
solo6x10.h
58
#define
SOLO_DEV_6110
1
macro
H
A
D
solo6x10-v4l2-enc.c
151
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_update_mode()
172
if (solo_dev->type ==
SOLO_DEV_6110
) {
in solo_update_mode()
823
case
SOLO_DEV_6110
:
in solo_enc_enum_fmt_cap()
839
return (pixfmt == V4L2_PIX_FMT_H264 && dev_type ==
SOLO_DEV_6110
)
in solo_valid_pixfmt()
Completed in 9 milliseconds