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:stream_rings
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-mem.c
578
stream_info->
stream_rings
= kcalloc(num_streams,
in cdnsp_alloc_stream_info()
581
if (!stream_info->
stream_rings
)
in cdnsp_alloc_stream_info()
602
stream_info->
stream_rings
[cur_stream] = cur_ring;
in cdnsp_alloc_stream_info()
628
cur_ring = stream_info->
stream_rings
[cur_stream];
in cdnsp_alloc_stream_info()
631
stream_info->
stream_rings
[cur_stream] = NULL;
in cdnsp_alloc_stream_info()
636
kfree(pep->stream_info.
stream_rings
);
in cdnsp_alloc_stream_info()
654
cur_ring = stream_info->
stream_rings
[cur_stream];
in cdnsp_free_stream_info()
657
stream_info->
stream_rings
[cur_stream] = NULL;
in cdnsp_free_stream_info()
664
kfree(stream_info->
stream_rings
);
in cdnsp_free_stream_info()
H
A
D
cdnsp-ring.c
335
return pep->stream_info.
stream_rings
[stream_id];
in cdnsp_get_transfer_ring()
1198
ep_ring = pep->stream_info.
stream_rings
[cur_stream];
in cdnsp_handle_tx_nrdy()
1208
ep_ring = pep->stream_info.
stream_rings
[dev_sid];
in cdnsp_handle_tx_nrdy()
H
A
D
cdnsp-gadget.h
759
* @
stream_rings
: Array of pointers containing Transfer rings for all
773
struct cdnsp_ring **
stream_rings
;
member
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-mem.c
609
return ep->stream_info->
stream_rings
[stream_id];
in xhci_stream_id_to_ring()
651
stream_info->
stream_rings
= kcalloc_node(
in xhci_alloc_stream_info()
654
if (!stream_info->
stream_rings
)
in xhci_alloc_stream_info()
680
stream_info->
stream_rings
[cur_stream] =
in xhci_alloc_stream_info()
683
cur_ring = stream_info->
stream_rings
[cur_stream];
in xhci_alloc_stream_info()
700
stream_info->
stream_rings
[cur_stream] = NULL;
in xhci_alloc_stream_info()
715
cur_ring = stream_info->
stream_rings
[cur_stream];
in xhci_alloc_stream_info()
718
stream_info->
stream_rings
[cur_stream] = NULL;
in xhci_alloc_stream_info()
728
kfree(stream_info->
stream_rings
);
in xhci_alloc_stream_info()
787
cur_ring = stream_info->
stream_rings
[cur_strea
in xhci_free_stream_info()
[all...]
H
A
D
xhci-debugfs.c
525
epriv->show_ring = epriv->stream_info->
stream_rings
[stream_id];
in xhci_stream_id_write()
583
epriv->show_ring = epriv->stream_info->
stream_rings
[1];
in xhci_debugfs_create_stream_files()
H
A
D
xhci-ring.c
449
if (!list_empty(&stream_info->
stream_rings
[stream_id]->td_list))
in ring_doorbell_for_active_rings()
509
return ep->stream_info->
stream_rings
[stream_id];
in xhci_triad_to_transfer_ring()
1055
ring = ep->stream_info->
stream_rings
[stream_id];
in xhci_kill_endpoint_urbs()
H
A
D
xhci.h
848
struct xhci_ring **
stream_rings
;
member
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-mem.c
618
stream_info->
stream_rings
= kcalloc_node(
in xhci_alloc_stream_info()
621
if (!stream_info->
stream_rings
)
in xhci_alloc_stream_info()
645
stream_info->
stream_rings
[cur_stream] =
in xhci_alloc_stream_info()
648
cur_ring = stream_info->
stream_rings
[cur_stream];
in xhci_alloc_stream_info()
664
stream_info->
stream_rings
[cur_stream] = NULL;
in xhci_alloc_stream_info()
679
cur_ring = stream_info->
stream_rings
[cur_stream];
in xhci_alloc_stream_info()
682
stream_info->
stream_rings
[cur_stream] = NULL;
in xhci_alloc_stream_info()
692
kfree(stream_info->
stream_rings
);
in xhci_alloc_stream_info()
751
cur_ring = stream_info->
stream_rings
[cur_stream];
in xhci_free_stream_info()
754
stream_info->
stream_rings
[cur_strea
in xhci_free_stream_info()
[all...]
H
A
D
xhci-debugfs.c
525
epriv->show_ring = epriv->stream_info->
stream_rings
[stream_id];
in xhci_stream_id_write()
583
epriv->show_ring = epriv->stream_info->
stream_rings
[1];
in xhci_debugfs_create_stream_files()
H
A
D
xhci-ring.c
526
if (!list_empty(&stream_info->
stream_rings
[stream_id]->td_list))
in ring_doorbell_for_active_rings()
576
return ep->stream_info->
stream_rings
[stream_id];
in xhci_virt_ep_to_ring()
1213
ring = ep->stream_info->
stream_rings
[stream_id];
in xhci_kill_endpoint_urbs()
H
A
D
xhci.h
851
struct xhci_ring **
stream_rings
;
member
Completed in 42 milliseconds