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:txp_cfg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmdresp.c
384
struct host_cmd_ds_txpwr_cfg *
txp_cfg
= &resp->params.
txp_cfg
;
in mwifiex_ret_tx_power_cfg()
local
387
u16 action = le16_to_cpu(
txp_cfg
->action);
in mwifiex_ret_tx_power_cfg()
391
((u8 *)
txp_cfg
+
in mwifiex_ret_tx_power_cfg()
398
tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*
txp_cfg
);
in mwifiex_ret_tx_power_cfg()
412
if (!le32_to_cpu(
txp_cfg
->mode))
in mwifiex_ret_tx_power_cfg()
H
A
D
sta_ioctl.c
676
struct host_cmd_ds_txpwr_cfg *
txp_cfg
;
in mwifiex_set_tx_power()
local
698
txp_cfg
= (struct host_cmd_ds_txpwr_cfg *) buf;
in mwifiex_set_tx_power()
699
txp_cfg
->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
in mwifiex_set_tx_power()
704
txp_cfg
->mode = cpu_to_le32(1);
in mwifiex_set_tx_power()
H
A
D
fw.h
2321
struct host_cmd_ds_txpwr_cfg
txp_cfg
;
member
H
A
D
sta_cmd.c
247
struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.
txp_cfg
;
in mwifiex_cmd_tx_power_cfg()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
sta_cmdresp.c
373
struct host_cmd_ds_txpwr_cfg *
txp_cfg
= &resp->params.
txp_cfg
;
in mwifiex_ret_tx_power_cfg()
local
376
u16 action = le16_to_cpu(
txp_cfg
->action);
in mwifiex_ret_tx_power_cfg()
380
((u8 *)
txp_cfg
+
in mwifiex_ret_tx_power_cfg()
387
tlv_buf_left = le16_to_cpu(resp->size) - S_DS_GEN - sizeof(*
txp_cfg
);
in mwifiex_ret_tx_power_cfg()
401
if (!le32_to_cpu(
txp_cfg
->mode))
in mwifiex_ret_tx_power_cfg()
H
A
D
sta_ioctl.c
664
struct host_cmd_ds_txpwr_cfg *
txp_cfg
;
in mwifiex_set_tx_power()
local
686
txp_cfg
= (struct host_cmd_ds_txpwr_cfg *) buf;
in mwifiex_set_tx_power()
687
txp_cfg
->action = cpu_to_le16(HostCmd_ACT_GEN_SET);
in mwifiex_set_tx_power()
692
txp_cfg
->mode = cpu_to_le32(1);
in mwifiex_set_tx_power()
H
A
D
fw.h
2317
struct host_cmd_ds_txpwr_cfg
txp_cfg
;
member
H
A
D
sta_cmd.c
235
struct host_cmd_ds_txpwr_cfg *cmd_txp_cfg = &cmd->params.
txp_cfg
;
in mwifiex_cmd_tx_power_cfg()
Completed in 27 milliseconds