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:nth32
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cdc_ncm.c
1133
struct usb_cdc_ncm_nth32 *
nth32
= (void *)skb->data;
in cdc_ncm_ndp32()
local
1134
size_t ndpoffset = le32_to_cpu(
nth32
->dwNdpIndex);
in cdc_ncm_ndp32()
1172
nth32
->dwNdpIndex = cpu_to_le32(skb->len);
in cdc_ncm_ndp32()
1191
struct usb_cdc_ncm_nth32 *
nth32
;
in cdc_ncm_fill_tx_frame()
member
1269
nth.
nth32
= skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32));
in cdc_ncm_fill_tx_frame()
1270
nth.
nth32
->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN);
in cdc_ncm_fill_tx_frame()
1271
nth.
nth32
->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32));
in cdc_ncm_fill_tx_frame()
1272
nth.
nth32
->wSequence = cpu_to_le16(ctx->tx_seq++);
in cdc_ncm_fill_tx_frame()
1398
nth.
nth32
= (struct usb_cdc_ncm_nth32 *)skb_out->data;
in cdc_ncm_fill_tx_frame()
1400
nth.
nth32
in cdc_ncm_fill_tx_frame()
1590
struct usb_cdc_ncm_
nth32
*
nth32
;
cdc_ncm_rx_verify_nth32()
local
[all...]
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cdc_ncm.c
1147
struct usb_cdc_ncm_nth32 *
nth32
= (void *)skb->data;
in cdc_ncm_ndp32()
local
1148
size_t ndpoffset = le32_to_cpu(
nth32
->dwNdpIndex);
in cdc_ncm_ndp32()
1186
nth32
->dwNdpIndex = cpu_to_le32(skb->len);
in cdc_ncm_ndp32()
1205
struct usb_cdc_ncm_nth32 *
nth32
;
in cdc_ncm_fill_tx_frame()
member
1283
nth.
nth32
= skb_put_zero(skb_out, sizeof(struct usb_cdc_ncm_nth32));
in cdc_ncm_fill_tx_frame()
1284
nth.
nth32
->dwSignature = cpu_to_le32(USB_CDC_NCM_NTH32_SIGN);
in cdc_ncm_fill_tx_frame()
1285
nth.
nth32
->wHeaderLength = cpu_to_le16(sizeof(struct usb_cdc_ncm_nth32));
in cdc_ncm_fill_tx_frame()
1286
nth.
nth32
->wSequence = cpu_to_le16(ctx->tx_seq++);
in cdc_ncm_fill_tx_frame()
1412
nth.
nth32
= (struct usb_cdc_ncm_nth32 *)skb_out->data;
in cdc_ncm_fill_tx_frame()
1414
nth.
nth32
in cdc_ncm_fill_tx_frame()
1604
struct usb_cdc_ncm_
nth32
*
nth32
;
cdc_ncm_rx_verify_nth32()
local
[all...]
Completed in 5 milliseconds