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:des_head
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_generic.c
2951
struct usb_descriptor_header *
des_head
= NULL;
in _ffs_func_bind()
local
3093
des_head
= func->function.fs_descriptors[i];
in _ffs_func_bind()
3094
if (
des_head
->bDescriptorType == USB_DT_INTERFACE) {
in _ffs_func_bind()
3095
struct usb_interface_descriptor *intf = (struct usb_interface_descriptor *)
des_head
;
in _ffs_func_bind()
3107
des_head
= func->function.fs_descriptors[i];
in _ffs_func_bind()
3108
if (
des_head
->bDescriptorType == USB_DT_INTERFACE_ASSOCIATION) {
in _ffs_func_bind()
3109
struct usb_interface_assoc_descriptor *a_dec = (struct usb_interface_assoc_descriptor *)
des_head
;
in _ffs_func_bind()
3111
} else if (
des_head
->bDescriptorType == USB_DT_CS_INTERFACE) {
in _ffs_func_bind()
3112
struct usb_cdc_header_desc *cs_des = (struct usb_cdc_header_desc *)
des_head
;
in _ffs_func_bind()
3114
struct usb_cdc_call_mgmt_descriptor *mgmt_des = (struct usb_cdc_call_mgmt_descriptor *)
des_head
;
in _ffs_func_bind()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_generic.c
2953
struct usb_descriptor_header *
des_head
= NULL;
in _ffs_func_bind()
local
3095
des_head
= func->function.fs_descriptors[i];
in _ffs_func_bind()
3096
if (
des_head
->bDescriptorType == USB_DT_INTERFACE) {
in _ffs_func_bind()
3097
struct usb_interface_descriptor *intf = (struct usb_interface_descriptor *)
des_head
;
in _ffs_func_bind()
3109
des_head
= func->function.fs_descriptors[i];
in _ffs_func_bind()
3110
if (
des_head
->bDescriptorType == USB_DT_INTERFACE_ASSOCIATION) {
in _ffs_func_bind()
3111
struct usb_interface_assoc_descriptor *a_dec = (struct usb_interface_assoc_descriptor *)
des_head
;
in _ffs_func_bind()
3113
} else if (
des_head
->bDescriptorType == USB_DT_CS_INTERFACE) {
in _ffs_func_bind()
3114
struct usb_cdc_header_desc *cs_des = (struct usb_cdc_header_desc *)
des_head
;
in _ffs_func_bind()
3116
struct usb_cdc_call_mgmt_descriptor *mgmt_des = (struct usb_cdc_call_mgmt_descriptor *)
des_head
;
in _ffs_func_bind()
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
cvmx-pow.h
1032
uint64_t
des_head
:11;
member
1042
uint64_t
des_head
:11;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
cvmx-pow.h
1032
uint64_t
des_head
:11;
member
1042
uint64_t
des_head
:11;
Completed in 14 milliseconds