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:udc_enabled
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-core.c
492
bool
udc_enabled
;
in isp1760_register()
local
500
udc_enabled
= ((devflags & ISP1760_FLAG_ISP1763) ||
in isp1760_register()
504
(!
udc_enabled
|| !IS_ENABLED(CONFIG_USB_ISP1761_UDC)))
in isp1760_register()
584
if (
udc_enabled
&& IS_ENABLED(CONFIG_USB_ISP1761_UDC)) {
in isp1760_register()
/kernel/linux/linux-5.10/drivers/staging/emxx_udc/
H
A
D
emxx_udc.h
537
unsigned
udc_enabled
:1;
member
H
A
D
emxx_udc.c
2152
if (udc->
udc_enabled
)
in _nbu2ss_enable_controller()
2188
udc->
udc_enabled
= true;
in _nbu2ss_enable_controller()
2203
if (udc->
udc_enabled
) {
in _nbu2ss_disable_controller()
2204
udc->
udc_enabled
= false;
in _nbu2ss_disable_controller()
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/
H
A
D
emxx_udc.h
535
unsigned
udc_enabled
:1;
member
H
A
D
emxx_udc.c
2148
if (udc->
udc_enabled
)
in _nbu2ss_enable_controller()
2184
udc->
udc_enabled
= true;
in _nbu2ss_enable_controller()
2199
if (udc->
udc_enabled
) {
in _nbu2ss_disable_controller()
2200
udc->
udc_enabled
= false;
in _nbu2ss_disable_controller()
Completed in 11 milliseconds