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:GET_SLOT_STATE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-dbg.c
17
int state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in xhci_get_slot_state()
H
A
D
xhci.h
680
#define
GET_SLOT_STATE
(p) (((p) & (0x1f << 27)) >> 27)
macro
2546
xhci_slot_state_string(
GET_SLOT_STATE
(state)));
in xhci_decode_slot_context()
H
A
D
xhci.c
3809
if (
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state)) ==
in xhci_discover_or_reset_device()
4167
if (
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state)) ==
in xhci_setup_device()
H
A
D
xhci-ring.c
1269
slot_state =
GET_SLOT_STATE
(slot_state);
in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-dbg.c
17
int state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in xhci_get_slot_state()
H
A
D
xhci.h
683
#define
GET_SLOT_STATE
(p) (((p) & (0x1f << 27)) >> 27)
macro
2578
xhci_slot_state_string(
GET_SLOT_STATE
(state)));
in xhci_decode_slot_context()
H
A
D
xhci.c
3701
if (
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state)) ==
in xhci_discover_or_reset_device()
4058
if (
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state)) ==
in xhci_setup_device()
H
A
D
xhci-ring.c
1362
slot_state =
GET_SLOT_STATE
(slot_state);
in xhci_handle_cmd_set_deq()
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-debug.h
425
cdnsp_slot_state_string(
GET_SLOT_STATE
(state)));
in cdnsp_decode_slot_context()
H
A
D
cdnsp-ep0.c
110
slot_state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_ep0_set_address()
H
A
D
cdnsp-gadget.c
700
slot_state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_reset_device()
830
slot_state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_enable_slot()
869
dev_state =
GET_SLOT_STATE
(le32_to_cpu(slot_ctx->dev_state));
in cdnsp_setup_device()
H
A
D
cdnsp-gadget.h
613
#define
GET_SLOT_STATE
(p) (((p) & SLOT_STATE) >> 27)
macro
Completed in 39 milliseconds