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:iosm_wwan
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_wwan.h
16
struct
iosm_wwan
*ipc_wwan_init(struct iosm_imem *ipc_imem, struct device *dev);
22
void ipc_wwan_deinit(struct
iosm_wwan
*ipc_wwan);
34
int ipc_wwan_receive(struct
iosm_wwan
*ipc_wwan, struct sk_buff *skb_arg,
44
void ipc_wwan_tx_flowctrl(struct
iosm_wwan
*ipc_wwan, int id, bool on);
H
A
D
iosm_ipc_wwan.c
23
* @ipc_wwan: Pointer to
iosm_wwan
struct
29
struct
iosm_wwan
*ipc_wwan;
36
* struct
iosm_wwan
- This structure contains information about WWAN root device
42
struct
iosm_wwan
{
struct
52
struct
iosm_wwan
*ipc_wwan = priv->ipc_wwan;
in ipc_wwan_link_open()
97
struct
iosm_wwan
*ipc_wwan = priv->ipc_wwan;
in ipc_wwan_link_transmit()
167
struct
iosm_wwan
*ipc_wwan = ctxt;
in ipc_wwan_newlink()
197
struct
iosm_wwan
*ipc_wwan = ctxt;
in ipc_wwan_dellink()
219
int ipc_wwan_receive(struct
iosm_wwan
*ipc_wwan, struct sk_buff *skb_arg,
in ipc_wwan_receive()
261
void ipc_wwan_tx_flowctrl(struct
iosm_wwan
*ipc_wwa
[all...]
H
A
D
iosm_ipc_mux.h
186
struct
iosm_wwan
*wwan; /*Network i/f used for communication*/
318
* @wwan: Poinetr to
iosm_wwan
352
struct
iosm_wwan
*wwan;
H
A
D
iosm_ipc_imem.h
338
struct
iosm_wwan
*wwan;
H
A
D
iosm_ipc_mux_codec.c
367
struct
iosm_wwan
*wwan, u32 offset,
in ipc_mux_net_receive()
389
struct
iosm_wwan
*wwan;
in ipc_mux_dl_fcth_decode()
434
struct
iosm_wwan
*wwan;
in ipc_mux_dl_adgh_decode()
588
struct
iosm_wwan
*wwan;
in mux_dl_adb_decode()
Completed in 5 milliseconds