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:SSUSB_U3_PORT_DIS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/mtu3/
H
A
D
mtu3_host.c
129
value &= ~(SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
);
in ssusb_host_enable()
165
value |= suspend ? 0 :
SSUSB_U3_PORT_DIS
;
in ssusb_host_disable()
H
A
D
mtu3_dr.c
73
value |= SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
;
in ssusb_port0_switch()
78
value &= ~(SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
);
in ssusb_port0_switch()
H
A
D
mtu3_core.c
106
(
SSUSB_U3_PORT_DIS
| SSUSB_U3_PORT_PDN |
in mtu3_device_enable()
129
(
SSUSB_U3_PORT_DIS
| SSUSB_U3_PORT_PDN));
in mtu3_device_disable()
H
A
D
mtu3_hw_regs.h
508
#define
SSUSB_U3_PORT_DIS
BIT(0)
macro
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H
A
D
mtu3_dr.c
53
value |= SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
;
in ssusb_port0_switch()
58
value &= ~(SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
);
in ssusb_port0_switch()
H
A
D
mtu3_host.c
151
value &= ~(SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
);
in ssusb_host_enable()
188
value |= SSUSB_U3_PORT_PDN |
SSUSB_U3_PORT_DIS
;
in ssusb_host_disable()
H
A
D
mtu3_hw_regs.h
525
#define
SSUSB_U3_PORT_DIS
BIT(0)
macro
H
A
D
mtu3_core.c
106
(
SSUSB_U3_PORT_DIS
| SSUSB_U3_PORT_PDN |
in mtu3_device_enable()
129
(
SSUSB_U3_PORT_DIS
| SSUSB_U3_PORT_PDN));
in mtu3_device_disable()
Completed in 8 milliseconds