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:pmic_reg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmd.c
1185
struct host_cmd_ds_pmic_reg_access *
pmic_reg
;
in mwifiex_cmd_reg_access()
local
1187
cmd->size = cpu_to_le16(sizeof(*
pmic_reg
) + S_DS_GEN);
in mwifiex_cmd_reg_access()
1188
pmic_reg
= &cmd->params.
pmic_reg
;
in mwifiex_cmd_reg_access()
1189
pmic_reg
->action = cpu_to_le16(cmd_action);
in mwifiex_cmd_reg_access()
1190
pmic_reg
->offset = cpu_to_le16((u16) reg_rw->offset);
in mwifiex_cmd_reg_access()
1191
pmic_reg
->value = (u8) reg_rw->value;
in mwifiex_cmd_reg_access()
H
A
D
sta_cmdresp.c
806
r.pmic = &resp->params.
pmic_reg
;
in mwifiex_ret_reg_access()
H
A
D
fw.h
2361
struct host_cmd_ds_pmic_reg_access
pmic_reg
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmd.c
1178
struct host_cmd_ds_pmic_reg_access *
pmic_reg
;
in mwifiex_cmd_reg_access()
local
1180
cmd->size = cpu_to_le16(sizeof(*
pmic_reg
) + S_DS_GEN);
in mwifiex_cmd_reg_access()
1181
pmic_reg
= &cmd->params.
pmic_reg
;
in mwifiex_cmd_reg_access()
1182
pmic_reg
->action = cpu_to_le16(cmd_action);
in mwifiex_cmd_reg_access()
1183
pmic_reg
->offset = cpu_to_le16((u16) reg_rw->offset);
in mwifiex_cmd_reg_access()
1184
pmic_reg
->value = (u8) reg_rw->value;
in mwifiex_cmd_reg_access()
H
A
D
sta_cmdresp.c
819
r.pmic = &resp->params.
pmic_reg
;
in mwifiex_ret_reg_access()
H
A
D
fw.h
2358
struct host_cmd_ds_pmic_reg_access
pmic_reg
;
member
Completed in 21 milliseconds