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:ipc_mem_channel
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_imem_ops.h
44
struct
ipc_mem_channel
*ipc_imem_sys_port_open(struct iosm_imem *ipc_imem,
47
struct
ipc_mem_channel
*channel);
106
struct
ipc_mem_channel
*ipc_imem_sys_devlink_open(struct iosm_imem *ipc_imem);
H
A
D
iosm_ipc_imem_ops.c
144
struct
ipc_mem_channel
*channel)
in ipc_imem_is_channel_active()
197
struct
ipc_mem_channel
*channel)
in ipc_imem_sys_port_close()
285
struct
ipc_mem_channel
*ipc_imem_sys_port_open(struct iosm_imem *ipc_imem,
in ipc_imem_sys_port_open()
288
struct
ipc_mem_channel
*channel;
in ipc_imem_sys_port_open()
318
struct
ipc_mem_channel
*channel = ipc_cdev->channel;
in ipc_imem_sys_cdev_write()
346
struct
ipc_mem_channel
*ipc_imem_sys_devlink_open(struct iosm_imem *ipc_imem)
in ipc_imem_sys_devlink_open()
348
struct
ipc_mem_channel
*channel;
in ipc_imem_sys_devlink_open()
405
struct
ipc_mem_channel
*channel;
in ipc_imem_sys_devlink_close()
474
struct
ipc_mem_channel
*channel,
in ipc_imem_sys_psi_transfer()
575
struct
ipc_mem_channel
*channe
in ipc_imem_sys_devlink_write()
[all...]
H
A
D
iosm_ipc_imem.h
203
struct
ipc_mem_channel
*channel;
221
* struct
ipc_mem_channel
- Structure for Channel.
237
struct
ipc_mem_channel
{
struct
347
struct
ipc_mem_channel
channels[IPC_MEM_MAX_CHANNELS];
468
* Returns: Pointer of
ipc_mem_channel
on success and NULL on failure.
470
struct
ipc_mem_channel
*ipc_imem_channel_open(struct iosm_imem *ipc_imem,
510
void ipc_imem_channel_free(struct
ipc_mem_channel
*channel);
H
A
D
iosm_ipc_imem.c
17
static int ipc_imem_check_wwan_ips(struct
ipc_mem_channel
*chnl)
in ipc_imem_check_wwan_ips()
221
struct
ipc_mem_channel
*channel;
in ipc_imem_ul_write_td()
338
struct
ipc_mem_channel
*channel;
in ipc_imem_dl_pipe_process()
397
struct
ipc_mem_channel
*channel;
in ipc_imem_ul_pipe_process()
452
struct
ipc_mem_channel
*channel;
in ipc_imem_rom_irq_exec()
964
struct
ipc_mem_channel
*channel;
in ipc_imem_channel_close()
996
struct
ipc_mem_channel
*ipc_imem_channel_open(struct iosm_imem *ipc_imem,
in ipc_imem_channel_open()
999
struct
ipc_mem_channel
*channel;
in ipc_imem_channel_open()
1054
void ipc_imem_channel_free(struct
ipc_mem_channel
*channel)
in ipc_imem_channel_free()
1063
struct
ipc_mem_channel
*channe
in ipc_imem_channel_alloc()
[all...]
H
A
D
iosm_ipc_port.h
29
struct
ipc_mem_channel
*channel;
H
A
D
iosm_ipc_trace.h
42
struct
ipc_mem_channel
*channel;
H
A
D
iosm_ipc_devlink.h
95
struct
ipc_mem_channel
*channel;
H
A
D
iosm_ipc_mux.h
349
struct
ipc_mem_channel
*channel;
Completed in 6 milliseconds