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:bNbrPorts
(Results
1 - 25
of
48
) sorted by relevance
1
2
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
ch11.h
265
__u8
bNbrPorts
;
member
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
ch11.h
263
__u8
bNbrPorts
;
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
137
__u8
bNbrPorts
;
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
145
__u8
bNbrPorts
;
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
ch11.h
145
__u8
bNbrPorts
;
member
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_virthub.c
329
desc->
bNbrPorts
= 1;
in musb_hub_control()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_virthub.c
328
desc->
bNbrPorts
= 1;
in musb_hub_control()
/kernel/linux/linux-5.10/drivers/usb/usbip/
H
A
D
vhci_hcd.c
293
desc->
bNbrPorts
= VHCI_HC_PORTS;
in ss_hub_descriptor()
307
desc->
bNbrPorts
= VHCI_HC_PORTS;
in hub_descriptor()
309
width = desc->
bNbrPorts
/ 8 + 1;
in hub_descriptor()
/kernel/linux/linux-6.6/drivers/usb/usbip/
H
A
D
vhci_hcd.c
293
desc->
bNbrPorts
= VHCI_HC_PORTS;
in ss_hub_descriptor()
307
desc->
bNbrPorts
= VHCI_HC_PORTS;
in hub_descriptor()
309
width = desc->
bNbrPorts
/ 8 + 1;
in hub_descriptor()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
129
.
bNbrPorts
= AST_VHUB_NUM_PORTS,
1031
vhub->vhub_hub_desc.
bNbrPorts
= vhub->max_ports;
in ast_vhub_init_desc()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H
A
D
hub.c
135
.
bNbrPorts
= AST_VHUB_NUM_PORTS,
1056
vhub->vhub_hub_desc.
bNbrPorts
= vhub->max_ports;
in ast_vhub_init_desc()
/kernel/linux/linux-5.10/drivers/usb/misc/
H
A
D
lvstest.c
338
for (i = 1; i <= descriptor->
bNbrPorts
; i++) {
in lvs_rh_work()
/kernel/linux/linux-6.6/drivers/usb/misc/
H
A
D
lvstest.c
338
for (i = 1; i <= descriptor->
bNbrPorts
; i++) {
in lvs_rh_work()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-hub.c
549
desc->
bNbrPorts
= ohci->num_ports;
in ohci_hub_descriptor()
H
A
D
ehci-hub.c
708
desc->
bNbrPorts
= ports;
in ehci_hub_descriptor()
H
A
D
isp1362-hcd.c
1546
desc->
bNbrPorts
= reg & 0x3;
in isp1362_hub_descriptor()
1556
desc->u.hs.DeviceRemovable[0] = desc->
bNbrPorts
== 1 ? 1 << 1 : 3 << 1;
in isp1362_hub_descriptor()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-hub.c
549
desc->
bNbrPorts
= ohci->num_ports;
in ohci_hub_descriptor()
H
A
D
ehci-hub.c
709
desc->
bNbrPorts
= ports;
in ehci_hub_descriptor()
H
A
D
xen-hcd.c
366
desc->
bNbrPorts
= ports;
in xenhcd_hub_descriptor()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
417
size = USB_DT_HUB_NONVAR_SIZE + desc->
bNbrPorts
/ 8 + 1;
in get_hub_descriptor()
1432
if (hub->descriptor->
bNbrPorts
> maxchild) {
in hub_configure()
1436
} else if (hub->descriptor->
bNbrPorts
== 0) {
in hub_configure()
1456
maxchild = hub->descriptor->
bNbrPorts
;
in hub_configure()
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
hub.c
424
size = USB_DT_HUB_NONVAR_SIZE + desc->
bNbrPorts
/ 8 + 1;
in get_hub_descriptor()
1439
if (hub->descriptor->
bNbrPorts
> maxchild) {
in hub_configure()
1443
} else if (hub->descriptor->
bNbrPorts
== 0) {
in hub_configure()
1463
maxchild = hub->descriptor->
bNbrPorts
;
in hub_configure()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2061
desc->
bNbrPorts
= 1;
in ss_hub_descriptor()
2074
desc->
bNbrPorts
= 1;
in hub_descriptor()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
dummy_hcd.c
2074
desc->
bNbrPorts
= 1;
in ss_hub_descriptor()
2087
desc->
bNbrPorts
= 1;
in hub_descriptor()
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H
A
D
mod_host.c
1220
desc->
bNbrPorts
= roothub_id;
in __usbhsh_hub_get_status()
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H
A
D
mod_host.c
1220
desc->
bNbrPorts
= roothub_id;
in __usbhsh_hub_get_status()
Completed in 45 milliseconds
1
2