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:pipe_nr
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_protocol_ops.c
92
ipc_protocol->p_ap_shm->head_array[pipe->
pipe_nr
] = 0;
in ipc_protocol_msg_prepipe_open()
95
msg->open_pipe.
pipe_nr
= pipe->
pipe_nr
;
in ipc_protocol_msg_prepipe_open()
117
msg->close_pipe.
pipe_nr
= pipe->
pipe_nr
;
in ipc_protocol_msg_prepipe_close()
119
dev_dbg(ipc_protocol->dev, "IPC_MEM_MSG_CLOSE_PIPE(
pipe_nr
=%d)",
in ipc_protocol_msg_prepipe_close()
120
msg->close_pipe.
pipe_nr
);
in ipc_protocol_msg_prepipe_close()
237
head = le32_to_cpu(ipc_protocol->p_ap_shm->head_array[pipe->
pipe_nr
]);
in ipc_protocol_ul_td_send()
250
pipe->
pipe_nr
);
in ipc_protocol_ul_td_send()
278
ipc_protocol->p_ap_shm->head_array[pipe->
pipe_nr
]
in ipc_protocol_ul_td_send()
[all...]
H
A
D
iosm_ipc_protocol_ops.h
160
* @
pipe_nr
: Pipe number
169
u8
pipe_nr
;
member
180
* @
pipe_nr
: Pipe number
189
u8
pipe_nr
;
member
200
* @
pipe_nr
: Pipe number
209
u8
pipe_nr
;
member
H
A
D
iosm_ipc_imem_ops.c
236
channel->ul_pipe.
pipe_nr
,
in ipc_imem_sys_port_close()
262
channel->dl_pipe.
pipe_nr
,
in ipc_imem_sys_port_close()
430
channel->ul_pipe.
pipe_nr
,
in ipc_imem_sys_devlink_close()
446
channel->dl_pipe.
pipe_nr
,
in ipc_imem_sys_devlink_close()
H
A
D
iosm_ipc_imem.h
193
* @
pipe_nr
: Pipe identification number
212
u32
pipe_nr
;
member
H
A
D
iosm_ipc_imem.c
1148
channel->ul_pipe.
pipe_nr
= chnl_cfg.ul_pipe;
in ipc_imem_channel_update()
1158
channel->dl_pipe.
pipe_nr
= chnl_cfg.dl_pipe;
in ipc_imem_channel_update()
Completed in 5 milliseconds