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:ep0_data
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
fotg210.h
243
__le16
ep0_data
;
member
H
A
D
r8a66597-udc.h
102
u16
ep0_data
; /* for internal request */
member
H
A
D
fotg210-udc.c
716
fotg210->
ep0_data
= cpu_to_le16(1 << USB_DEVICE_SELF_POWERED);
in fotg210_get_status()
719
fotg210->
ep0_data
= cpu_to_le16(0);
in fotg210_get_status()
724
fotg210->
ep0_data
=
in fotg210_get_status()
736
fotg210->ep0_req->buf = &fotg210->
ep0_data
;
in fotg210_get_status()
H
A
D
fusb300_udc.h
664
__le16
ep0_data
;
member
H
A
D
m66592-udc.h
477
__le16
ep0_data
; /* for internal request */
member
H
A
D
r8a66597-udc.c
1188
r8a66597->
ep0_data
= cpu_to_le16(status);
1189
r8a66597->ep0_req->buf = &r8a66597->
ep0_data
;
H
A
D
fusb300_udc.c
714
fusb300->
ep0_data
= cpu_to_le16(status);
715
fusb300->ep0_req->buf = &fusb300->
ep0_data
;
H
A
D
m66592-udc.c
991
m66592->
ep0_data
= cpu_to_le16(status);
992
m66592->ep0_req->buf = &m66592->
ep0_data
;
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H
A
D
fotg210-udc.h
248
__le16
ep0_data
;
member
H
A
D
fotg210-udc.c
741
fotg210->
ep0_data
= cpu_to_le16(1 << USB_DEVICE_SELF_POWERED);
in fotg210_get_status()
744
fotg210->
ep0_data
= cpu_to_le16(0);
in fotg210_get_status()
749
fotg210->
ep0_data
=
in fotg210_get_status()
761
fotg210->ep0_req->buf = &fotg210->
ep0_data
;
in fotg210_get_status()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
r8a66597-udc.h
102
u16
ep0_data
; /* for internal request */
member
H
A
D
fusb300_udc.h
664
__le16
ep0_data
;
member
H
A
D
m66592-udc.h
477
__le16
ep0_data
; /* for internal request */
member
H
A
D
m66592-udc.c
991
m66592->
ep0_data
= cpu_to_le16(status);
992
m66592->ep0_req->buf = &m66592->
ep0_data
;
H
A
D
fusb300_udc.c
714
fusb300->
ep0_data
= cpu_to_le16(status);
715
fusb300->ep0_req->buf = &fusb300->
ep0_data
;
H
A
D
r8a66597-udc.c
1188
r8a66597->
ep0_data
= cpu_to_le16(status);
1189
r8a66597->ep0_req->buf = &r8a66597->
ep0_data
;
Completed in 25 milliseconds