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:tps_board
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
tps6507x-ts.c
203
const struct tps6507x_board *
tps_board
;
in tps6507x_ts_probe()
local
210
*
tps_board
points to pmic related constants
in tps6507x_ts_probe()
213
tps_board
= dev_get_platdata(tps6507x_dev->dev);
in tps6507x_ts_probe()
214
if (!
tps_board
) {
in tps6507x_ts_probe()
224
init_data =
tps_board
->tps6507x_ts_init_data;
in tps6507x_ts_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
tps6507x-ts.c
201
const struct tps6507x_board *
tps_board
;
in tps6507x_ts_probe()
local
208
*
tps_board
points to pmic related constants
in tps6507x_ts_probe()
211
tps_board
= dev_get_platdata(tps6507x_dev->dev);
in tps6507x_ts_probe()
212
if (!
tps_board
) {
in tps6507x_ts_probe()
222
init_data =
tps_board
->tps6507x_ts_init_data;
in tps6507x_ts_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
tps6507x-regulator.c
385
struct tps6507x_board *
tps_board
;
in tps6507x_pmic_probe()
local
389
*
tps_board
points to pmic related constants
in tps6507x_pmic_probe()
393
tps_board
= dev_get_platdata(tps6507x_dev->dev);
in tps6507x_pmic_probe()
394
if (
tps_board
)
in tps6507x_pmic_probe()
395
init_data =
tps_board
->tps6507x_pmic_init_data;
in tps6507x_pmic_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
tps6507x-regulator.c
377
struct tps6507x_board *
tps_board
;
in tps6507x_pmic_probe()
local
381
*
tps_board
points to pmic related constants
in tps6507x_pmic_probe()
385
tps_board
= dev_get_platdata(tps6507x_dev->dev);
in tps6507x_pmic_probe()
386
if (
tps_board
)
in tps6507x_pmic_probe()
387
init_data =
tps_board
->tps6507x_pmic_init_data;
in tps6507x_pmic_probe()
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
board-h2.c
326
static struct tps65010_board
tps_board
= {
variable
335
.platform_data = &
tps_board
,
H
A
D
board-osk.c
241
static struct tps65010_board
tps_board
= {
variable
252
.platform_data = &
tps_board
,
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
board-osk.c
261
static struct tps65010_board
tps_board
= {
variable
272
.platform_data = &
tps_board
,
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H
A
D
board-da850-evm.c
1047
static struct tps6507x_board
tps_board
= {
variable
1055
.platform_data = &
tps_board
,
Completed in 6 milliseconds