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:MBIM_IPS0_VID
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cdc_mbim.c
26
#define
MBIM_IPS0_VID
4094
macro
77
if (vid ==
MBIM_IPS0_VID
)
in cdc_mbim_rx_add_vid()
91
if (vid ==
MBIM_IPS0_VID
)
in cdc_mbim_rx_kill_vid()
257
/* map
MBIM_IPS0_VID
to IPS<0> */
in cdc_mbim_tx_fixup()
258
if (tci ==
MBIM_IPS0_VID
)
in cdc_mbim_tx_fixup()
370
if (tci < 256 || tci ==
MBIM_IPS0_VID
) { /* IPS session? */
in cdc_mbim_process_dgram()
441
/* tag IPS<0> packets too if
MBIM_IPS0_VID
exists */
in cdc_mbim_rx_fixup()
443
tci =
MBIM_IPS0_VID
;
in cdc_mbim_rx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cdc_mbim.c
27
#define
MBIM_IPS0_VID
4094
macro
78
if (vid ==
MBIM_IPS0_VID
)
in cdc_mbim_rx_add_vid()
92
if (vid ==
MBIM_IPS0_VID
)
in cdc_mbim_rx_kill_vid()
259
/* map
MBIM_IPS0_VID
to IPS<0> */
in cdc_mbim_tx_fixup()
260
if (tci ==
MBIM_IPS0_VID
)
in cdc_mbim_tx_fixup()
372
if (tci < 256 || tci ==
MBIM_IPS0_VID
) { /* IPS session? */
in cdc_mbim_process_dgram()
443
/* tag IPS<0> packets too if
MBIM_IPS0_VID
exists */
in cdc_mbim_rx_fixup()
445
tci =
MBIM_IPS0_VID
;
in cdc_mbim_rx_fixup()
Completed in 3 milliseconds