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:wwan_ops
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
wwan.h
147
* @drv_priv: driver private data area, size is determined in &
wwan_ops
168
* struct
wwan_ops
- WWAN device ops
174
struct
wwan_ops
{
struct
183
int wwan_register_ops(struct device *parent, const struct
wwan_ops
*ops,
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/
H
A
D
t7xx_port_wwan.c
96
static const struct wwan_port_ops
wwan_ops
= {
variable
165
&
wwan_ops
, &caps, port);
in t7xx_port_wwan_md_state_notify()
H
A
D
t7xx_netdev.c
324
static const struct
wwan_ops
ccmni_wwan_ops = {
/kernel/linux/linux-6.6/drivers/net/wwan/iosm/
H
A
D
iosm_ipc_wwan.c
212
static const struct
wwan_ops
iosm_wwan_ops = {
/kernel/linux/linux-6.6/drivers/net/wwan/
H
A
D
wwan_hwsim.c
97
static const struct
wwan_ops
wwan_hwsim_wwan_rtnl_ops = {
H
A
D
wwan_core.c
52
const struct
wwan_ops
*ops;
1119
int wwan_register_ops(struct device *parent, const struct
wwan_ops
*ops,
in wwan_register_ops()
H
A
D
mhi_wwan_mbim.c
588
static const struct
wwan_ops
mhi_mbim_wwan_ops = {
Completed in 6 milliseconds