Home
last modified time | relevance | path

Searched refs:srv (Results 1 – 6 of 6) sorted by relevance

/drivers/pci/pcie/
Dpme.c52 struct pcie_device *srv; member
226 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() argument
361 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() argument
400 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 …]
/drivers/hv/
Dhv_util.c322 struct hv_util_service *srv = in util_probe() local
326 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 …]
Dhv_snapshot.c333 hv_vss_init(struct hv_util_service *srv) in hv_vss_init() argument
341 recv_buffer = srv->recv_buffer; in hv_vss_init()
342 vss_transaction.recv_channel = srv->channel; in hv_vss_init()
Dhv_fcopy.c322 int hv_fcopy_init(struct hv_util_service *srv) in hv_fcopy_init() argument
324 recv_buffer = srv->recv_buffer; in hv_fcopy_init()
325 fcopy_transaction.recv_channel = srv->channel; in hv_fcopy_init()
Dhv_kvp.c722 hv_kvp_init(struct hv_util_service *srv) in hv_kvp_init() argument
724 recv_buffer = srv->recv_buffer; in hv_kvp_init()
725 kvp_transaction.recv_channel = srv->channel; in hv_kvp_init()
/drivers/gpu/drm/vmwgfx/
Dvmwgfx_so.h62 struct SVGA3dCmdDXDestroyShaderResourceView srv; member