Lines Matching defs:handle
1478 struct pcr_handle *handle;
1505 handle = kzalloc(sizeof(*handle), GFP_KERNEL);
1506 if (!handle) {
1510 handle->pcr = pcr;
1523 dev_set_drvdata(&pcidev->dev, handle);
1571 rtsx_pcr_cells[i].platform_data = handle;
1572 rtsx_pcr_cells[i].pdata_size = sizeof(*handle);
1599 kfree(handle);
1612 struct pcr_handle *handle = pci_get_drvdata(pcidev);
1613 struct rtsx_pcr *pcr = handle->pcr;
1644 kfree(handle);
1654 struct pcr_handle *handle;
1659 handle = pci_get_drvdata(pcidev);
1660 pcr = handle->pcr;
1678 struct pcr_handle *handle;
1684 handle = pci_get_drvdata(pcidev);
1685 pcr = handle->pcr;
1708 struct pcr_handle *handle;
1713 handle = pci_get_drvdata(pcidev);
1714 pcr = handle->pcr;