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:tps65910_board
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-tps65910.c
76
static struct
tps65910_board
*tps65910_parse_dt_for_gpio(struct device *dev,
in tps65910_parse_dt_for_gpio()
79
struct
tps65910_board
*
tps65910_board
= tps65910->of_plat_data;
in tps65910_parse_dt_for_gpio()
local
85
tps65910_board
->gpio_base = -1;
in tps65910_parse_dt_for_gpio()
90
return
tps65910_board
;
in tps65910_parse_dt_for_gpio()
94
tps65910_board
->en_gpio_sleep[idx] = (prop_array[idx] != 0);
in tps65910_parse_dt_for_gpio()
96
return
tps65910_board
;
in tps65910_parse_dt_for_gpio()
99
static struct
tps65910_board
*tps65910_parse_dt_for_gpio(struct device *dev,
in tps65910_parse_dt_for_gpio()
109
struct
tps65910_board
*pdata = dev_get_platdata(tps65910->dev);
in tps65910_gpio_probe()
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-tps65910.c
76
static struct
tps65910_board
*tps65910_parse_dt_for_gpio(struct device *dev,
in tps65910_parse_dt_for_gpio()
79
struct
tps65910_board
*
tps65910_board
= tps65910->of_plat_data;
in tps65910_parse_dt_for_gpio()
local
85
tps65910_board
->gpio_base = -1;
in tps65910_parse_dt_for_gpio()
90
return
tps65910_board
;
in tps65910_parse_dt_for_gpio()
94
tps65910_board
->en_gpio_sleep[idx] = (prop_array[idx] != 0);
in tps65910_parse_dt_for_gpio()
96
return
tps65910_board
;
in tps65910_parse_dt_for_gpio()
99
static struct
tps65910_board
*tps65910_parse_dt_for_gpio(struct device *dev,
in tps65910_parse_dt_for_gpio()
109
struct
tps65910_board
*pdata = dev_get_platdata(tps65910->dev);
in tps65910_gpio_probe()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
tps65910.c
288
struct
tps65910_board
*pmic_pdata)
in tps65910_ck32k_init()
306
struct
tps65910_board
*pmic_pdata)
in tps65910_sleepinit()
371
static struct
tps65910_board
*tps65910_parse_dt(struct i2c_client *client,
in tps65910_parse_dt()
375
struct
tps65910_board
*board_info;
in tps65910_parse_dt()
425
struct
tps65910_board
*tps65910_parse_dt(struct i2c_client *client,
in tps65910_parse_dt()
451
struct
tps65910_board
*pmic_plat_data;
in tps65910_i2c_probe()
452
struct
tps65910_board
*of_pmic_plat_data = NULL;
in tps65910_i2c_probe()
H
A
D
tps65911-comparator.c
116
struct
tps65910_board
*pdata = dev_get_platdata(tps65910->dev);
in tps65911_comparator_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
tps65910.c
288
struct
tps65910_board
*pmic_pdata)
in tps65910_ck32k_init()
306
struct
tps65910_board
*pmic_pdata)
in tps65910_sleepinit()
371
static struct
tps65910_board
*tps65910_parse_dt(struct i2c_client *client,
in tps65910_parse_dt()
375
struct
tps65910_board
*board_info;
in tps65910_parse_dt()
425
struct
tps65910_board
*tps65910_parse_dt(struct i2c_client *client,
in tps65910_parse_dt()
448
struct
tps65910_board
*pmic_plat_data;
in tps65910_i2c_probe()
449
struct
tps65910_board
*of_pmic_plat_data = NULL;
in tps65910_i2c_probe()
H
A
D
tps65911-comparator.c
116
struct
tps65910_board
*pdata = dev_get_platdata(tps65910->dev);
in tps65911_comparator_probe()
/kernel/linux/linux-6.6/include/linux/mfd/
H
A
D
tps65910.h
864
* struct
tps65910_board
868
struct
tps65910_board
{
struct
894
struct
tps65910_board
*of_plat_data;
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
tps65910-regulator.c
998
static struct
tps65910_board
*tps65910_parse_dt_reg_data(
in tps65910_parse_dt_reg_data()
1002
struct
tps65910_board
*pmic_plat_data;
in tps65910_parse_dt_reg_data()
1063
static inline struct
tps65910_board
*tps65910_parse_dt_reg_data(
in tps65910_parse_dt_reg_data()
1079
struct
tps65910_board
*pmic_plat_data;
in tps65910_probe()
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
tps65910-regulator.c
997
static struct
tps65910_board
*tps65910_parse_dt_reg_data(
in tps65910_parse_dt_reg_data()
1001
struct
tps65910_board
*pmic_plat_data;
in tps65910_parse_dt_reg_data()
1062
static inline struct
tps65910_board
*tps65910_parse_dt_reg_data(
in tps65910_parse_dt_reg_data()
1078
struct
tps65910_board
*pmic_plat_data;
in tps65910_probe()
/kernel/linux/linux-5.10/include/linux/mfd/
H
A
D
tps65910.h
864
* struct
tps65910_board
868
struct
tps65910_board
{
struct
899
struct
tps65910_board
*of_plat_data;
Completed in 11 milliseconds