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_conf
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/phy/mscc/
H
A
D
mscc_main.c
280
struct ethtool_wolinfo *
wol_conf
= wol;
in vsc85xx_wol_set()
local
304
if (
wol_conf
->wolopts & WAKE_MAGICSECURE) {
in vsc85xx_wol_set()
306
pwd[i] =
wol_conf
->sopass[5 - (i * 2 + 1)] << 8 |
in vsc85xx_wol_set()
307
wol_conf
->sopass[5 - i * 2];
in vsc85xx_wol_set()
318
if (
wol_conf
->wolopts & WAKE_MAGICSECURE)
in vsc85xx_wol_set()
359
struct ethtool_wolinfo *
wol_conf
= wol;
in vsc85xx_wol_get()
local
368
wol_conf
->wolopts |= WAKE_MAGICSECURE;
in vsc85xx_wol_get()
369
if (
wol_conf
->wolopts & WAKE_MAGICSECURE) {
in vsc85xx_wol_get()
374
wol_conf
->sopass[5 - i * 2] = pwd[i] & 0x00ff;
in vsc85xx_wol_get()
375
wol_conf
in vsc85xx_wol_get()
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/mscc/
H
A
D
mscc_main.c
284
struct ethtool_wolinfo *
wol_conf
= wol;
in vsc85xx_wol_set()
local
304
if (
wol_conf
->wolopts & WAKE_MAGICSECURE) {
in vsc85xx_wol_set()
306
pwd[i] =
wol_conf
->sopass[5 - (i * 2 + 1)] << 8 |
in vsc85xx_wol_set()
307
wol_conf
->sopass[5 - i * 2];
in vsc85xx_wol_set()
318
if (
wol_conf
->wolopts & WAKE_MAGICSECURE)
in vsc85xx_wol_set()
356
struct ethtool_wolinfo *
wol_conf
= wol;
in vsc85xx_wol_get()
local
364
wol_conf
->wolopts |= WAKE_MAGICSECURE;
in vsc85xx_wol_get()
365
if (
wol_conf
->wolopts & WAKE_MAGICSECURE) {
in vsc85xx_wol_get()
370
wol_conf
->sopass[5 - i * 2] = pwd[i] & 0x00ff;
in vsc85xx_wol_get()
371
wol_conf
in vsc85xx_wol_get()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.c
200
memcpy((uint8_t *)&cmd_config.
wol_conf
, (uint8_t *)p_wol_config,
in lbs_host_sleep_cfg()
203
cmd_config.
wol_conf
.action = CMD_ACT_ACTION_NONE;
in lbs_host_sleep_cfg()
211
(uint8_t *)&cmd_config.
wol_conf
,
in lbs_host_sleep_cfg()
H
A
D
host.h
851
struct wol_config
wol_conf
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
cmd.c
199
memcpy((uint8_t *)&cmd_config.
wol_conf
, (uint8_t *)p_wol_config,
in lbs_host_sleep_cfg()
202
cmd_config.
wol_conf
.action = CMD_ACT_ACTION_NONE;
in lbs_host_sleep_cfg()
210
(uint8_t *)&cmd_config.
wol_conf
,
in lbs_host_sleep_cfg()
H
A
D
host.h
855
struct wol_config
wol_conf
;
member
Completed in 11 milliseconds