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:sp2_config
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
dvbsky.c
383
struct
sp2_config
sp2_config
= {};
in dvbsky_s960c_attach()
local
418
sp2_config
.dvb_adap = &adap->dvb_adap;
in dvbsky_s960c_attach()
419
sp2_config
.priv = d;
in dvbsky_s960c_attach()
420
sp2_config
.ci_control = dvbsky_ci_ctrl;
in dvbsky_s960c_attach()
424
0x40, &
sp2_config
);
in dvbsky_s960c_attach()
454
struct
sp2_config
sp2_config
= {};
in dvbsky_t680c_attach()
local
480
sp2_config
.dvb_adap = &adap->dvb_adap;
in dvbsky_t680c_attach()
481
sp2_config
in dvbsky_t680c_attach()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
dvbsky.c
383
struct
sp2_config
sp2_config
= {};
in dvbsky_s960c_attach()
local
418
sp2_config
.dvb_adap = &adap->dvb_adap;
in dvbsky_s960c_attach()
419
sp2_config
.priv = d;
in dvbsky_s960c_attach()
420
sp2_config
.ci_control = dvbsky_ci_ctrl;
in dvbsky_s960c_attach()
424
0x40, &
sp2_config
);
in dvbsky_s960c_attach()
454
struct
sp2_config
sp2_config
= {};
in dvbsky_t680c_attach()
local
480
sp2_config
.dvb_adap = &adap->dvb_adap;
in dvbsky_t680c_attach()
481
sp2_config
in dvbsky_t680c_attach()
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
sp2.h
18
struct
sp2_config
{
struct
H
A
D
sp2.c
369
struct
sp2_config
*cfg = client->dev.platform_data;
in sp2_probe()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
sp2.h
18
struct
sp2_config
{
struct
H
A
D
sp2.c
368
struct
sp2_config
*cfg = client->dev.platform_data;
in sp2_probe()
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H
A
D
cx23885-dvb.c
1148
struct
sp2_config
sp2_config
;
in dvb_register_ci_mac()
local
1153
memset(&
sp2_config
, 0, sizeof(
sp2_config
));
in dvb_register_ci_mac()
1154
sp2_config
.dvb_adap = &port->frontends.adapter;
in dvb_register_ci_mac()
1155
sp2_config
.priv = port;
in dvb_register_ci_mac()
1156
sp2_config
.ci_control = cx23885_sp2_ci_ctrl;
in dvb_register_ci_mac()
1160
info.platform_data = &
sp2_config
;
in dvb_register_ci_mac()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H
A
D
cx23885-dvb.c
1148
struct
sp2_config
sp2_config
;
in dvb_register_ci_mac()
local
1153
memset(&
sp2_config
, 0, sizeof(
sp2_config
));
in dvb_register_ci_mac()
1154
sp2_config
.dvb_adap = &port->frontends.adapter;
in dvb_register_ci_mac()
1155
sp2_config
.priv = port;
in dvb_register_ci_mac()
1156
sp2_config
.ci_control = cx23885_sp2_ci_ctrl;
in dvb_register_ci_mac()
1160
info.platform_data = &
sp2_config
;
in dvb_register_ci_mac()
Completed in 9 milliseconds