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:pullup_on
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
1435
udc->
pullup_on
= on;
in dplus_pullup()
1485
put_on = ((udc->
pullup_on
) && (udc->driver));
in should_enable_udc()
1506
put_off = ((!udc->
pullup_on
) || (!udc->driver));
in should_disable_udc()
2499
udc->pullup_resume = udc->
pullup_on
;
in pxa_udc_suspend()
H
A
D
pxa27x_udc.h
437
* @
pullup_on
: if pullup resistor connected to D+ pin
467
unsigned
pullup_on
:1;
member
H
A
D
pxa25x_udc.c
277
static void
pullup_on
(void)
in pullup_on()
function
1453
pullup_on
();
in udc_enable()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
pxa27x_udc.c
1434
udc->
pullup_on
= on;
in dplus_pullup()
1484
put_on = ((udc->
pullup_on
) && (udc->driver));
in should_enable_udc()
1505
put_off = ((!udc->
pullup_on
) || (!udc->driver));
in should_disable_udc()
2491
udc->pullup_resume = udc->
pullup_on
;
in pxa_udc_suspend()
H
A
D
pxa27x_udc.h
437
* @
pullup_on
: if pullup resistor connected to D+ pin
466
unsigned
pullup_on
:1;
member
H
A
D
pxa25x_udc.c
273
static void
pullup_on
(void)
in pullup_on()
function
1452
pullup_on
();
in udc_enable()
Completed in 15 milliseconds