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:EP_HAS_STREAMS
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-ring.c
292
if (pep->ep_state &
EP_HAS_STREAMS
) {
in cdnsp_ring_ep_doorbell()
326
if (!(pep->ep_state &
EP_HAS_STREAMS
))
in cdnsp_get_transfer_ring()
358
if (!(pep->ep_state &
EP_HAS_STREAMS
) && pep->number) {
in cdnsp_ring_doorbell_for_active_rings()
407
if (pep->ep_state &
EP_HAS_STREAMS
) {
in cdnsp_get_hw_deq()
980
if ((pep->ep_state &
EP_HAS_STREAMS
) &&
in cdnsp_giveback_first_trb()
1191
if (!(pep->ep_state &
EP_HAS_STREAMS
))
in cdnsp_handle_tx_nrdy()
H
A
D
cdnsp-mem.c
545
if (pep->ep_state &
EP_HAS_STREAMS
)
in cdnsp_dma_to_transfer_ring()
649
if (!(pep->ep_state &
EP_HAS_STREAMS
))
in cdnsp_free_stream_info()
665
pep->ep_state &= ~
EP_HAS_STREAMS
;
in cdnsp_free_stream_info()
H
A
D
cdnsp-gadget.h
837
#define
EP_HAS_STREAMS
BIT(6)
macro
H
A
D
cdnsp-trace.h
54
__entry->enabled = pep->ep_state &
EP_HAS_STREAMS
;
H
A
D
cdnsp-gadget.c
795
pep->ep_state |=
EP_HAS_STREAMS
;
in cdnsp_alloc_streams()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.c
2891
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_check_bw_drop_ep_streams()
2896
ep->ep_state &= ~
EP_HAS_STREAMS
;
in xhci_check_bw_drop_ep_streams()
3329
if (ep_state &
EP_HAS_STREAMS
||
in xhci_check_streams_endpoint()
3431
if (!(ep_state &
EP_HAS_STREAMS
) &&
in xhci_calculate_no_streams_bitmask()
3594
vdev->eps[ep_index].ep_state |=
EP_HAS_STREAMS
;
in xhci_alloc_streams()
3616
vdev->eps[ep_index].ep_state &= ~
EP_HAS_STREAMS
;
in xhci_alloc_streams()
3707
vdev->eps[ep_index].ep_state &= ~
EP_HAS_STREAMS
;
in xhci_free_streams()
3887
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_discover_or_reset_device()
3892
ep->ep_state &= ~
EP_HAS_STREAMS
;
in xhci_discover_or_reset_device()
H
A
D
xhci-ring.c
440
if (!(ep->ep_state &
EP_HAS_STREAMS
)) {
in ring_doorbell_for_active_rings()
497
if (!(ep->ep_state &
EP_HAS_STREAMS
))
in xhci_triad_to_transfer_ring()
537
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_get_hw_deq()
620
!(ep->ep_state &
EP_HAS_STREAMS
))
in xhci_find_new_dequeue_state()
1049
if ((ep->ep_state &
EP_HAS_STREAMS
) ||
in xhci_kill_endpoint_urbs()
1292
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_handle_cmd_set_deq()
H
A
D
xhci.h
943
#define
EP_HAS_STREAMS
(1 << 4)
macro
H
A
D
xhci-hub.c
470
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_ring_device()
H
A
D
xhci-mem.c
589
if (ep->ep_state &
EP_HAS_STREAMS
)
in xhci_dma_to_transfer_ring()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.c
2863
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_check_bw_drop_ep_streams()
2868
ep->ep_state &= ~
EP_HAS_STREAMS
;
in xhci_check_bw_drop_ep_streams()
3221
if (ep_state &
EP_HAS_STREAMS
||
in xhci_check_streams_endpoint()
3323
if (!(ep_state &
EP_HAS_STREAMS
) &&
in xhci_calculate_no_streams_bitmask()
3486
vdev->eps[ep_index].ep_state |=
EP_HAS_STREAMS
;
in xhci_alloc_streams()
3508
vdev->eps[ep_index].ep_state &= ~
EP_HAS_STREAMS
;
in xhci_alloc_streams()
3599
vdev->eps[ep_index].ep_state &= ~
EP_HAS_STREAMS
;
in xhci_free_streams()
3779
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_discover_or_reset_device()
3784
ep->ep_state &= ~
EP_HAS_STREAMS
;
in xhci_discover_or_reset_device()
H
A
D
xhci-ring.c
517
if (!(ep->ep_state &
EP_HAS_STREAMS
)) {
in ring_doorbell_for_active_rings()
564
if (!(ep->ep_state &
EP_HAS_STREAMS
))
in xhci_virt_ep_to_ring()
612
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_get_hw_deq()
1135
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_handle_cmd_stop_ep()
1207
if ((ep->ep_state &
EP_HAS_STREAMS
) ||
in xhci_kill_endpoint_urbs()
1385
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_handle_cmd_set_deq()
H
A
D
xhci.h
946
#define
EP_HAS_STREAMS
(1 << 4)
macro
H
A
D
xhci-hub.c
570
if (ep->ep_state &
EP_HAS_STREAMS
) {
in xhci_ring_device()
H
A
D
xhci-mem.c
574
if (ep->ep_state &
EP_HAS_STREAMS
)
in xhci_dma_to_transfer_ring()
Completed in 89 milliseconds