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:usb_disconnect
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
yealink.c
839
static void
usb_disconnect
(struct usb_interface *intf)
in usb_disconnect()
function
986
.disconnect =
usb_disconnect
,
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
yealink.c
839
static void
usb_disconnect
(struct usb_interface *intf)
in usb_disconnect()
function
986
.disconnect =
usb_disconnect
,
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
hcd.h
345
/* Called by
usb_disconnect
to free HC device structures */
536
extern void
usb_disconnect
(struct usb_device **);
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
hcd.h
332
/* Called by
usb_disconnect
to free HC device structures */
531
extern void
usb_disconnect
(struct usb_device **);
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
port.c
108
usb_disconnect
(&port_dev->child);
in disable_store()
H
A
D
hub.c
1348
usb_disconnect
(&hub->ports[i]->child);
in hub_quiesce()
2210
usb_disconnect
(&hub->ports[i]->child);
in hub_disconnect_children()
2215
*
usb_disconnect
- disconnect a device (usbcore-internal)
2231
void
usb_disconnect
(struct usb_device **pdev)
in usb_disconnect()
function
5308
usb_disconnect
(&port_dev->child);
in hub_port_connect()
H
A
D
hcd.c
3035
usb_disconnect
(&rhdev); /* Sets rhdev to NULL */
in usb_remove_hcd()
3040
* - driver's disconnect() called from
usb_disconnect
() should
in usb_remove_hcd()
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
hub.c
1341
usb_disconnect
(&hub->ports[i]->child);
in hub_quiesce()
2188
usb_disconnect
(&hub->ports[i]->child);
in hub_disconnect_children()
2193
*
usb_disconnect
- disconnect a device (usbcore-internal)
2208
void
usb_disconnect
(struct usb_device **pdev)
in usb_disconnect()
function
5293
usb_disconnect
(&port_dev->child);
in hub_port_connect()
H
A
D
hcd.c
2917
usb_disconnect
(&rhdev); /* Sets rhdev to NULL */
in usb_remove_hcd()
2922
* - driver's disconnect() called from
usb_disconnect
() should
in usb_remove_hcd()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
1638
static void
usb_disconnect
(struct udc *dev)
in usb_disconnect()
function
2985
usb_disconnect
(udc);
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
snps_udc_core.c
1634
static void
usb_disconnect
(struct udc *dev)
in usb_disconnect()
function
2960
usb_disconnect
(udc);
Completed in 54 milliseconds