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:wol_config
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/phy/
H
A
D
motorcomm.c
435
int
wol_config
;
in ytphy_get_wol()
local
440
wol_config
= ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
in ytphy_get_wol()
441
if (
wol_config
< 0)
in ytphy_get_wol()
444
if (
wol_config
& YTPHY_WCR_ENABLE)
in ytphy_get_wol()
1523
int
wol_config
;
in yt8521_suspend()
local
1526
wol_config
= ytphy_read_ext_with_lock(phydev, YTPHY_WOL_CONFIG_REG);
in yt8521_suspend()
1527
if (
wol_config
< 0)
in yt8521_suspend()
1528
return
wol_config
;
in yt8521_suspend()
1531
if (
wol_config
& YTPHY_WCR_ENABLE)
in yt8521_suspend()
1546
int
wol_config
;
in yt8521_resume()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.c
181
struct
wol_config
*p_wol_config)
in lbs_host_sleep_cfg()
201
sizeof(struct
wol_config
));
in lbs_host_sleep_cfg()
212
sizeof(struct
wol_config
));
in lbs_host_sleep_cfg()
370
(struct
wol_config
*)NULL);
in lbs_set_host_sleep()
403
(struct
wol_config
*)NULL);
in lbs_set_host_sleep()
H
A
D
cmd.h
91
struct
wol_config
*p_wol_config);
H
A
D
host.h
838
struct
wol_config
{
struct
851
struct
wol_config
wol_conf;
H
A
D
if_usb.c
146
(struct
wol_config
*) NULL);
in if_usb_setup_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.c
180
struct
wol_config
*p_wol_config)
in lbs_host_sleep_cfg()
200
sizeof(struct
wol_config
));
in lbs_host_sleep_cfg()
211
sizeof(struct
wol_config
));
in lbs_host_sleep_cfg()
369
(struct
wol_config
*)NULL);
in lbs_set_host_sleep()
402
(struct
wol_config
*)NULL);
in lbs_set_host_sleep()
H
A
D
cmd.h
91
struct
wol_config
*p_wol_config);
H
A
D
host.h
842
struct
wol_config
{
struct
855
struct
wol_config
wol_conf;
H
A
D
if_usb.c
146
(struct
wol_config
*) NULL);
in if_usb_setup_firmware()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mcp.c
1088
switch (p_hwfn->cdev->
wol_config
) {
in qed_mcp_unload_req()
1098
p_hwfn->cdev->
wol_config
);
in qed_mcp_unload_req()
1121
if (p_hwfn->cdev->
wol_config
== QED_OV_WOL_ENABLED) {
in qed_mcp_unload_done()
2518
p_hwfn->cdev->
wol_config
= (u8)QED_OV_WOL_DEFAULT;
in qed_mcp_fill_shmem_func_info()
2932
p_hwfn->cdev->
wol_config
= (u8)wol;
in qed_mcp_ov_update_wol()
H
A
D
qed.h
758
u8
wol_config
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_mcp.c
1109
switch (p_hwfn->cdev->
wol_config
) {
in qed_mcp_unload_req()
1119
p_hwfn->cdev->
wol_config
);
in qed_mcp_unload_req()
1158
if (p_hwfn->cdev->
wol_config
== QED_OV_WOL_ENABLED) {
in qed_mcp_unload_done()
2568
p_hwfn->cdev->
wol_config
= (u8)QED_OV_WOL_DEFAULT;
in qed_mcp_fill_shmem_func_info()
2982
p_hwfn->cdev->
wol_config
= (u8)wol;
in qed_mcp_ov_update_wol()
H
A
D
qed.h
750
u8
wol_config
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_hsi.h
960
u32
wol_config
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_hsi.h
960
u32
wol_config
;
member
Completed in 59 milliseconds