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:dvbv3_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_frontend.c
200
static enum dvbv3_emulation_type
dvbv3_type
(u32 delivery_system)
in dvbv3_type()
function
1190
switch (
dvbv3_type
(c->delivery_system)) {
in dtv_property_cache_sync()
1266
switch (
dvbv3_type
(c->delivery_system)) {
in dtv_property_legacy_params_sync()
1712
type =
dvbv3_type
(desired_system);
in dvbv5_set_delivery_system()
1720
if (
dvbv3_type
(fe->ops.delsys[ncaps]) == type)
in dvbv5_set_delivery_system()
1795
if (
dvbv3_type
(fe->ops.delsys[ncaps]) != DVBV3_UNKNOWN) {
in dvbv3_set_delivery_system()
2480
switch (
dvbv3_type
(c->delivery_system)) {
in dvb_frontend_handle_ioctl()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_frontend.c
201
static enum dvbv3_emulation_type
dvbv3_type
(u32 delivery_system)
in dvbv3_type()
function
1184
switch (
dvbv3_type
(c->delivery_system)) {
in dtv_property_cache_sync()
1260
switch (
dvbv3_type
(c->delivery_system)) {
in dtv_property_legacy_params_sync()
1727
type =
dvbv3_type
(desired_system);
in dvbv5_set_delivery_system()
1735
if (
dvbv3_type
(fe->ops.delsys[ncaps]) == type)
in dvbv5_set_delivery_system()
1810
if (
dvbv3_type
(fe->ops.delsys[ncaps]) != DVBV3_UNKNOWN) {
in dvbv3_set_delivery_system()
2506
switch (
dvbv3_type
(c->delivery_system)) {
in dvb_frontend_handle_ioctl()
Completed in 7 milliseconds