Lines Matching refs:handle

1500 	struct pcr_handle *handle;  in rtsx_pci_probe()  local
1527 handle = kzalloc(sizeof(*handle), GFP_KERNEL); in rtsx_pci_probe()
1528 if (!handle) { in rtsx_pci_probe()
1532 handle->pcr = pcr; in rtsx_pci_probe()
1545 dev_set_drvdata(&pcidev->dev, handle); in rtsx_pci_probe()
1591 rtsx_pcr_cells[i].platform_data = handle; in rtsx_pci_probe()
1592 rtsx_pcr_cells[i].pdata_size = sizeof(*handle); in rtsx_pci_probe()
1622 kfree(handle); in rtsx_pci_probe()
1635 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_remove() local
1636 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_remove()
1669 kfree(handle); in rtsx_pci_remove()
1679 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_suspend() local
1680 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_suspend()
1697 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_resume() local
1698 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_resume()
1754 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_shutdown() local
1755 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_shutdown()
1770 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_runtime_idle() local
1771 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_runtime_idle()
1797 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_runtime_suspend() local
1798 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_runtime_suspend()
1815 struct pcr_handle *handle = pci_get_drvdata(pcidev); in rtsx_pci_runtime_resume() local
1816 struct rtsx_pcr *pcr = handle->pcr; in rtsx_pci_runtime_resume()