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_enable_lpm
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/
H
A
D
message.c
1572
usb_enable_lpm
(dev);
in usb_set_interface()
1597
usb_enable_lpm
(dev);
in usb_set_interface()
1714
usb_enable_lpm
(dev);
in usb_reset_configuration()
1724
usb_enable_lpm
(dev);
in usb_reset_configuration()
2042
usb_enable_lpm
(dev);
in usb_set_configuration()
H
A
D
port.c
141
usb_enable_lpm
(udev);
in usb3_lpm_permit_store()
H
A
D
hub.c
4033
*
usb_enable_lpm
() can be called as part of a failed device reset,
in usb_req_set_sel()
4350
* This will call
usb_enable_lpm
() on failure, which will decrement
4380
usb_enable_lpm
(udev);
in usb_disable_lpm()
4410
void
usb_enable_lpm
(struct usb_device *udev)
in usb_enable_lpm()
function
4446
EXPORT_SYMBOL_GPL(
usb_enable_lpm
);
variable
4448
/* Grab the bandwidth_mutex before calling
usb_enable_lpm
() */
4457
usb_enable_lpm
(udev);
in usb_unlocked_enable_lpm()
4498
void
usb_enable_lpm
(struct usb_device *udev) { }
in usb_enable_lpm()
function
4499
EXPORT_SYMBOL_GPL(
usb_enable_lpm
);
variable
/kernel/linux/linux-6.6/drivers/usb/core/
H
A
D
message.c
1578
usb_enable_lpm
(dev);
in usb_set_interface()
1603
usb_enable_lpm
(dev);
in usb_set_interface()
1720
usb_enable_lpm
(dev);
in usb_reset_configuration()
1730
usb_enable_lpm
(dev);
in usb_reset_configuration()
2088
usb_enable_lpm
(dev);
in usb_set_configuration()
H
A
D
port.c
261
usb_enable_lpm
(udev);
in usb3_lpm_permit_store()
H
A
D
hub.c
4048
*
usb_enable_lpm
() can be called as part of a failed device reset,
in usb_req_set_sel()
4361
* This will call
usb_enable_lpm
() on failure, which will decrement
4391
usb_enable_lpm
(udev);
in usb_disable_lpm()
4421
void
usb_enable_lpm
(struct usb_device *udev)
in usb_enable_lpm()
function
4457
EXPORT_SYMBOL_GPL(
usb_enable_lpm
);
variable
4459
/* Grab the bandwidth_mutex before calling
usb_enable_lpm
() */
4468
usb_enable_lpm
(udev);
in usb_unlocked_enable_lpm()
4509
void
usb_enable_lpm
(struct usb_device *udev) { }
in usb_enable_lpm()
function
4510
EXPORT_SYMBOL_GPL(
usb_enable_lpm
);
variable
/kernel/linux/linux-5.10/include/linux/
H
A
D
usb.h
619
* @lpm_disable_count: Ref count used by usb_disable_lpm() and
usb_enable_lpm
()
811
extern void
usb_enable_lpm
(struct usb_device *udev);
/kernel/linux/linux-6.6/include/linux/
H
A
D
usb.h
639
* @lpm_disable_count: Ref count used by usb_disable_lpm() and
usb_enable_lpm
()
839
extern void
usb_enable_lpm
(struct usb_device *udev);
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
r8152.c
7154
usb_enable_lpm
(tp->udev);
in r8153_init()
7240
usb_enable_lpm
(tp->udev);
in r8153b_init()
7331
usb_enable_lpm
(tp->udev);
in r8153c_init()
8182
usb_enable_lpm
(tp->udev);
in r8156_init()
8294
usb_enable_lpm
(tp->udev);
in r8156b_init()
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
r8152.c
5463
usb_enable_lpm
(tp->udev);
in r8153_init()
5551
usb_enable_lpm
(tp->udev);
in r8153b_init()
Completed in 52 milliseconds