Searched refs:probe_done (Results 1 – 8 of 8) sorted by relevance
14 bool probe_done; member117 priv->probe_done = true; in fake_probe()152 ret = wait_event_interruptible_timeout(priv->probe_wq, priv->probe_done, in probed_platform_device_devm_register_unregister_test()191 ret = wait_event_interruptible_timeout(priv->probe_wq, priv->probe_done, in probed_platform_device_devm_register_get_unregister_with_devm_test()
11 bool probe_done; member
51 bool probe_done; member187 if (ec_rpmsg->probe_done) in cros_ec_rpmsg_callback()253 ec_rpmsg->probe_done = true; in cros_ec_rpmsg_probe()
527 newchannel->probe_done = true; in vmbus_add_channel_work()560 newchannel->probe_done = true; in vmbus_add_channel_work()570 newchannel->probe_done = true; in vmbus_add_channel_work()1216 while (READ_ONCE(channel->probe_done) == false) { in vmbus_onoffer_rescind()1278 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
979 struct completion probe_done; member
3210 !wait_for_completion_timeout(&adapter->probe_done, timeout)) { in __ibmvnic_reset()6442 init_completion(&adapter->probe_done); in ibmvnic_probe()6537 complete(&adapter->probe_done); in ibmvnic_probe()6561 complete(&adapter->probe_done); in ibmvnic_probe()
1425 u8 probe_done:1; member
8567 if (!ioa_cfg->probe_done) in ipr_pci_mmio_enabled()8587 if (ioa_cfg->probe_done) in ipr_pci_frozen()8606 if (ioa_cfg->probe_done) { in ipr_pci_slot_reset()8632 if (ioa_cfg->probe_done) { in ipr_pci_perm_failure()8692 ioa_cfg->probe_done = 1; in ipr_probe_ioa_part2()
Completed in 47 milliseconds