Home
last modified time | relevance | path

Searched refs:probe_done (Results 1 – 4 of 4) sorted by relevance

/drivers/hv/
Dchannel_mgmt.c477 newchannel->probe_done = true; in vmbus_add_channel_work()
506 newchannel->probe_done = true; in vmbus_add_channel_work()
516 newchannel->probe_done = true; in vmbus_add_channel_work()
1068 while (READ_ONCE(channel->probe_done) == false) { in vmbus_onoffer_rescind()
1131 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
/drivers/mfd/
Dpcf50633-core.c262 if (pdata->probe_done) in pcf50633_probe()
263 pdata->probe_done(pcf); in pcf50633_probe()
/drivers/scsi/
Dipr.h1484 u8 probe_done:1; member
Dipr.c9366 if (!ioa_cfg->probe_done) in ipr_pci_mmio_enabled()
9386 if (ioa_cfg->probe_done) in ipr_pci_frozen()
9405 if (ioa_cfg->probe_done) { in ipr_pci_slot_reset()
9431 if (ioa_cfg->probe_done) { in ipr_pci_perm_failure()
9494 ioa_cfg->probe_done = 1; in ipr_probe_ioa_part2()