Home
last modified time | relevance | path

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

/linux/drivers/bus/mhi/host/
H A Dpci_generic.c1221 struct mhi_pci_device *mhi_pdev = container_of(work, struct mhi_pci_device, in mhi_pci_recovery_work() local
1223 struct mhi_controller *mhi_cntrl = &mhi_pdev->mhi_cntrl; in mhi_pci_recovery_work()
1230 timer_delete(&mhi_pdev->health_check_timer); in mhi_pci_recovery_work()
1235 if (test_and_clear_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status)) { in mhi_pci_recovery_work()
1241 pci_load_saved_state(pdev, mhi_pdev->pci_state); in mhi_pci_recovery_work()
1257 set_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status); in mhi_pci_recovery_work()
1260 mod_timer(&mhi_pdev->health_check_timer, jiffies + HEALTH_CHECK_PERIOD); in mhi_pci_recovery_work()
1274 struct mhi_pci_device *mhi_pdev = timer_container_of(mhi_pdev, t, in health_check() local
1276 struct mhi_controller *mhi_cntrl = &mhi_pdev->mhi_cntrl; in health_check()
1278 if (!test_bit(MHI_PCI_DEV_STARTED, &mhi_pdev->status) || in health_check()
[all …]