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:FLAG_SYSFS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpiolib-sysfs.c
481
/* No extra locking here;
FLAG_SYSFS
just signifies that the
in export_store()
503
set_bit(
FLAG_SYSFS
, &desc->flags);
in export_store()
533
/* No extra locking here;
FLAG_SYSFS
just signifies that the
in unexport_store()
537
if (test_and_clear_bit(
FLAG_SYSFS
, &desc->flags)) {
in unexport_store()
809
if (test_and_clear_bit(
FLAG_SYSFS
, &desc->flags))
in gpiochip_sysfs_unregister()
H
A
D
gpiolib.h
106
#define
FLAG_SYSFS
3 /* exported via /sys/class/gpio/control */
macro
H
A
D
gpiolib-cdev.c
1939
test_bit(
FLAG_SYSFS
, &desc->flags) ||
in gpio_desc_to_lineinfo()
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-sysfs.c
467
/* No extra locking here;
FLAG_SYSFS
just signifies that the
in export_store()
486
set_bit(
FLAG_SYSFS
, &desc->flags);
in export_store()
516
/* No extra locking here;
FLAG_SYSFS
just signifies that the
in unexport_store()
520
if (test_and_clear_bit(
FLAG_SYSFS
, &desc->flags)) {
in unexport_store()
788
for_each_gpio_desc_with_flag(chip, desc,
FLAG_SYSFS
) {
in gpiochip_sysfs_unregister()
H
A
D
gpiolib.h
165
#define
FLAG_SYSFS
3 /* exported via /sys/class/gpio/control */
macro
H
A
D
gpiolib-cdev.c
2310
test_bit(
FLAG_SYSFS
, &desc->flags) ||
in gpio_desc_to_lineinfo()
Completed in 9 milliseconds