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:nth16
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wwan/
H
A
D
mhi_wwan_mbim.c
78
struct usb_cdc_ncm_nth16
nth16
;
member
100
struct usb_cdc_ncm_nth16 *
nth16
;
in mbim_tx_fixup()
local
115
nth16
= &mbim_hdr->
nth16
;
in mbim_tx_fixup()
116
nth16
->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
in mbim_tx_fixup()
117
nth16
->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
in mbim_tx_fixup()
118
nth16
->wSequence = cpu_to_le16(tx_seq);
in mbim_tx_fixup()
119
nth16
->wBlockLength = cpu_to_le16(skb->len);
in mbim_tx_fixup()
120
nth16
->wNdpIndex = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
in mbim_tx_fixup()
184
struct usb_cdc_ncm_nth16 *
nth16
;
in mbim_rx_verify_nth16()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cdc_ncm.c
1078
struct usb_cdc_ncm_nth16 *
nth16
= (void *)skb->data;
in cdc_ncm_ndp16()
local
1079
size_t ndpoffset = le16_to_cpu(
nth16
->wNdpIndex);
in cdc_ncm_ndp16()
1117
nth16
->wNdpIndex = cpu_to_le16(skb->len);
in cdc_ncm_ndp16()
1190
struct usb_cdc_ncm_nth16 *
nth16
;
in cdc_ncm_fill_tx_frame()
member
1263
nth.
nth16
= skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16));
in cdc_ncm_fill_tx_frame()
1264
nth.
nth16
->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
in cdc_ncm_fill_tx_frame()
1265
nth.
nth16
->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
in cdc_ncm_fill_tx_frame()
1266
nth.
nth16
->wSequence = cpu_to_le16(ctx->tx_seq++);
in cdc_ncm_fill_tx_frame()
1390
nth.
nth16
= (struct usb_cdc_ncm_nth16 *)skb_out->data;
in cdc_ncm_fill_tx_frame()
1392
nth.
nth16
in cdc_ncm_fill_tx_frame()
1542
struct usb_cdc_ncm_
nth16
*
nth16
;
cdc_ncm_rx_verify_nth16()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cdc_ncm.c
1092
struct usb_cdc_ncm_nth16 *
nth16
= (void *)skb->data;
in cdc_ncm_ndp16()
local
1093
size_t ndpoffset = le16_to_cpu(
nth16
->wNdpIndex);
in cdc_ncm_ndp16()
1131
nth16
->wNdpIndex = cpu_to_le16(skb->len);
in cdc_ncm_ndp16()
1204
struct usb_cdc_ncm_nth16 *
nth16
;
in cdc_ncm_fill_tx_frame()
member
1277
nth.
nth16
= skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth16));
in cdc_ncm_fill_tx_frame()
1278
nth.
nth16
->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH16_SIGN);
in cdc_ncm_fill_tx_frame()
1279
nth.
nth16
->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth16));
in cdc_ncm_fill_tx_frame()
1280
nth.
nth16
->wSequence = cpu_to_le16(ctx->tx_seq++);
in cdc_ncm_fill_tx_frame()
1404
nth.
nth16
= (struct usb_cdc_ncm_nth16 *)skb_out->data;
in cdc_ncm_fill_tx_frame()
1406
nth.
nth16
in cdc_ncm_fill_tx_frame()
1556
struct usb_cdc_ncm_
nth16
*
nth16
;
cdc_ncm_rx_verify_nth16()
local
[all...]
Completed in 5 milliseconds