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:target_hdr
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
653
struct uvcg_control_header *
target_hdr
;
in uvcg_control_class_allow_link()
local
675
target_hdr
= to_uvcg_control_header(target);
in uvcg_control_class_allow_link()
676
++
target_hdr
->linked;
in uvcg_control_class_allow_link()
677
class_array[0] = (struct uvc_descriptor_header *)&
target_hdr
->desc;
in uvcg_control_class_allow_link()
695
struct uvcg_control_header *
target_hdr
;
in uvcg_control_class_drop_link()
local
712
target_hdr
= to_uvcg_control_header(target);
in uvcg_control_class_drop_link()
713
--
target_hdr
->linked;
in uvcg_control_class_drop_link()
2219
struct uvcg_streaming_header *
target_hdr
;
in uvcg_streaming_class_allow_link()
local
2241
target_hdr
= to_uvcg_streaming_header(target);
in uvcg_streaming_class_allow_link()
2242
ret = __uvcg_iter_strm_cls(
target_hdr
,
in uvcg_streaming_class_allow_link()
2293
struct uvcg_streaming_header *
target_hdr
;
uvcg_streaming_class_drop_link()
local
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H
A
D
smb1ops.c
280
coalesce_t2(char *second_buf, struct smb_hdr *
target_hdr
)
in coalesce_t2()
argument
283
struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)
target_hdr
;
in coalesce_t2()
337
byte_count = get_bcc(
target_hdr
);
in coalesce_t2()
344
put_bcc(byte_count,
target_hdr
);
in coalesce_t2()
346
byte_count = be32_to_cpu(
target_hdr
->smb_buf_length);
in coalesce_t2()
354
target_hdr
->smb_buf_length = cpu_to_be32(byte_count);
in coalesce_t2()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
smb1ops.c
287
coalesce_t2(char *second_buf, struct smb_hdr *
target_hdr
)
in coalesce_t2()
argument
290
struct smb_t2_rsp *pSMBt = (struct smb_t2_rsp *)
target_hdr
;
in coalesce_t2()
344
byte_count = get_bcc(
target_hdr
);
in coalesce_t2()
351
put_bcc(byte_count,
target_hdr
);
in coalesce_t2()
353
byte_count = be32_to_cpu(
target_hdr
->smb_buf_length);
in coalesce_t2()
361
target_hdr
->smb_buf_length = cpu_to_be32(byte_count);
in coalesce_t2()
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
uvc_configfs.c
1345
struct uvcg_control_header *
target_hdr
;
in uvcg_control_class_allow_link()
local
1367
target_hdr
= to_uvcg_control_header(target);
in uvcg_control_class_allow_link()
1368
++
target_hdr
->linked;
in uvcg_control_class_allow_link()
1369
class_array[0] = (struct uvc_descriptor_header *)&
target_hdr
->desc;
in uvcg_control_class_allow_link()
1387
struct uvcg_control_header *
target_hdr
;
in uvcg_control_class_drop_link()
local
1404
target_hdr
= to_uvcg_control_header(target);
in uvcg_control_class_drop_link()
1405
--
target_hdr
->linked;
in uvcg_control_class_drop_link()
3079
struct uvcg_streaming_header *
target_hdr
;
in uvcg_streaming_class_allow_link()
local
3101
target_hdr
= to_uvcg_streaming_header(target);
in uvcg_streaming_class_allow_link()
3102
ret = __uvcg_iter_strm_cls(
target_hdr
,
in uvcg_streaming_class_allow_link()
3152
struct uvcg_streaming_header *
target_hdr
;
uvcg_streaming_class_drop_link()
local
[all...]
Completed in 11 milliseconds