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_pingroup
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H
A
D
usb.c
53
int
alt_pingroup
= 0;
in omap_otg_init()
local
66
alt_pingroup
= 1;
in omap_otg_init()
69
syscon |= config->usb2_init(config->pins[2],
alt_pingroup
);
in omap_otg_init()
85
if (!
alt_pingroup
)
in omap_otg_init()
92
if (!
alt_pingroup
&& config->pins[2])
in omap_otg_init()
463
static u32 __init omap1_usb2_init(unsigned nwires, unsigned
alt_pingroup
)
in omap1_usb2_init()
argument
468
if (
alt_pingroup
|| nwires == 0)
in omap1_usb2_init()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H
A
D
usb.c
54
int
alt_pingroup
= 0;
in omap_otg_init()
local
67
alt_pingroup
= 1;
in omap_otg_init()
70
syscon |= config->usb2_init(config->pins[2],
alt_pingroup
);
in omap_otg_init()
86
if (!
alt_pingroup
)
in omap_otg_init()
93
if (!
alt_pingroup
&& config->pins[2])
in omap_otg_init()
437
static u32 __init omap1_usb2_init(unsigned nwires, unsigned
alt_pingroup
)
in omap1_usb2_init()
argument
442
if (
alt_pingroup
|| nwires == 0)
in omap1_usb2_init()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
usb-omap1.h
48
u32 (*usb2_init)(unsigned nwires, unsigned
alt_pingroup
);
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
usb-omap1.h
48
u32 (*usb2_init)(unsigned nwires, unsigned
alt_pingroup
);
Completed in 3 milliseconds