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:BDC_CMD_EPN
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_cmd.c
112
cmd_sc = BDC_SUB_CMD_DRP_EP|
BDC_CMD_EPN
(ep->ep_num)|BDC_CMD_EPC;
in bdc_dconfig_ep()
206
cmd_sc |= BDC_CMD_EPC|
BDC_CMD_EPN
(ep->ep_num)|BDC_SUB_CMD_ADD_EP;
in bdc_config_ep()
235
cmd_sc |=
BDC_CMD_EPN
(ep->ep_num)|BDC_CMD_BLA;
in bdc_ep_bla()
292
cmd_sc |= BDC_SUB_CMD_EP_STL |
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_ep_set_stall()
323
cmd_sc |= BDC_SUB_CMD_EP_RST |
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_ep_clear_stall()
355
|
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_stop_ep()
H
A
D
bdc.h
116
#define
BDC_CMD_EPN
(p) ((p & 0x1f) << 10)
macro
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/
H
A
D
bdc_cmd.c
112
cmd_sc = BDC_SUB_CMD_DRP_EP|
BDC_CMD_EPN
(ep->ep_num)|BDC_CMD_EPC;
in bdc_dconfig_ep()
205
cmd_sc |= BDC_CMD_EPC|
BDC_CMD_EPN
(ep->ep_num)|BDC_SUB_CMD_ADD_EP;
in bdc_config_ep()
234
cmd_sc |=
BDC_CMD_EPN
(ep->ep_num)|BDC_CMD_BLA;
in bdc_ep_bla()
291
cmd_sc |= BDC_SUB_CMD_EP_STL |
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_ep_set_stall()
322
cmd_sc |= BDC_SUB_CMD_EP_RST |
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_ep_clear_stall()
354
|
BDC_CMD_EPN
(epnum) | BDC_CMD_EPO;
in bdc_stop_ep()
H
A
D
bdc.h
116
#define
BDC_CMD_EPN
(p) (((p) & 0x1f) << 10)
macro
Completed in 4 milliseconds