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:hub_desc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
hcd.c
3373
struct usb_hub_descriptor *
hub_desc
;
in dwc2_hcd_hub_control()
local
3500
hub_desc
= (struct usb_hub_descriptor *)buf;
in dwc2_hcd_hub_control()
3501
hub_desc
->bDescLength = 9;
in dwc2_hcd_hub_control()
3502
hub_desc
->bDescriptorType = USB_DT_HUB;
in dwc2_hcd_hub_control()
3503
hub_desc
->bNbrPorts = 1;
in dwc2_hcd_hub_control()
3504
hub_desc
->wHubCharacteristics =
in dwc2_hcd_hub_control()
3507
hub_desc
->bPwrOn2PwrGood = 1;
in dwc2_hcd_hub_control()
3508
hub_desc
->bHubContrCurrent = 0;
in dwc2_hcd_hub_control()
3509
hub_desc
->u.hs.DeviceRemovable[0] = 0;
in dwc2_hcd_hub_control()
3510
hub_desc
in dwc2_hcd_hub_control()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
hcd.c
3379
struct usb_hub_descriptor *
hub_desc
;
in dwc2_hcd_hub_control()
local
3502
hub_desc
= (struct usb_hub_descriptor *)buf;
in dwc2_hcd_hub_control()
3503
hub_desc
->bDescLength = 9;
in dwc2_hcd_hub_control()
3504
hub_desc
->bDescriptorType = USB_DT_HUB;
in dwc2_hcd_hub_control()
3505
hub_desc
->bNbrPorts = 1;
in dwc2_hcd_hub_control()
3506
hub_desc
->wHubCharacteristics =
in dwc2_hcd_hub_control()
3509
hub_desc
->bPwrOn2PwrGood = 1;
in dwc2_hcd_hub_control()
3510
hub_desc
->bHubContrCurrent = 0;
in dwc2_hcd_hub_control()
3511
hub_desc
->u.hs.DeviceRemovable[0] = 0;
in dwc2_hcd_hub_control()
3512
hub_desc
in dwc2_hcd_hub_control()
[all...]
Completed in 9 milliseconds