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:alt_bit1
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H
A
D
pinctrl-abx500.c
257
((alt_setting == ABX500_ALT_B) && (af.
alt_bit1
== UNUSED)) ||
in abx500_set_mode()
276
if (af.
alt_bit1
!= UNUSED)
in abx500_set_mode()
291
if (af.
alt_bit1
!= UNUSED) {
in abx500_set_mode()
299
af.
alt_bit1
,
in abx500_set_mode()
321
af.
alt_bit1
, !!(af.altb_val & BIT(0)));
in abx500_set_mode()
365
bool
alt_bit1
;
in abx500_get_mode()
local
389
if ((af.
alt_bit1
< UNUSED) || (af.
alt_bit1
> 7) ||
in abx500_get_mode()
396
/* if alt_bit2 is used,
alt_bit1
must be used too */
in abx500_get_mode()
397
if ((af.alt_bit2 != UNUSED) && (af.
alt_bit1
in abx500_get_mode()
[all...]
H
A
D
pinctrl-abx500.h
62
.
alt_bit1
= alt1, \
74
* @
alt_bit1
: First AlternateFunction bit used to select the
90
s8
alt_bit1
;
member
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H
A
D
pinctrl-abx500.c
261
((alt_setting == ABX500_ALT_B) && (af.
alt_bit1
== UNUSED)) ||
in abx500_set_mode()
280
if (af.
alt_bit1
!= UNUSED)
in abx500_set_mode()
295
if (af.
alt_bit1
!= UNUSED) {
in abx500_set_mode()
303
af.
alt_bit1
,
in abx500_set_mode()
325
af.
alt_bit1
, !!(af.altb_val & BIT(0)));
in abx500_set_mode()
369
bool
alt_bit1
;
in abx500_get_mode()
local
393
if ((af.
alt_bit1
< UNUSED) || (af.
alt_bit1
> 7) ||
in abx500_get_mode()
400
/* if alt_bit2 is used,
alt_bit1
must be used too */
in abx500_get_mode()
401
if ((af.alt_bit2 != UNUSED) && (af.
alt_bit1
in abx500_get_mode()
[all...]
H
A
D
pinctrl-abx500.h
66
.
alt_bit1
= alt1, \
78
* @
alt_bit1
: First AlternateFunction bit used to select the
94
s8
alt_bit1
;
member
Completed in 4 milliseconds