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:dvbdemux1
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H
A
D
av7110.c
1276
struct dvb_demux *
dvbdemux1
= &av7110->demux1;
in av7110_register()
local
1340
dvbdemux1
->priv = (void *) av7110;
in av7110_register()
1342
dvbdemux1
->filternum = 256;
in av7110_register()
1343
dvbdemux1
->feednum = 256;
in av7110_register()
1344
dvbdemux1
->start_feed = budget_start_feed;
in av7110_register()
1345
dvbdemux1
->stop_feed = budget_stop_feed;
in av7110_register()
1346
dvbdemux1
->write_to_decoder = NULL;
in av7110_register()
1348
dvbdemux1
->dmx.capabilities = (DMX_TS_FILTERING | DMX_SECTION_FILTERING |
in av7110_register()
1354
av7110->dmxdev1.demux = &
dvbdemux1
->dmx;
in av7110_register()
1359
dvb_net_init(&av7110->dvb_adapter, &av7110->dvb_net1, &
dvbdemux1
in av7110_register()
1369
struct dvb_demux *
dvbdemux1
= &av7110->demux1;
dvb_unregister()
local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/av7110/
H
A
D
av7110.c
1279
struct dvb_demux *
dvbdemux1
= &av7110->demux1;
in av7110_register()
local
1343
dvbdemux1
->priv = (void *) av7110;
in av7110_register()
1345
dvbdemux1
->filternum = 256;
in av7110_register()
1346
dvbdemux1
->feednum = 256;
in av7110_register()
1347
dvbdemux1
->start_feed = budget_start_feed;
in av7110_register()
1348
dvbdemux1
->stop_feed = budget_stop_feed;
in av7110_register()
1349
dvbdemux1
->write_to_decoder = NULL;
in av7110_register()
1351
dvbdemux1
->dmx.capabilities = (DMX_TS_FILTERING | DMX_SECTION_FILTERING |
in av7110_register()
1357
av7110->dmxdev1.demux = &
dvbdemux1
->dmx;
in av7110_register()
1362
dvb_net_init(&av7110->dvb_adapter, &av7110->dvb_net1, &
dvbdemux1
in av7110_register()
1372
struct dvb_demux *
dvbdemux1
= &av7110->demux1;
dvb_unregister()
local
[all...]
Completed in 6 milliseconds