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:at91_udc
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
at91_udc.h
93
struct
at91_udc
*udc;
107
int (*init)(struct
at91_udc
*udc);
108
void (*pullup)(struct
at91_udc
*udc, int is_on);
123
struct
at91_udc
{
struct
149
static inline struct
at91_udc
*to_udc(struct usb_gadget *g)
in to_udc()
151
return container_of(g, struct
at91_udc
, gadget);
in to_udc()
H
A
D
at91_udc.c
3
*
at91_udc
-- driver for at91-series USB peripheral controller
34
#include "
at91_udc
.h"
57
static const char driver_name [] = "
at91_udc
";
114
struct
at91_udc
*udc = ep->udc;
in proc_ep_show()
184
struct
at91_udc
*udc = s->private;
in proc_udc_show()
237
static void create_debug_file(struct
at91_udc
*udc)
in create_debug_file()
243
static void remove_debug_file(struct
at91_udc
*udc)
in remove_debug_file()
251
static inline void create_debug_file(struct
at91_udc
*udc) {}
in create_debug_file()
252
static inline void remove_debug_file(struct
at91_udc
*udc) {}
in remove_debug_file()
262
struct
at91_udc
*ud
in done()
[all...]
H
A
D
Makefile
21
obj-$(CONFIG_USB_AT91) +=
at91_udc
.o
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
at91_udc.h
93
struct
at91_udc
*udc;
107
int (*init)(struct
at91_udc
*udc);
108
void (*pullup)(struct
at91_udc
*udc, int is_on);
121
struct
at91_udc
{
struct
147
static inline struct
at91_udc
*to_udc(struct usb_gadget *g)
in to_udc()
149
return container_of(g, struct
at91_udc
, gadget);
in to_udc()
H
A
D
at91_udc.c
3
*
at91_udc
-- driver for at91-series USB peripheral controller
34
#include "
at91_udc
.h"
57
static const char driver_name [] = "
at91_udc
";
114
struct
at91_udc
*udc = ep->udc;
in proc_ep_show()
184
struct
at91_udc
*udc = s->private;
in proc_udc_show()
237
static void create_debug_file(struct
at91_udc
*udc)
in create_debug_file()
243
static void remove_debug_file(struct
at91_udc
*udc)
in remove_debug_file()
251
static inline void create_debug_file(struct
at91_udc
*udc) {}
in create_debug_file()
252
static inline void remove_debug_file(struct
at91_udc
*udc) {}
in remove_debug_file()
262
struct
at91_udc
*ud
in done()
[all...]
H
A
D
Makefile
20
obj-$(CONFIG_USB_AT91) +=
at91_udc
.o
Completed in 4 milliseconds