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:mn88472_config
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
mn88472.h
20
* struct
mn88472_config
- Platform data for the mn88472 driver
28
struct
mn88472_config
{
struct
H
A
D
mn88472.c
578
struct
mn88472_config
*pdata = client->dev.platform_data;
in mn88472_probe()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
mn88472.h
20
* struct
mn88472_config
- Platform data for the mn88472 driver
28
struct
mn88472_config
{
struct
H
A
D
mn88472.c
577
struct
mn88472_config
*pdata = client->dev.platform_data;
in mn88472_probe()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H
A
D
rtl28xxu.c
984
struct
mn88472_config
mn88472_config
= {};
in rtl2832u_frontend_attach()
local
986
mn88472_config
.fe = &adap->fe[1];
in rtl2832u_frontend_attach()
987
mn88472_config
.i2c_wr_max = 22,
in rtl2832u_frontend_attach()
989
mn88472_config
.xtal = 20500000;
in rtl2832u_frontend_attach()
990
mn88472_config
.ts_mode = SERIAL_TS_MODE;
in rtl2832u_frontend_attach()
991
mn88472_config
.ts_clock = VARIABLE_TS_CLOCK;
in rtl2832u_frontend_attach()
993
info.platform_data = &
mn88472_config
;
in rtl2832u_frontend_attach()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H
A
D
rtl28xxu.c
978
struct
mn88472_config
mn88472_config
= {};
in rtl2832u_frontend_attach()
local
980
mn88472_config
.fe = &adap->fe[1];
in rtl2832u_frontend_attach()
981
mn88472_config
.i2c_wr_max = 22;
in rtl2832u_frontend_attach()
983
mn88472_config
.xtal = 20500000;
in rtl2832u_frontend_attach()
984
mn88472_config
.ts_mode = SERIAL_TS_MODE;
in rtl2832u_frontend_attach()
985
mn88472_config
.ts_clock = VARIABLE_TS_CLOCK;
in rtl2832u_frontend_attach()
987
info.platform_data = &
mn88472_config
;
in rtl2832u_frontend_attach()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
dib0700_devices.c
3738
struct
mn88472_config
mn88472_config
= { };
in xbox_one_attach()
local
3760
mn88472_config
.fe = &adap->fe_adap[0].fe;
in xbox_one_attach()
3761
mn88472_config
.i2c_wr_max = 22;
in xbox_one_attach()
3762
mn88472_config
.xtal = 20500000;
in xbox_one_attach()
3763
mn88472_config
.ts_mode = PARALLEL_TS_MODE;
in xbox_one_attach()
3764
mn88472_config
.ts_clock = FIXED_TS_CLOCK;
in xbox_one_attach()
3768
info.platform_data = &
mn88472_config
;
in xbox_one_attach()
3778
adap->fe_adap[0].fe =
mn88472_config
.get_dvb_frontend(client_demod);
in xbox_one_attach()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
dib0700_devices.c
3731
struct
mn88472_config
mn88472_config
= { };
in xbox_one_attach()
local
3753
mn88472_config
.fe = &adap->fe_adap[0].fe;
in xbox_one_attach()
3754
mn88472_config
.i2c_wr_max = 22;
in xbox_one_attach()
3755
mn88472_config
.xtal = 20500000;
in xbox_one_attach()
3756
mn88472_config
.ts_mode = PARALLEL_TS_MODE;
in xbox_one_attach()
3757
mn88472_config
.ts_clock = FIXED_TS_CLOCK;
in xbox_one_attach()
3761
info.platform_data = &
mn88472_config
;
in xbox_one_attach()
3771
adap->fe_adap[0].fe =
mn88472_config
.get_dvb_frontend(client_demod);
in xbox_one_attach()
Completed in 16 milliseconds