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:gadget_to_udc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H
A
D
isp1760-udc.c
33
static inline struct isp1760_udc *
gadget_to_udc
(struct usb_gadget *gadget)
in gadget_to_udc()
function
1153
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_get_frame()
1160
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_wakeup()
1169
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_set_selfpowered()
1181
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_pullup()
1192
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_start()
1234
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_stop()
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-udc.c
35
static inline struct isp1760_udc *
gadget_to_udc
(struct usb_gadget *gadget)
in gadget_to_udc()
function
1230
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_get_frame()
1237
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_wakeup()
1246
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_set_selfpowered()
1258
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_pullup()
1269
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_start()
1311
struct isp1760_udc *udc =
gadget_to_udc
(gadget);
in isp1760_udc_stop()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
340
static inline struct bcm63xx_udc *
gadget_to_udc
(struct usb_gadget *g)
in gadget_to_udc()
function
1752
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_get_frame()
1767
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_pullup()
1784
bcm63xx_select_pullup(
gadget_to_udc
(gadget), true);
in bcm63xx_udc_pullup()
1787
bcm63xx_select_pullup(
gadget_to_udc
(gadget), false);
in bcm63xx_udc_pullup()
1815
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_start()
1851
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_stop()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
337
static inline struct bcm63xx_udc *
gadget_to_udc
(struct usb_gadget *g)
in gadget_to_udc()
function
1749
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_get_frame()
1764
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_pullup()
1781
bcm63xx_select_pullup(
gadget_to_udc
(gadget), true);
in bcm63xx_udc_pullup()
1784
bcm63xx_select_pullup(
gadget_to_udc
(gadget), false);
in bcm63xx_udc_pullup()
1812
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_start()
1847
struct bcm63xx_udc *udc =
gadget_to_udc
(gadget);
in bcm63xx_udc_stop()
Completed in 11 milliseconds