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:ep_dev
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
endpoint.c
139
struct ep_device *
ep_dev
= to_ep_device(dev);
in ep_device_release()
local
141
kfree(
ep_dev
);
in ep_device_release()
153
struct ep_device *
ep_dev
;
in usb_create_ep_devs()
local
156
ep_dev
= kzalloc(sizeof(*
ep_dev
), GFP_KERNEL);
in usb_create_ep_devs()
157
if (!
ep_dev
) {
in usb_create_ep_devs()
162
ep_dev
->desc = &endpoint->desc;
in usb_create_ep_devs()
163
ep_dev
->udev = udev;
in usb_create_ep_devs()
164
ep_dev
->dev.groups = ep_dev_groups;
in usb_create_ep_devs()
165
ep_dev
in usb_create_ep_devs()
185
struct
ep_dev
ice *
ep_dev
= endpoint->
ep_dev
;
usb_remove_ep_devs()
local
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
endpoint.c
139
struct ep_device *
ep_dev
= to_ep_device(dev);
in ep_device_release()
local
141
kfree(
ep_dev
);
in ep_device_release()
153
struct ep_device *
ep_dev
;
in usb_create_ep_devs()
local
156
ep_dev
= kzalloc(sizeof(*
ep_dev
), GFP_KERNEL);
in usb_create_ep_devs()
157
if (!
ep_dev
) {
in usb_create_ep_devs()
162
ep_dev
->desc = &endpoint->desc;
in usb_create_ep_devs()
163
ep_dev
->udev = udev;
in usb_create_ep_devs()
164
ep_dev
->dev.groups = ep_dev_groups;
in usb_create_ep_devs()
165
ep_dev
in usb_create_ep_devs()
185
struct
ep_dev
ice *
ep_dev
= endpoint->
ep_dev
;
usb_remove_ep_devs()
local
[all...]
/kernel/linux/linux-6.6/drivers/cxl/core/
H
A
D
port.c
1144
* @dport: the dport that routes to @
ep_dev
1145
* @
ep_dev
: device representing the endpoint
1151
static int cxl_add_ep(struct cxl_dport *dport, struct device *
ep_dev
)
in cxl_add_ep()
argument
1160
ep->ep = get_device(
ep_dev
);
in cxl_add_ep()
/kernel/linux/linux-5.10/include/linux/
H
A
D
usb.h
58
* @
ep_dev
: ep_device for sysfs info
73
struct ep_device *
ep_dev
; /* For sysfs info */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
usb.h
57
* @
ep_dev
: ep_device for sysfs info
72
struct ep_device *
ep_dev
; /* For sysfs info */
member
Completed in 12 milliseconds