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:dev_cfgs
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/rsi/
H
A
D
rsi_91x_mgmt.c
871
struct rsi_config_vals *
dev_cfgs
;
in rsi_send_common_dev_params()
local
884
dev_cfgs
= (struct rsi_config_vals *)skb->data;
in rsi_send_common_dev_params()
885
memset(
dev_cfgs
, 0, (sizeof(struct rsi_config_vals)));
in rsi_send_common_dev_params()
887
rsi_set_len_qno(&
dev_cfgs
->len_qno, (frame_len - FRAME_DESC_SZ),
in rsi_send_common_dev_params()
889
dev_cfgs
->pkt_type = COMMON_DEV_CONFIG;
in rsi_send_common_dev_params()
891
dev_cfgs
->lp_ps_handshake = common->lp_ps_handshake_mode;
in rsi_send_common_dev_params()
892
dev_cfgs
->ulp_ps_handshake = common->ulp_ps_handshake_mode;
in rsi_send_common_dev_params()
894
dev_cfgs
->unused_ulp_gpio = RSI_UNUSED_ULP_GPIO_BITMAP;
in rsi_send_common_dev_params()
895
dev_cfgs
->unused_soc_gpio_bitmap =
in rsi_send_common_dev_params()
898
dev_cfgs
in rsi_send_common_dev_params()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/rsi/
H
A
D
rsi_91x_mgmt.c
871
struct rsi_config_vals *
dev_cfgs
;
in rsi_send_common_dev_params()
local
884
dev_cfgs
= (struct rsi_config_vals *)skb->data;
in rsi_send_common_dev_params()
885
memset(
dev_cfgs
, 0, (sizeof(struct rsi_config_vals)));
in rsi_send_common_dev_params()
887
rsi_set_len_qno(&
dev_cfgs
->len_qno, (frame_len - FRAME_DESC_SZ),
in rsi_send_common_dev_params()
889
dev_cfgs
->pkt_type = COMMON_DEV_CONFIG;
in rsi_send_common_dev_params()
891
dev_cfgs
->lp_ps_handshake = common->lp_ps_handshake_mode;
in rsi_send_common_dev_params()
892
dev_cfgs
->ulp_ps_handshake = common->ulp_ps_handshake_mode;
in rsi_send_common_dev_params()
894
dev_cfgs
->unused_ulp_gpio = RSI_UNUSED_ULP_GPIO_BITMAP;
in rsi_send_common_dev_params()
895
dev_cfgs
->unused_soc_gpio_bitmap =
in rsi_send_common_dev_params()
898
dev_cfgs
in rsi_send_common_dev_params()
[all...]
Completed in 3 milliseconds