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:gpio_res
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-mlxbf.c
1264
struct mlxbf_i2c_resource *
gpio_res
;
in mlxbf_i2c_get_gpio()
local
1269
gpio_res
= mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES);
in mlxbf_i2c_get_gpio()
1270
if (!
gpio_res
)
in mlxbf_i2c_get_gpio()
1278
lockdep_assert_held(
gpio_res
->lock);
in mlxbf_i2c_get_gpio()
1281
if (
gpio_res
->io)
in mlxbf_i2c_get_gpio()
1284
params =
gpio_res
->params;
in mlxbf_i2c_get_gpio()
1290
gpio_res
->io = devm_ioremap(dev, params->start, size);
in mlxbf_i2c_get_gpio()
1291
if (!
gpio_res
->io) {
in mlxbf_i2c_get_gpio()
1302
struct mlxbf_i2c_resource *
gpio_res
;
in mlxbf_i2c_release_gpio()
local
1306
gpio_res
in mlxbf_i2c_release_gpio()
1392
struct mlxbf_i2c_resource *
gpio_res
;
mlxbf_i2c_init_master()
local
[all...]
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-mlxbf.c
1283
struct mlxbf_i2c_resource *
gpio_res
;
in mlxbf_i2c_get_gpio()
local
1288
gpio_res
= mlxbf_i2c_get_shared_resource(priv, MLXBF_I2C_GPIO_RES);
in mlxbf_i2c_get_gpio()
1289
if (!
gpio_res
)
in mlxbf_i2c_get_gpio()
1297
lockdep_assert_held(
gpio_res
->lock);
in mlxbf_i2c_get_gpio()
1300
if (
gpio_res
->io)
in mlxbf_i2c_get_gpio()
1303
params =
gpio_res
->params;
in mlxbf_i2c_get_gpio()
1309
gpio_res
->io = devm_ioremap(dev, params->start, size);
in mlxbf_i2c_get_gpio()
1310
if (!
gpio_res
->io) {
in mlxbf_i2c_get_gpio()
1321
struct mlxbf_i2c_resource *
gpio_res
;
in mlxbf_i2c_release_gpio()
local
1325
gpio_res
in mlxbf_i2c_release_gpio()
1411
struct mlxbf_i2c_resource *
gpio_res
;
mlxbf_i2c_init_master()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
pegasus.h
99
__u8
gpio_res
;
member
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
pegasus.h
99
__u8
gpio_res
;
member
Completed in 7 milliseconds