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:txx9_board_vec
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/arch/mips/txx9/generic/
H
A
D
setup.c
83
#define BOARD_VEC(board) extern struct
txx9_board_vec
board;
87
struct
txx9_board_vec
*
txx9_board_vec
__initdata;
90
static struct
txx9_board_vec
*board_vecs[] __initdata = {
96
static struct
txx9_board_vec
*__init find_board_byname(const char *name)
in find_board_byname()
209
txx9_board_vec
= find_board_byname(str + 6);
in preprocess_cmdline()
242
if (
txx9_board_vec
)
in select_board()
247
txx9_board_vec
= find_board_byname(envstr);
in select_board()
248
if (
txx9_board_vec
)
in select_board()
257
txx9_board_vec
in select_board()
[all...]
H
A
D
pci.c
432
txx9_pci_map_irq =
txx9_board_vec
->pci_map_irq;
in txx9_pcibios_setup()
/kernel/linux/linux-5.10/arch/mips/txx9/generic/
H
A
D
setup.c
88
#define BOARD_VEC(board) extern struct
txx9_board_vec
board;
92
struct
txx9_board_vec
*
txx9_board_vec
__initdata;
95
static struct
txx9_board_vec
*board_vecs[] __initdata = {
101
static struct
txx9_board_vec
*__init find_board_byname(const char *name)
in find_board_byname()
261
txx9_board_vec
= find_board_byname(str + 6);
in preprocess_cmdline()
294
if (
txx9_board_vec
)
in select_board()
299
txx9_board_vec
= find_board_byname(envstr);
in select_board()
300
if (
txx9_board_vec
)
in select_board()
306
txx9_board_vec
in select_board()
[all...]
H
A
D
pci.c
429
txx9_pci_map_irq =
txx9_board_vec
->pci_map_irq;
in txx9_pcibios_setup()
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H
A
D
generic.h
31
struct
txx9_board_vec
{
struct
43
extern struct
txx9_board_vec
*
txx9_board_vec
;
/kernel/linux/linux-6.6/arch/mips/include/asm/txx9/
H
A
D
generic.h
31
struct
txx9_board_vec
{
struct
43
extern struct
txx9_board_vec
*
txx9_board_vec
;
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4927/
H
A
D
setup.c
357
struct
txx9_board_vec
rbtx4927_vec __initdata = {
369
struct
txx9_board_vec
rbtx4937_vec __initdata = {
/kernel/linux/linux-6.6/arch/mips/txx9/rbtx4927/
H
A
D
setup.c
357
struct
txx9_board_vec
rbtx4927_vec __initdata = {
369
struct
txx9_board_vec
rbtx4937_vec __initdata = {
/kernel/linux/linux-5.10/arch/mips/txx9/jmr3927/
H
A
D
setup.c
212
struct
txx9_board_vec
jmr3927_vec __initdata = {
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4938/
H
A
D
setup.c
361
struct
txx9_board_vec
rbtx4938_vec __initdata = {
/kernel/linux/linux-5.10/arch/mips/txx9/rbtx4939/
H
A
D
setup.c
543
struct
txx9_board_vec
rbtx4939_vec __initdata = {
Completed in 9 milliseconds