Searched refs:srv (Results 1 – 6 of 6) sorted by relevance
52 struct pcie_device *srv; member226 struct pci_dev *port = data->srv->port; in pcie_pme_work_fn()349 static int pcie_pme_probe(struct pcie_device *srv) in pcie_pme_probe() argument361 data->srv = srv; in pcie_pme_probe()362 set_service_data(srv, data); in pcie_pme_probe()364 port = srv->port; in pcie_pme_probe()368 ret = request_irq(srv->irq, pcie_pme_irq, IRQF_SHARED, "PCIe PME", srv); in pcie_pme_probe()398 static int pcie_pme_suspend(struct pcie_device *srv) in pcie_pme_suspend() argument400 struct pcie_pme_service_data *data = get_service_data(srv); in pcie_pme_suspend()401 struct pci_dev *port = srv->port; in pcie_pme_suspend()[all …]
322 struct hv_util_service *srv = in util_probe() local326 srv->recv_buffer = kmalloc(PAGE_SIZE * 4, GFP_KERNEL); in util_probe()327 if (!srv->recv_buffer) in util_probe()329 srv->channel = dev->channel; in util_probe()330 if (srv->util_init) { in util_probe()331 ret = srv->util_init(srv); in util_probe()348 hv_set_drvdata(dev, srv); in util_probe()370 srv->util_cb, dev->channel); in util_probe()377 if (srv->util_deinit) in util_probe()378 srv->util_deinit(); in util_probe()[all …]
333 hv_vss_init(struct hv_util_service *srv) in hv_vss_init() argument341 recv_buffer = srv->recv_buffer; in hv_vss_init()342 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
322 int hv_fcopy_init(struct hv_util_service *srv) in hv_fcopy_init() argument324 recv_buffer = srv->recv_buffer; in hv_fcopy_init()325 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
722 hv_kvp_init(struct hv_util_service *srv) in hv_kvp_init() argument724 recv_buffer = srv->recv_buffer; in hv_kvp_init()725 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()
62 struct SVGA3dCmdDXDestroyShaderResourceView srv; member