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:CHIP_ID_RTL2831U
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
rtl28xxu.c
635
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_read_config()
655
dev->chip_id =
CHIP_ID_RTL2831U
;
in rtl28xxu_identify_state()
1089
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_frontend_attach()
1421
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_tuner_attach()
1609
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_power_ctrl()
1625
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_frontend_ctrl()
1851
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_get_rc_config()
1864
if (dev->chip_id ==
CHIP_ID_RTL2831U
) {
in rtl28xxu_pid_filter_ctrl()
1880
if (dev->chip_id ==
CHIP_ID_RTL2831U
) {
in rtl28xxu_pid_filter()
H
A
D
rtl28xxu.h
88
CHIP_ID_RTL2831U
,
enumerator
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
rtl28xxu.c
635
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_read_config()
655
dev->chip_id =
CHIP_ID_RTL2831U
;
in rtl28xxu_identify_state()
1080
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_frontend_attach()
1412
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_tuner_attach()
1600
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_power_ctrl()
1616
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_frontend_ctrl()
1842
if (dev->chip_id ==
CHIP_ID_RTL2831U
)
in rtl28xxu_get_rc_config()
1855
if (dev->chip_id ==
CHIP_ID_RTL2831U
) {
in rtl28xxu_pid_filter_ctrl()
1871
if (dev->chip_id ==
CHIP_ID_RTL2831U
) {
in rtl28xxu_pid_filter()
H
A
D
rtl28xxu.h
88
CHIP_ID_RTL2831U
,
enumerator
Completed in 7 milliseconds