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:time_event_data
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
time-event.c
585
struct iwl_mvm_time_event_data *te_data = &mvmvif->
time_event_data
;
in iwl_mvm_protect_session()
663
.conf_id = cpu_to_le32(mvmvif->
time_event_data
.id),
in iwl_mvm_cancel_session_protection()
796
struct iwl_mvm_time_event_data *te_data = &mvmvif->
time_event_data
;
in iwl_mvm_stop_session_protection()
832
/* The vif is not a P2P_DEVICE, maintain its
time_event_data
*/
in iwl_mvm_rx_session_protect_notif()
835
&mvmvif->
time_event_data
;
in iwl_mvm_rx_session_protect_notif()
870
mvmvif->
time_event_data
.id = SESSION_PROTECT_CONF_MAX_ID;
in iwl_mvm_rx_session_protect_notif()
875
if (WARN_ON(mvmvif->
time_event_data
.id !=
in iwl_mvm_rx_session_protect_notif()
903
/* The
time_event_data
.id field is reused to save session
in iwl_mvm_start_p2p_roc_session_protection()
908
mvmvif->
time_event_data
.id =
in iwl_mvm_start_p2p_roc_session_protection()
912
mvmvif->
time_event_data
in iwl_mvm_start_p2p_roc_session_protection()
[all...]
H
A
D
mac-ctxt.c
337
INIT_LIST_HEAD(&mvmvif->
time_event_data
.list);
in iwl_mvm_mac_ctxt_init()
338
mvmvif->
time_event_data
.id = TE_MAX;
in iwl_mvm_mac_ctxt_init()
1312
!iwl_mvm_te_scheduled(&mvmvif->
time_event_data
) && gp2 &&
in iwl_mvm_csa_count_down()
1324
} else if (!iwl_mvm_te_scheduled(&mvmvif->
time_event_data
)) {
in iwl_mvm_csa_count_down()
H
A
D
mac80211.c
1080
iwl_mvm_te_clear_data(mvm, &mvmvif->
time_event_data
);
in iwl_mvm_cleanup_iterator()
2665
&mvmvif->
time_event_data
);
in iwl_mvm_stop_ap_ibss()
4264
iwl_mvm_remove_time_event(mvm, mvmvif, &mvmvif->
time_event_data
);
in __iwl_mvm_unassign_vif_chanctx()
H
A
D
mvm.h
404
struct iwl_mvm_time_event_data
time_event_data
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
time-event.c
605
struct iwl_mvm_time_event_data *te_data = &mvmvif->
time_event_data
;
in iwl_mvm_protect_session()
821
struct iwl_mvm_time_event_data *te_data = &mvmvif->
time_event_data
;
in iwl_mvm_stop_session_protection()
865
/* The vif is not a P2P_DEVICE, maintain its
time_event_data
*/
in iwl_mvm_rx_session_protect_notif()
868
&mvmvif->
time_event_data
;
in iwl_mvm_rx_session_protect_notif()
903
mvmvif->
time_event_data
.id = SESSION_PROTECT_CONF_MAX_ID;
in iwl_mvm_rx_session_protect_notif()
907
if (WARN_ON(mvmvif->
time_event_data
.id !=
in iwl_mvm_rx_session_protect_notif()
935
/* The
time_event_data
.id field is reused to save session
in iwl_mvm_start_p2p_roc_session_protection()
940
mvmvif->
time_event_data
.id =
in iwl_mvm_start_p2p_roc_session_protection()
944
mvmvif->
time_event_data
.id =
in iwl_mvm_start_p2p_roc_session_protection()
952
cmd.conf_id = cpu_to_le32(mvmvif->
time_event_data
in iwl_mvm_start_p2p_roc_session_protection()
[all...]
H
A
D
mac-ctxt.c
286
INIT_LIST_HEAD(&mvmvif->
time_event_data
.list);
in iwl_mvm_mac_ctxt_init()
287
mvmvif->
time_event_data
.id = TE_MAX;
in iwl_mvm_mac_ctxt_init()
1463
!iwl_mvm_te_scheduled(&mvmvif->
time_event_data
) && gp2 &&
in iwl_mvm_csa_count_down()
1475
} else if (!iwl_mvm_te_scheduled(&mvmvif->
time_event_data
)) {
in iwl_mvm_csa_count_down()
H
A
D
mac80211.c
1032
iwl_mvm_te_clear_data(mvm, &mvmvif->
time_event_data
);
in iwl_mvm_cleanup_iterator()
2915
&mvmvif->
time_event_data
);
in iwl_mvm_stop_ap_ibss_common()
4976
&mvmvif->
time_event_data
);
in __iwl_mvm_unassign_vif_chanctx_common()
H
A
D
mvm.h
438
struct iwl_mvm_time_event_data
time_event_data
;
member
Completed in 28 milliseconds