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:PCA_PCAL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-pca953x.c
65
#define
PCA_PCAL
BIT(9)
macro
66
#define PCA_LATCH_INT (
PCA_PCAL
| PCA_INT)
274
if (!(chip->driver_data &
PCA_PCAL
))
in pca953x_check_register()
304
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_readable_register()
326
if (chip->driver_data &
PCA_PCAL
)
in pca953x_writeable_register()
343
if (chip->driver_data &
PCA_PCAL
)
in pca953x_volatile_register()
559
if (!(chip->driver_data &
PCA_PCAL
))
in pca953x_gpio_set_pull_up_down()
673
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_irq_bus_sync_unlock()
735
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_irq_pending()
1137
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_regcache_sync()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpio-pca953x.c
66
#define
PCA_PCAL
BIT(9)
macro
67
#define PCA_LATCH_INT (
PCA_PCAL
| PCA_INT)
284
if (!(chip->driver_data &
PCA_PCAL
))
in pca953x_check_register()
360
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_readable_register()
382
if (chip->driver_data &
PCA_PCAL
)
in pca953x_writeable_register()
399
if (chip->driver_data &
PCA_PCAL
)
in pca953x_volatile_register()
652
if (!(chip->driver_data &
PCA_PCAL
))
in pca953x_gpio_set_pull_up_down()
768
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_irq_bus_sync_unlock()
850
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_irq_pending()
1230
if (chip->driver_data &
PCA_PCAL
) {
in pca953x_regcache_sync()
[all...]
Completed in 4 milliseconds