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:probe_done
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/drivers/base/test/
H
A
D
platform-device-test.c
11
bool
probe_done
;
member
114
priv->
probe_done
= true;
in fake_probe()
149
ret = wait_event_interruptible_timeout(priv->probe_wq, priv->
probe_done
,
in probed_platform_device_devm_register_unregister_test()
188
ret = wait_event_interruptible_timeout(priv->probe_wq, priv->
probe_done
,
in probed_platform_device_devm_register_get_unregister_with_devm_test()
H
A
D
root-device-test.c
11
bool
probe_done
;
member
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_rpmsg.c
43
* @
probe_done
: Flag to indicate that probe is done.
51
bool
probe_done
;
member
189
if (ec_rpmsg->
probe_done
)
in cros_ec_rpmsg_callback()
255
ec_rpmsg->
probe_done
= true;
in cros_ec_rpmsg_probe()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_rpmsg.c
43
* @
probe_done
: Flag to indicate that probe is done.
51
bool
probe_done
;
member
187
if (ec_rpmsg->
probe_done
)
in cros_ec_rpmsg_callback()
253
ec_rpmsg->
probe_done
= true;
in cros_ec_rpmsg_probe()
/kernel/linux/linux-5.10/drivers/hv/
H
A
D
channel_mgmt.c
485
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
518
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
528
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
1114
while (READ_ONCE(channel->
probe_done
) == false) {
in vmbus_onoffer_rescind()
1176
while (!READ_ONCE(channel->
probe_done
) || !READ_ONCE(channel->rescind))
in vmbus_hvsock_device_unregister()
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
channel_mgmt.c
517
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
550
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
560
newchannel->
probe_done
= true;
in vmbus_add_channel_work()
1218
while (READ_ONCE(channel->
probe_done
) == false) {
in vmbus_onoffer_rescind()
1280
while (!READ_ONCE(channel->
probe_done
) || !READ_ONCE(channel->rescind))
in vmbus_hvsock_device_unregister()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
pcf50633-core.c
262
if (pdata->
probe_done
)
in pcf50633_probe()
263
pdata->
probe_done
(pcf);
in pcf50633_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
pcf50633-core.c
241
if (pdata->
probe_done
)
in pcf50633_probe()
242
pdata->
probe_done
(pcf);
in pcf50633_probe()
/kernel/linux/linux-5.10/include/linux/mfd/pcf50633/
H
A
D
core.h
38
void (*
probe_done
)(struct pcf50633 *);
member
/kernel/linux/linux-6.6/include/linux/mfd/pcf50633/
H
A
D
core.h
39
void (*
probe_done
)(struct pcf50633 *);
member
/kernel/linux/linux-5.10/include/linux/
H
A
D
hyperv.h
942
bool
probe_done
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmvnic.h
974
struct completion
probe_done
;
member
H
A
D
ibmvnic.c
3151
!wait_for_completion_timeout(&adapter->
probe_done
, timeout)) {
in __ibmvnic_reset()
6362
init_completion(&adapter->
probe_done
);
in ibmvnic_probe()
6457
complete(&adapter->
probe_done
);
in ibmvnic_probe()
6481
complete(&adapter->
probe_done
);
in ibmvnic_probe()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
987
bool
probe_done
;
member
/kernel/linux/linux-6.6/drivers/scsi/
H
A
D
ipr.c
8616
if (!ioa_cfg->
probe_done
)
in ipr_pci_mmio_enabled()
8636
if (ioa_cfg->
probe_done
)
in ipr_pci_frozen()
8655
if (ioa_cfg->
probe_done
) {
in ipr_pci_slot_reset()
8681
if (ioa_cfg->
probe_done
) {
in ipr_pci_perm_failure()
8741
ioa_cfg->
probe_done
= 1;
in ipr_probe_ioa_part2()
H
A
D
ipr.h
1425
u8
probe_done
:1;
member
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
ipr.c
9389
if (!ioa_cfg->
probe_done
)
in ipr_pci_mmio_enabled()
9409
if (ioa_cfg->
probe_done
)
in ipr_pci_frozen()
9428
if (ioa_cfg->
probe_done
) {
in ipr_pci_slot_reset()
9454
if (ioa_cfg->
probe_done
) {
in ipr_pci_perm_failure()
9516
ioa_cfg->
probe_done
= 1;
in ipr_probe_ioa_part2()
H
A
D
ipr.h
1485
u8
probe_done
:1;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_main.c
4281
goto
probe_done
;
in ice_probe()
4301
probe_done
:
in ice_probe()
Completed in 60 milliseconds