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:finddevice
(Results
1 - 25
of
48
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/powerpc/boot/
H
A
D
cuboot-hotfoot.c
51
devp =
finddevice
("/plb/opb/serial@ef600300");
in hotfoot_fixups()
56
devp =
finddevice
("/plb/opb/ethernet@ef600900");
in hotfoot_fixups()
67
void *devp =
finddevice
("/plb/ebc/nor_flash@0");
in hotfoot_fixups()
81
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@0");
in hotfoot_fixups()
88
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@1");
in hotfoot_fixups()
95
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@2");
in hotfoot_fixups()
102
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@3");
in hotfoot_fixups()
109
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@4");
in hotfoot_fixups()
116
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@6");
in hotfoot_fixups()
124
devp =
finddevice
("/pl
in hotfoot_fixups()
[all...]
H
A
D
ops.h
39
void * (*
finddevice
)(const char *name);
member
101
static inline void *
finddevice
(const char *name)
in finddevice()
function
103
return (dt_ops.
finddevice
) ? dt_ops.
finddevice
(name) : NULL;
in finddevice()
173
void *devp =
finddevice
("/aliases");
in find_node_by_alias()
178
return
finddevice
(path);
in find_node_by_alias()
H
A
D
cuboot-8xx.c
28
node =
finddevice
("/soc/cpm");
in platform_fixups()
32
node =
finddevice
("/soc/cpm/brg");
in platform_fixups()
H
A
D
mvme7100.c
31
devp =
finddevice
("/soc@f1000000");
in mvme7100_fixups()
35
devp =
finddevice
("/soc/serial@4500");
in mvme7100_fixups()
H
A
D
mpc8xx.c
61
node =
finddevice
("/soc/cpm");
in mpc8xx_set_clocks()
65
node =
finddevice
("/soc/cpm/brg");
in mpc8xx_set_clocks()
H
A
D
cuboot-pq2.c
57
bus_node =
finddevice
("/localbus");
in update_cs_ranges()
130
node =
finddevice
("/pci");
in fixup_pci()
250
node =
finddevice
("/soc/cpm");
in pq2_platform_fixups()
254
node =
finddevice
("/soc/cpm/brg");
in pq2_platform_fixups()
H
A
D
ebony.c
41
devp =
finddevice
(EBONY_FPGA_PATH);
in ebony_flashsel_fixup()
51
devp =
finddevice
(EBONY_SMALL_FLASH_PATH);
in ebony_flashsel_fixup()
H
A
D
pq2.c
81
node =
finddevice
("/soc/cpm");
in pq2_set_clocks()
85
node =
finddevice
("/soc/cpm/brg");
in pq2_set_clocks()
H
A
D
serial.c
91
devp =
finddevice
("/chosen");
in serial_get_stdout_devp()
97
devp =
finddevice
(path);
in serial_get_stdout_devp()
H
A
D
devtree.c
24
root =
finddevice
("/");
in dt_fixup_memory()
47
memory =
finddevice
("/memory");
in dt_fixup_memory()
84
void *devp =
finddevice
(path);
in dt_fixup_clock()
H
A
D
treeboot-iss4xx.c
40
memory =
finddevice
("/memory");
in iss_4xx_fixups()
H
A
D
redboot-83xx.c
30
node =
finddevice
("/soc/cpm/brg");
in platform_fixups()
H
A
D
redboot-8xx.c
29
node =
finddevice
("/soc/cpm/brg");
in platform_fixups()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H
A
D
cuboot-hotfoot.c
51
devp =
finddevice
("/plb/opb/serial@ef600300");
in hotfoot_fixups()
56
devp =
finddevice
("/plb/opb/ethernet@ef600900");
in hotfoot_fixups()
67
void *devp =
finddevice
("/plb/ebc/nor_flash@0");
in hotfoot_fixups()
81
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@0");
in hotfoot_fixups()
88
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@1");
in hotfoot_fixups()
95
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@2");
in hotfoot_fixups()
102
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@3");
in hotfoot_fixups()
109
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@4");
in hotfoot_fixups()
116
devp =
finddevice
("/plb/ebc/nor_flash@0/partition@6");
in hotfoot_fixups()
124
devp =
finddevice
("/pl
in hotfoot_fixups()
[all...]
H
A
D
ops.h
37
void * (*
finddevice
)(const char *name);
member
99
static inline void *
finddevice
(const char *name)
in finddevice()
function
101
return (dt_ops.
finddevice
) ? dt_ops.
finddevice
(name) : NULL;
in finddevice()
171
void *devp =
finddevice
("/aliases");
in find_node_by_alias()
176
return
finddevice
(path);
in find_node_by_alias()
H
A
D
cuboot-8xx.c
28
node =
finddevice
("/soc/cpm");
in platform_fixups()
32
node =
finddevice
("/soc/cpm/brg");
in platform_fixups()
H
A
D
mvme7100.c
31
devp =
finddevice
("/soc@f1000000");
in mvme7100_fixups()
35
devp =
finddevice
("/soc/serial@4500");
in mvme7100_fixups()
H
A
D
mpc8xx.c
61
node =
finddevice
("/soc/cpm");
in mpc8xx_set_clocks()
65
node =
finddevice
("/soc/cpm/brg");
in mpc8xx_set_clocks()
H
A
D
cuboot-pq2.c
57
bus_node =
finddevice
("/localbus");
in update_cs_ranges()
130
node =
finddevice
("/pci");
in fixup_pci()
250
node =
finddevice
("/soc/cpm");
in pq2_platform_fixups()
254
node =
finddevice
("/soc/cpm/brg");
in pq2_platform_fixups()
H
A
D
ebony.c
41
devp =
finddevice
(EBONY_FPGA_PATH);
in ebony_flashsel_fixup()
51
devp =
finddevice
(EBONY_SMALL_FLASH_PATH);
in ebony_flashsel_fixup()
H
A
D
pq2.c
81
node =
finddevice
("/soc/cpm");
in pq2_set_clocks()
85
node =
finddevice
("/soc/cpm/brg");
in pq2_set_clocks()
H
A
D
serial.c
89
devp =
finddevice
("/chosen");
in serial_get_stdout_devp()
95
devp =
finddevice
(path);
in serial_get_stdout_devp()
H
A
D
devtree.c
24
root =
finddevice
("/");
in dt_fixup_memory()
47
memory =
finddevice
("/memory");
in dt_fixup_memory()
84
void *devp =
finddevice
(path);
in dt_fixup_clock()
H
A
D
treeboot-iss4xx.c
40
memory =
finddevice
("/memory");
in iss_4xx_fixups()
H
A
D
redboot-83xx.c
30
node =
finddevice
("/soc/cpm/brg");
in platform_fixups()
Completed in 7 milliseconds
1
2