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:msg_ops
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/tee/optee/
H
A
D
ffa_abi.c
318
const struct ffa_msg_ops *
msg_ops
= ffa_dev->ops->
msg_ops
;
in optee_ffa_shm_unregister()
local
331
rc =
msg_ops
->sync_send_receive(ffa_dev, &data);
in optee_ffa_shm_unregister()
535
const struct ffa_msg_ops *
msg_ops
= ffa_dev->ops->
msg_ops
;
in optee_ffa_yielding_call()
local
546
rc =
msg_ops
->sync_send_receive(ffa_dev, data);
in optee_ffa_yielding_call()
659
const struct ffa_msg_ops *
msg_ops
= ops->
msg_ops
;
in optee_ffa_api_is_compatbile()
local
663
msg_ops
->mode_32bit_set(ffa_dev);
in optee_ffa_api_is_compatbile()
665
rc =
msg_ops
in optee_ffa_api_is_compatbile()
[all...]
/kernel/linux/linux-6.6/include/linux/
H
A
D
arm_ffa.h
372
const struct ffa_msg_ops *
msg_ops
;
member
/kernel/linux/linux-5.10/ipc/
H
A
D
msg.c
300
static const struct ipc_ops
msg_ops
= {
in ksys_msgget()
local
311
return ipcget(ns, &msg_ids(ns), &
msg_ops
, &msg_params);
in ksys_msgget()
/kernel/linux/linux-6.6/ipc/
H
A
D
msg.c
301
static const struct ipc_ops
msg_ops
= {
in ksys_msgget()
local
312
return ipcget(ns, &msg_ids(ns), &
msg_ops
, &msg_params);
in ksys_msgget()
/kernel/linux/linux-6.6/drivers/firmware/arm_ffa/
H
A
D
driver.c
643
.
msg_ops
= &ffa_drv_msg_ops,
/kernel/linux/linux-5.10/net/tipc/
H
A
D
socket.c
155
static const struct proto_ops
msg_ops
;
variable
468
ops = &
msg_ops
;
in tipc_sk_create()
3350
static const struct proto_ops
msg_ops
= {
variable
/kernel/linux/linux-6.6/net/tipc/
H
A
D
socket.c
166
static const struct proto_ops
msg_ops
;
variable
482
ops = &
msg_ops
;
in tipc_sk_create()
3360
static const struct proto_ops
msg_ops
= {
variable
Completed in 19 milliseconds