Searched refs:mhi_pdev (Results 1 – 1 of 1) sorted by relevance
1242 struct mhi_pci_device *mhi_pdev = container_of(work, struct mhi_pci_device, in mhi_pci_recovery_work() local1244 struct mhi_controller *mhi_cntrl = &mhi_pdev->mhi_cntrl; in mhi_pci_recovery_work()1251 timer_delete(&mhi_pdev->health_check_timer); in mhi_pci_recovery_work()1256 if (test_and_clear_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status)) { in mhi_pci_recovery_work()1262 pci_load_saved_state(pdev, mhi_pdev->pci_state); in mhi_pci_recovery_work()1278 set_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status); in mhi_pci_recovery_work()1281 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_recovery_work()1295 struct mhi_pci_device *mhi_pdev = timer_container_of(mhi_pdev, t, in health_check() local1297 struct mhi_controller *mhi_cntrl = &mhi_pdev->mhi_cntrl; in health_check()1299 if (!test_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status) || in health_check()[all …]