Lines Matching refs:tb
500 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend_noirq() local
501 thunderbolt_suspend(tb); in nhi_suspend_noirq()
508 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local
509 thunderbolt_resume(tb); in nhi_resume_noirq()
539 struct tb *tb; in nhi_probe() local
597 tb = thunderbolt_alloc_and_start(nhi); in nhi_probe()
598 if (!tb) { in nhi_probe()
606 pci_set_drvdata(pdev, tb); in nhi_probe()
613 struct tb *tb = pci_get_drvdata(pdev); in nhi_remove() local
614 struct tb_nhi *nhi = tb->nhi; in nhi_remove()
615 thunderbolt_shutdown_and_free(tb); in nhi_remove()