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:dev_context_ptrs
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
903
xhci->dcbaa->
dev_context_ptrs
[slot_id] = 0;
in xhci_free_virt_device()
1041
xhci->dcbaa->
dev_context_ptrs
[slot_id] = cpu_to_le64(dev->out_ctx->dma);
in xhci_alloc_virt_device()
1044
&xhci->dcbaa->
dev_context_ptrs
[slot_id],
in xhci_alloc_virt_device()
1045
le64_to_cpu(xhci->dcbaa->
dev_context_ptrs
[slot_id]));
in xhci_alloc_virt_device()
1700
xhci->dcbaa->
dev_context_ptrs
[0] = cpu_to_le64(xhci->scratchpad->sp_dma);
in scratchpad_alloc()
H
A
D
xhci.h
1070
__le64
dev_context_ptrs
[MAX_HC_SLOTS];
member
H
A
D
xhci.c
4277
&xhci->dcbaa->
dev_context_ptrs
[udev->slot_id],
in xhci_setup_device()
4279
le64_to_cpu(xhci->dcbaa->
dev_context_ptrs
[udev->slot_id]));
in xhci_setup_device()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
859
xhci->dcbaa->
dev_context_ptrs
[slot_id] = 0;
in xhci_free_virt_device()
995
xhci->dcbaa->
dev_context_ptrs
[slot_id] = cpu_to_le64(dev->out_ctx->dma);
in xhci_alloc_virt_device()
998
&xhci->dcbaa->
dev_context_ptrs
[slot_id],
in xhci_alloc_virt_device()
999
le64_to_cpu(xhci->dcbaa->
dev_context_ptrs
[slot_id]));
in xhci_alloc_virt_device()
1651
xhci->dcbaa->
dev_context_ptrs
[0] = cpu_to_le64(xhci->scratchpad->sp_dma);
in scratchpad_alloc()
H
A
D
xhci.h
1071
__le64
dev_context_ptrs
[MAX_HC_SLOTS];
member
H
A
D
xhci.c
4166
&xhci->dcbaa->
dev_context_ptrs
[udev->slot_id],
in xhci_setup_device()
4168
le64_to_cpu(xhci->dcbaa->
dev_context_ptrs
[udev->slot_id]));
in xhci_setup_device()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-mem.c
671
pdev->dcbaa->
dev_context_ptrs
[1] = 0;
in cdnsp_free_priv_device()
701
pdev->dcbaa->
dev_context_ptrs
[1] = cpu_to_le64(pdev->out_ctx.dma);
in cdnsp_alloc_priv_device()
H
A
D
cdnsp-gadget.h
849
__le64
dev_context_ptrs
[CDNSP_DEV_MAX_SLOTS + 1];
member
Completed in 33 milliseconds