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:isp1760_hcd
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H
A
D
isp1760-hcd.h
50
struct
isp1760_hcd
{
struct
73
int isp1760_hcd_register(struct
isp1760_hcd
*priv, void __iomem *regs,
76
void isp1760_hcd_unregister(struct
isp1760_hcd
*priv);
81
static inline int isp1760_hcd_register(struct
isp1760_hcd
*priv,
in isp1760_hcd_register()
89
static inline void isp1760_hcd_unregister(struct
isp1760_hcd
*priv)
in isp1760_hcd_unregister()
H
A
D
isp1760-hcd.c
42
static inline struct
isp1760_hcd
*hcd_to_priv(struct usb_hcd *hcd)
in hcd_to_priv()
44
return *(struct
isp1760_hcd
**)hcd->hcd_priv;
in hcd_to_priv()
305
static void init_memory(struct
isp1760_hcd
*priv)
in init_memory()
339
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in alloc_mem()
359
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in free_mem()
398
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in ehci_reset()
435
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in priv_init()
463
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hc_setup()
671
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
722
struct
isp1760_hcd
*pri
in start_bus_transfer()
[all...]
H
A
D
isp1760-core.h
45
struct
isp1760_hcd
hcd;
/kernel/linux/linux-6.6/drivers/usb/isp1760/
H
A
D
isp1760-hcd.h
47
struct
isp1760_hcd
{
struct
75
int isp1760_hcd_register(struct
isp1760_hcd
*priv, struct resource *mem,
77
void isp1760_hcd_unregister(struct
isp1760_hcd
*priv);
82
static inline int isp1760_hcd_register(struct
isp1760_hcd
*priv,
in isp1760_hcd_register()
90
static inline void isp1760_hcd_unregister(struct
isp1760_hcd
*priv)
in isp1760_hcd_unregister()
H
A
D
isp1760-hcd.c
44
static inline struct
isp1760_hcd
*hcd_to_priv(struct usb_hcd *hcd)
in hcd_to_priv()
46
return *(struct
isp1760_hcd
**)hcd->hcd_priv;
in hcd_to_priv()
202
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_read()
211
static void isp1760_hcd_portsc1_set_clear(struct
isp1760_hcd
*priv, u32 field,
in isp1760_hcd_portsc1_set_clear()
227
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_write()
248
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_set_and_wait()
260
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_set_and_wait_swap()
272
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_clear_and_wait()
288
struct
isp1760_hcd
*priv = hcd_to_priv(hcd);
in isp1760_hcd_ppc_is_set()
298
struct
isp1760_hcd
*pri
in isp1760_hcd_n_ports()
[all...]
H
A
D
isp1760-core.h
49
struct
isp1760_hcd
hcd;
H
A
D
isp1760-core.c
31
struct
isp1760_hcd
*hcd = &isp->hcd;
in isp1760_init_core()
489
struct
isp1760_hcd
*hcd;
in isp1760_register()
Completed in 6 milliseconds