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_device_put
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-cdev.c
322
gpio_device_put
(lh->gdev);
in linehandle_free()
1590
gpio_device_put
(lr->gdev);
in linereq_free()
1950
gpio_device_put
(le->gdev);
in lineevent_free()
2757
gpio_device_put
(gdev);
in gpio_chrdev_open()
2782
gpio_device_put
(gdev);
in gpio_chrdev_release()
H
A
D
gpiolib.c
936
gpio_device_put
(gdev);
in gpiochip_add_data_with_key()
1013
gpio_device_put
(gdev);
in gpiochip_remove()
1032
gpio_device_put
(gdev);
in gpiochip_find()
1058
* the caller using
gpio_device_put
().
1110
*
gpio_device_put
() - Decrease the reference count of this GPIO device and
1114
void
gpio_device_put
(struct gpio_device *gdev)
in gpio_device_put()
function
1118
EXPORT_SYMBOL_GPL(
gpio_device_put
);
variable
2258
gpio_device_put
(desc->gdev);
in gpiod_free()
/kernel/linux/linux-6.6/include/linux/gpio/
H
A
D
driver.h
614
void
gpio_device_put
(struct gpio_device *gdev);
Completed in 11 milliseconds