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:SLOT_FLAG
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-gadget.c
650
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in cdnsp_update_eps_configuration()
652
ctrl_ctx->drop_flags &= cpu_to_le32(~(
SLOT_FLAG
| EP0_FLAG));
in cdnsp_update_eps_configuration()
669
if ((ctrl_ctx->add_flags != cpu_to_le32(
SLOT_FLAG
) &&
in cdnsp_update_eps_configuration()
887
ctrl_ctx->add_flags = cpu_to_le32(
SLOT_FLAG
| EP0_FLAG);
in cdnsp_setup_device()
951
if (added_ctxs ==
SLOT_FLAG
|| added_ctxs == EP0_FLAG) {
in cdnsp_gadget_ep_enable()
H
A
D
cdnsp-gadget.h
601
#define
SLOT_FLAG
BIT(0)
macro
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci.c
1492
ctrl_ctx->add_flags = cpu_to_le32(
SLOT_FLAG
);
in xhci_check_maxpacket()
1802
if (drop_flag ==
SLOT_FLAG
|| drop_flag == EP0_FLAG) {
in xhci_drop_endpoint()
1890
if (added_ctxs ==
SLOT_FLAG
|| added_ctxs == EP0_FLAG) {
in xhci_add_endpoint()
2945
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_check_bandwidth()
2947
ctrl_ctx->drop_flags &= cpu_to_le32(~(
SLOT_FLAG
| EP0_FLAG));
in xhci_check_bandwidth()
2950
if (ctrl_ctx->add_flags == cpu_to_le32(
SLOT_FLAG
) &&
in xhci_check_bandwidth()
3041
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_setup_input_ctx_for_config_ep()
3223
if (ep_flag ==
SLOT_FLAG
|| ep_flag == EP0_FLAG)
in xhci_endpoint_reset()
4200
ctrl_ctx->add_flags = cpu_to_le32(
SLOT_FLAG
| EP0_FLAG);
in xhci_setup_device()
4375
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_change_max_exit_latency()
[all...]
H
A
D
xhci.h
646
#define
SLOT_FLAG
(1 << 0)
macro
2490
(add &
SLOT_FLAG
) ? " slot":"",
in xhci_decode_ctrl_ctx()
2492
add &= ~(
SLOT_FLAG
| EP0_FLAG);
in xhci_decode_ctrl_ctx()
H
A
D
xhci-ring.c
1440
add_flags -
SLOT_FLAG
== drop_flags) {
in xhci_handle_cmd_config_ep()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci.c
1481
ctrl_ctx->add_flags = cpu_to_le32(
SLOT_FLAG
);
in xhci_check_maxpacket()
1791
if (drop_flag ==
SLOT_FLAG
|| drop_flag == EP0_FLAG) {
in xhci_drop_endpoint()
1877
if (added_ctxs ==
SLOT_FLAG
|| added_ctxs == EP0_FLAG) {
in xhci_add_endpoint()
2917
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_check_bandwidth()
2919
ctrl_ctx->drop_flags &= cpu_to_le32(~(
SLOT_FLAG
| EP0_FLAG));
in xhci_check_bandwidth()
2922
if (ctrl_ctx->add_flags == cpu_to_le32(
SLOT_FLAG
) &&
in xhci_check_bandwidth()
3015
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_setup_input_ctx_for_config_ep()
3115
if (ep_flag ==
SLOT_FLAG
|| ep_flag == EP0_FLAG)
in xhci_endpoint_reset()
4091
ctrl_ctx->add_flags = cpu_to_le32(
SLOT_FLAG
| EP0_FLAG);
in xhci_setup_device()
4269
ctrl_ctx->add_flags |= cpu_to_le32(
SLOT_FLAG
);
in xhci_change_max_exit_latency()
[all...]
H
A
D
xhci.h
649
#define
SLOT_FLAG
(1 << 0)
macro
2522
(add &
SLOT_FLAG
) ? " slot":"",
in xhci_decode_ctrl_ctx()
2524
add &= ~(
SLOT_FLAG
| EP0_FLAG);
in xhci_decode_ctrl_ctx()
Completed in 31 milliseconds