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:of_xlate
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpio/
H
A
D
gpiolib-of.c
91
return chip->gpiodev->dev.of_node == gpiospec->np && chip->
of_xlate
&& chip->
of_xlate
(chip, gpiospec, NULL) >= 0;
in of_gpiochip_match_node_and_xlate()
108
ret = chip->
of_xlate
(chip, gpiospec, flags);
in of_xlate_and_get_gpiod_flags()
852
* -
of_xlate
callback (optional)
1031
if (!chip->
of_xlate
) {
in of_gpiochip_add()
1033
chip->
of_xlate
= of_gpio_simple_xlate;
in of_gpiochip_add()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
pwm.h
277
* @
of_xlate
: request a PWM device given a device tree PWM specifier
288
struct pwm_device *(*
of_xlate
)(struct pwm_chip *pc, const struct of_phandle_args *args);
member
H
A
D
iommu.h
235
* @
of_xlate
: add OF master IDs to iommu grouping
295
int (*
of_xlate
)(struct device *dev, struct of_phandle_args *args);
member
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
H
A
D
pwm-rockchip.c
427
pc->chip.
of_xlate
= of_pwm_xlate_with_flags;
in rockchip_pwm_probe()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H
A
D
rockchip-iommu.c
1698
.
of_xlate
= rk_iommu_of_xlate,
1715
.
of_xlate
= rk_iommu_of_xlate,
Completed in 8 milliseconds