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:PS_STATE
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl871x_pwrctrl.h
56
#define
PS_STATE
(x) (PS_STATE_MASK & (x))
macro
H
A
D
rtl871x_mp_ioctl.h
346
GEN_MP_IOCTL_SUBCODE(
PS_STATE
), /*13*/
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl871x_pwrctrl.h
55
#define
PS_STATE
(x) (PS_STATE_MASK & (x))
macro
H
A
D
rtl871x_mp_ioctl.h
218
GEN_MP_IOCTL_SUBCODE(
PS_STATE
), /*13*/
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H
A
D
rtw_pwrctrl.h
67
#define
PS_STATE
(x) (PS_STATE_MASK & (x))
macro
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
rtw_pwrctrl.h
70
#define
PS_STATE
(x) (PS_STATE_MASK & (x))
macro
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
defs.h
322
/*
PS_STATE
*/
323
enum
PS_STATE
{
enum
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
rtw_pwrctrl.h
75
#define
PS_STATE
(x) (PS_STATE_MASK & (x))
macro
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
defs.h
322
/*
PS_STATE
*/
323
enum
PS_STATE
{
enum
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_pwrctrl.c
247
pslv =
PS_STATE
(pslv);
in rtw_set_rpwm()
268
/* only when from
PS_STATE
S0/S1 to S2 and higher needs ACK */
in rtw_set_rpwm()
619
pwrpriv->cpwm =
PS_STATE
(preportpwrstate->state);
in cpwm_int_hdl()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_pwrctrl.c
284
pslv =
PS_STATE
(pslv);
in rtw_set_rpwm()
314
("%s: Reject to enter
PS_STATE
(0x%02X) lower than S2 when DriverStopped!!\n", __func__, pslv));
in rtw_set_rpwm()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_pwrctrl.c
265
pslv =
PS_STATE
(pslv);
in rtw_set_rpwm()
294
("%s: Reject to enter
PS_STATE
(0x%02X) lower than S2 when DriverStopped!!\n", __func__, pslv));
in rtw_set_rpwm()
300
/* only when from
PS_STATE
S0/S1 to S2 and higher needs ACK */
in rtw_set_rpwm()
732
pwrpriv->cpwm =
PS_STATE
(preportpwrstate->state);
in cpwm_int_hdl()
Completed in 10 milliseconds