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:ath79_soc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ath79/
H
A
D
ath79.h
39
extern enum ath79_soc_type
ath79_soc
;
44
return (
ath79_soc
== ATH79_SOC_AR7130 ||
in soc_is_ar71xx()
45
ath79_soc
== ATH79_SOC_AR7141 ||
in soc_is_ar71xx()
46
ath79_soc
== ATH79_SOC_AR7161);
in soc_is_ar71xx()
51
return (
ath79_soc
== ATH79_SOC_AR7240 ||
in soc_is_ar724x()
52
ath79_soc
== ATH79_SOC_AR7241 ||
in soc_is_ar724x()
53
ath79_soc
== ATH79_SOC_AR7242);
in soc_is_ar724x()
58
return (
ath79_soc
== ATH79_SOC_AR7240);
in soc_is_ar7240()
63
return (
ath79_soc
== ATH79_SOC_AR7241);
in soc_is_ar7241()
68
return (
ath79_soc
in soc_is_ar7242()
[all...]
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-ath79/
H
A
D
ath79.h
39
extern enum ath79_soc_type
ath79_soc
;
44
return (
ath79_soc
== ATH79_SOC_AR7130 ||
in soc_is_ar71xx()
45
ath79_soc
== ATH79_SOC_AR7141 ||
in soc_is_ar71xx()
46
ath79_soc
== ATH79_SOC_AR7161);
in soc_is_ar71xx()
51
return (
ath79_soc
== ATH79_SOC_AR7240 ||
in soc_is_ar724x()
52
ath79_soc
== ATH79_SOC_AR7241 ||
in soc_is_ar724x()
53
ath79_soc
== ATH79_SOC_AR7242);
in soc_is_ar724x()
58
return (
ath79_soc
== ATH79_SOC_AR7240);
in soc_is_ar7240()
63
return (
ath79_soc
== ATH79_SOC_AR7241);
in soc_is_ar7241()
68
return (
ath79_soc
in soc_is_ar7242()
[all...]
/kernel/linux/linux-6.6/arch/mips/ath79/
H
A
D
setup.c
62
ath79_soc
= ATH79_SOC_AR7130;
in ath79_detect_sys_type()
67
ath79_soc
= ATH79_SOC_AR7141;
in ath79_detect_sys_type()
72
ath79_soc
= ATH79_SOC_AR7161;
in ath79_detect_sys_type()
79
ath79_soc
= ATH79_SOC_AR7240;
in ath79_detect_sys_type()
85
ath79_soc
= ATH79_SOC_AR7241;
in ath79_detect_sys_type()
91
ath79_soc
= ATH79_SOC_AR7242;
in ath79_detect_sys_type()
102
ath79_soc
= ATH79_SOC_AR9130;
in ath79_detect_sys_type()
107
ath79_soc
= ATH79_SOC_AR9132;
in ath79_detect_sys_type()
114
ath79_soc
= ATH79_SOC_AR9330;
in ath79_detect_sys_type()
120
ath79_soc
in ath79_detect_sys_type()
[all...]
H
A
D
common.c
32
enum ath79_soc_type
ath79_soc
;
variable
/kernel/linux/linux-5.10/arch/mips/ath79/
H
A
D
setup.c
71
ath79_soc
= ATH79_SOC_AR7130;
in ath79_detect_sys_type()
76
ath79_soc
= ATH79_SOC_AR7141;
in ath79_detect_sys_type()
81
ath79_soc
= ATH79_SOC_AR7161;
in ath79_detect_sys_type()
88
ath79_soc
= ATH79_SOC_AR7240;
in ath79_detect_sys_type()
94
ath79_soc
= ATH79_SOC_AR7241;
in ath79_detect_sys_type()
100
ath79_soc
= ATH79_SOC_AR7242;
in ath79_detect_sys_type()
111
ath79_soc
= ATH79_SOC_AR9130;
in ath79_detect_sys_type()
116
ath79_soc
= ATH79_SOC_AR9132;
in ath79_detect_sys_type()
123
ath79_soc
= ATH79_SOC_AR9330;
in ath79_detect_sys_type()
129
ath79_soc
in ath79_detect_sys_type()
[all...]
H
A
D
common.c
32
enum ath79_soc_type
ath79_soc
;
variable
Completed in 2 milliseconds