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:survey_event
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H
A
D
rtl871x_event.h
26
struct
survey_event
{
struct
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H
A
D
rtw_event.h
19
struct
survey_event
{
struct
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H
A
D
rtw_event.h
14
struct
survey_event
{
struct
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H
A
D
rtl871x_event.h
26
struct
survey_event
{
struct
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/
H
A
D
rtw_event.h
14
struct
survey_event
{
struct
/kernel/linux/linux-5.10/drivers/pci/controller/
H
A
D
pci-hyperv.c
462
struct completion *
survey_event
;
member
1676
event = xchg(&hbus->
survey_event
, NULL);
in survey_child_resources()
2925
if (cmpxchg(&hbus->
survey_event
, NULL, &comp))
in hv_pci_query_relations()
2942
* complete(&hbus->
survey_event
), even after hv_pci_query_relations()
in hv_pci_query_relations()
/kernel/linux/linux-6.6/drivers/pci/controller/
H
A
D
pci-hyperv.c
503
struct completion *
survey_event
;
member
2146
event = xchg(&hbus->
survey_event
, NULL);
in survey_child_resources()
3426
if (cmpxchg(&hbus->
survey_event
, NULL, &comp))
in hv_pci_query_relations()
3443
* complete(&hbus->
survey_event
), even after hv_pci_query_relations()
in hv_pci_query_relations()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H
A
D
rtw_mlme_ext.c
4158
struct
survey_event
*psurvey_evt;
in report_survey_event()
4173
cmdsz = sizeof(struct
survey_event
) + sizeof(struct C2HEvent_Header);
in report_survey_event()
4190
pc2h_evt_hdr->len = sizeof(struct
survey_event
);
in report_survey_event()
4194
psurvey_evt = (struct
survey_event
*)(pevtcmd + sizeof(struct C2HEvent_Header));
in report_survey_event()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
5018
struct
survey_event
*psurvey_evt;
in report_survey_event()
5035
cmdsz = (sizeof(struct
survey_event
) + sizeof(struct C2HEvent_Header));
in report_survey_event()
5052
pc2h_evt_hdr->len = sizeof(struct
survey_event
);
in report_survey_event()
5056
psurvey_evt = (struct
survey_event
*)(pevtcmd + sizeof(struct C2HEvent_Header));
in report_survey_event()
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/
H
A
D
rtw_mlme_ext.c
4401
struct
survey_event
*psurvey_evt;
in report_survey_event()
4418
cmdsz = (sizeof(struct
survey_event
) + sizeof(struct C2HEvent_Header));
in report_survey_event()
4435
pc2h_evt_hdr->len = sizeof(struct
survey_event
);
in report_survey_event()
4439
psurvey_evt = (struct
survey_event
*)(pevtcmd + sizeof(struct C2HEvent_Header));
in report_survey_event()
Completed in 35 milliseconds