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:usb_ext
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
net2280.c
2240
tmp = readl(&dev->
usb_ext
->usbctl2) &
in usb_reinit_338x()
2242
writel(tmp, &dev->
usb_ext
->usbctl2);
in usb_reinit_338x()
2914
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2916
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2922
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2924
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2930
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2932
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2980
writel(readl(&dev->
usb_ext
->usbctl2) |
in handle_stat0_irqs_superspeed()
2982
&dev->
usb_ext
in handle_stat0_irqs_superspeed()
[all...]
H
A
D
net2280.h
176
struct usb338x_usb_ext_regs __iomem *
usb_ext
;
member
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
net2280.c
2237
tmp = readl(&dev->
usb_ext
->usbctl2) &
in usb_reinit_338x()
2239
writel(tmp, &dev->
usb_ext
->usbctl2);
in usb_reinit_338x()
2917
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2919
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2925
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2927
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2933
writel(readl(&dev->
usb_ext
->usbctl2) &
in handle_stat0_irqs_superspeed()
2935
&dev->
usb_ext
->usbctl2);
in handle_stat0_irqs_superspeed()
2983
writel(readl(&dev->
usb_ext
->usbctl2) |
in handle_stat0_irqs_superspeed()
2985
&dev->
usb_ext
in handle_stat0_irqs_superspeed()
[all...]
H
A
D
net2280.h
177
struct usb338x_usb_ext_regs __iomem *
usb_ext
;
member
/kernel/linux/linux-5.10/drivers/usb/gadget/
H
A
D
composite.c
664
struct usb_ext_cap_descriptor *
usb_ext
;
in bos_desc()
local
702
usb_ext
= cdev->req->buf + le16_to_cpu(bos->wTotalLength);
in bos_desc()
705
usb_ext
->bLength = USB_DT_USB_EXT_CAP_SIZE;
in bos_desc()
706
usb_ext
->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
in bos_desc()
707
usb_ext
->bDevCapabilityType = USB_CAP_TYPE_EXT;
in bos_desc()
708
usb_ext
->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT |
in bos_desc()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H
A
D
composite.c
727
struct usb_ext_cap_descriptor *
usb_ext
;
in bos_desc()
local
766
usb_ext
= cdev->req->buf + le16_to_cpu(bos->wTotalLength);
in bos_desc()
769
usb_ext
->bLength = USB_DT_USB_EXT_CAP_SIZE;
in bos_desc()
770
usb_ext
->bDescriptorType = USB_DT_DEVICE_CAPABILITY;
in bos_desc()
771
usb_ext
->bDevCapabilityType = USB_CAP_TYPE_EXT;
in bos_desc()
772
usb_ext
->bmAttributes = cpu_to_le32(USB_LPM_SUPPORT |
in bos_desc()
Completed in 16 milliseconds