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:cdnsp
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H
A
D
cdnsp-pci.c
57
struct cdns *
cdnsp
;
in cdnsp_pci_probe()
local
86
cdnsp
= pci_get_drvdata(func);
in cdnsp_pci_probe()
88
cdnsp
= kzalloc(sizeof(*
cdnsp
), GFP_KERNEL);
in cdnsp_pci_probe()
89
if (!
cdnsp
) {
in cdnsp_pci_probe()
110
cdnsp
->dev_regs = devm_ioremap(dev, rsrc_start, rsrc_len);
in cdnsp_pci_probe()
111
if (!
cdnsp
->dev_regs) {
in cdnsp_pci_probe()
117
cdnsp
->dev_irq = pdev->irq;
in cdnsp_pci_probe()
121
res = &
cdnsp
->xhci_res[0];
in cdnsp_pci_probe()
130
res = &
cdnsp
in cdnsp_pci_probe()
179
struct cdns *
cdnsp
;
cdnsp_pci_remove()
local
[all...]
H
A
D
Makefile
29
cdnsp
-udc-pci-y :=
cdnsp
-pci.o
33
obj-m +=
cdnsp
-udc-pci.o
35
obj-$(CONFIG_USB_CDNSP_PCI) +=
cdnsp
-udc-pci.o
39
cdnsp
-udc-pci-$(CONFIG_USB_CDNSP_GADGET) +=
cdnsp
-ring.o
cdnsp
-gadget.o \
40
cdnsp
-mem.o
cdnsp
-ep0.o
43
cdnsp
[all...]
H
A
D
cdnsp-trace.h
13
#define TRACE_SYSTEM
cdnsp
-dev
26
#include "
cdnsp
-gadget.h"
27
#include "
cdnsp
-debug.h"
824
#define TRACE_INCLUDE_FILE
cdnsp
-trace
Completed in 2 milliseconds