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:nr_endpoints
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iommu/
H
A
D
virtio-iommu.c
72
unsigned long
nr_endpoints
;
member
757
vdev->vdomain->
nr_endpoints
--;
in viommu_attach_dev()
775
if (!vdomain->
nr_endpoints
) {
in viommu_attach_dev()
785
vdomain->
nr_endpoints
++;
in viommu_attach_dev()
810
vdomain->
nr_endpoints
--;
in viommu_detach_dev()
836
if (vdomain->
nr_endpoints
) {
in viommu_map_pages()
873
if (!vdomain->
nr_endpoints
)
in viommu_unmap_pages()
/kernel/linux/linux-5.10/drivers/iommu/
H
A
D
virtio-iommu.c
73
unsigned long
nr_endpoints
;
member
695
vdev->vdomain->
nr_endpoints
--;
in viommu_attach_dev()
710
if (!vdomain->
nr_endpoints
) {
in viommu_attach_dev()
720
vdomain->
nr_endpoints
++;
in viommu_attach_dev()
754
if (!vdomain->
nr_endpoints
)
in viommu_map()
777
if (!vdomain->
nr_endpoints
)
in viommu_unmap()
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
musb_core.h
351
u8
nr_endpoints
;
member
464
musb->
nr_endpoints
++;
in musb_read_fifosize()
H
A
D
musb_core.c
1126
for (epnum = 1; (epnum < musb->
nr_endpoints
)
in musb_stage0_irq()
1526
musb->
nr_endpoints
= max(epn, musb->
nr_endpoints
);
in ep_config_from_table()
1656
musb->
nr_endpoints
= 1;
in musb_core_init()
1668
for (i = 0; i < musb->
nr_endpoints
; i++) {
in musb_core_init()
H
A
D
musb_host.c
2033
epnum < musb->
nr_endpoints
;
in musb_schedule()
H
A
D
musb_gadget.c
1751
epnum < musb->
nr_endpoints
;
in musb_g_init_endpoints()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
musb_core.h
353
u8
nr_endpoints
;
member
464
musb->
nr_endpoints
++;
in musb_read_fifosize()
H
A
D
musb_core.c
1122
for (epnum = 1; (epnum < musb->
nr_endpoints
)
in musb_stage0_irq()
1522
musb->
nr_endpoints
= max(epn, musb->
nr_endpoints
);
in ep_config_from_table()
1652
musb->
nr_endpoints
= 1;
in musb_core_init()
1664
for (i = 0; i < musb->
nr_endpoints
; i++) {
in musb_core_init()
H
A
D
musb_gadget.c
1753
epnum < musb->
nr_endpoints
;
in musb_g_init_endpoints()
H
A
D
musb_host.c
2027
epnum < musb->
nr_endpoints
;
in musb_schedule()
Completed in 23 milliseconds