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:aspeed_bank_props
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-aspeed.c
31
struct
aspeed_bank_props
{
struct
39
const struct
aspeed_bank_props
*props;
259
static inline bool is_bank_props_sentinel(const struct
aspeed_bank_props
*props)
in is_bank_props_sentinel()
264
static inline const struct
aspeed_bank_props
*find_bank_props(
in find_bank_props()
267
const struct
aspeed_bank_props
*props = gpio->config->props;
in find_bank_props()
280
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_gpio()
290
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_input()
300
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_output()
691
const struct
aspeed_bank_props
*props = gpio->config->props;
in aspeed_init_irq_valid_mask()
1086
* Any banks not specified in a struct
aspeed_bank_props
arra
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-aspeed.c
33
struct
aspeed_bank_props
{
struct
41
const struct
aspeed_bank_props
*props;
261
static inline bool is_bank_props_sentinel(const struct
aspeed_bank_props
*props)
in is_bank_props_sentinel()
266
static inline const struct
aspeed_bank_props
*find_bank_props(
in find_bank_props()
269
const struct
aspeed_bank_props
*props = gpio->config->props;
in find_bank_props()
282
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_gpio()
292
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_input()
302
const struct
aspeed_bank_props
*props = find_bank_props(gpio, offset);
in have_output()
698
const struct
aspeed_bank_props
*props = gpio->config->props;
in aspeed_init_irq_valid_mask()
1117
* Any banks not specified in a struct
aspeed_bank_props
arra
[all...]
Completed in 4 milliseconds