Lines Matching refs:tb
499 struct tb *tb = pci_get_drvdata(pdev); in nhi_suspend_noirq() local
500 thunderbolt_suspend(tb); in nhi_suspend_noirq()
507 struct tb *tb = pci_get_drvdata(pdev); in nhi_resume_noirq() local
508 thunderbolt_resume(tb); in nhi_resume_noirq()
538 struct tb *tb; in nhi_probe() local
596 tb = thunderbolt_alloc_and_start(nhi); in nhi_probe()
597 if (!tb) { in nhi_probe()
605 pci_set_drvdata(pdev, tb); in nhi_probe()
612 struct tb *tb = pci_get_drvdata(pdev); in nhi_remove() local
613 struct tb_nhi *nhi = tb->nhi; in nhi_remove()
614 thunderbolt_shutdown_and_free(tb); in nhi_remove()