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:mpic_msgr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
mpic_msgr.h
14
struct
mpic_msgr
{
struct
33
extern struct
mpic_msgr
*mpic_msgr_get(unsigned int reg_num);
44
extern void mpic_msgr_put(struct
mpic_msgr
*msgr);
53
extern void mpic_msgr_enable(struct
mpic_msgr
*msgr);
62
extern void mpic_msgr_disable(struct
mpic_msgr
*msgr);
73
static inline void mpic_msgr_write(struct
mpic_msgr
*msgr, u32 message)
in mpic_msgr_write()
86
static inline u32 mpic_msgr_read(struct
mpic_msgr
*msgr)
in mpic_msgr_read()
97
static inline void mpic_msgr_clear(struct
mpic_msgr
*msgr)
in mpic_msgr_clear()
110
static inline void mpic_msgr_set_destination(struct
mpic_msgr
*msgr,
in mpic_msgr_set_destination()
124
static inline int mpic_msgr_get_irq(struct
mpic_msgr
*msg
[all...]
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
mpic_msgr.h
14
struct
mpic_msgr
{
struct
33
extern struct
mpic_msgr
*mpic_msgr_get(unsigned int reg_num);
44
extern void mpic_msgr_put(struct
mpic_msgr
*msgr);
53
extern void mpic_msgr_enable(struct
mpic_msgr
*msgr);
62
extern void mpic_msgr_disable(struct
mpic_msgr
*msgr);
73
static inline void mpic_msgr_write(struct
mpic_msgr
*msgr, u32 message)
in mpic_msgr_write()
86
static inline u32 mpic_msgr_read(struct
mpic_msgr
*msgr)
in mpic_msgr_read()
97
static inline void mpic_msgr_clear(struct
mpic_msgr
*msgr)
in mpic_msgr_clear()
110
static inline void mpic_msgr_set_destination(struct
mpic_msgr
*msgr,
in mpic_msgr_set_destination()
124
static inline int mpic_msgr_get_irq(struct
mpic_msgr
*msg
[all...]
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H
A
D
mpic_msgr.c
18
#include <asm/
mpic_msgr
.h>
26
static struct
mpic_msgr
**mpic_msgrs;
30
static inline void _mpic_msgr_mer_write(struct
mpic_msgr
*msgr, u32 value)
in _mpic_msgr_mer_write()
35
static inline u32 _mpic_msgr_mer_read(struct
mpic_msgr
*msgr)
in _mpic_msgr_mer_read()
40
static inline void _mpic_msgr_disable(struct
mpic_msgr
*msgr)
in _mpic_msgr_disable()
47
struct
mpic_msgr
*mpic_msgr_get(unsigned int reg_num)
in mpic_msgr_get()
50
struct
mpic_msgr
*msgr;
in mpic_msgr_get()
68
void mpic_msgr_put(struct
mpic_msgr
*msgr)
in mpic_msgr_put()
79
void mpic_msgr_enable(struct
mpic_msgr
*msgr)
in mpic_msgr_enable()
91
void mpic_msgr_disable(struct
mpic_msgr
*msg
[all...]
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H
A
D
mpic_msgr.c
20
#include <asm/
mpic_msgr
.h>
28
static struct
mpic_msgr
**mpic_msgrs;
32
static inline void _mpic_msgr_mer_write(struct
mpic_msgr
*msgr, u32 value)
in _mpic_msgr_mer_write()
37
static inline u32 _mpic_msgr_mer_read(struct
mpic_msgr
*msgr)
in _mpic_msgr_mer_read()
42
static inline void _mpic_msgr_disable(struct
mpic_msgr
*msgr)
in _mpic_msgr_disable()
49
struct
mpic_msgr
*mpic_msgr_get(unsigned int reg_num)
in mpic_msgr_get()
52
struct
mpic_msgr
*msgr;
in mpic_msgr_get()
70
void mpic_msgr_put(struct
mpic_msgr
*msgr)
in mpic_msgr_put()
81
void mpic_msgr_enable(struct
mpic_msgr
*msgr)
in mpic_msgr_enable()
93
void mpic_msgr_disable(struct
mpic_msgr
*msg
[all...]
Completed in 2 milliseconds