Home
last modified time | relevance | path

Searched refs:hv_dev (Results 1 – 9 of 9) sorted by relevance

/drivers/input/serio/
A Dhyperv-keyboard.c90 struct hv_device *hv_dev; member
118 dev_err(&hv_dev->device, in hv_kbd_on_receive()
137 dev_err(&hv_dev->device, in hv_kbd_on_receive()
177 dev_err(&hv_dev->device, in hv_kbd_on_receive()
220 dev_err(&hv_dev->device, in hv_kbd_handle_received_packet()
231 dev_err(&hv_dev->device, in hv_kbd_handle_received_packet()
283 dev_err(&hv_dev->device, in hv_kbd_connect_to_vsp()
326 kbd_dev->hv_dev = hv_dev; in hv_kbd_probe()
348 hv_dev); in hv_kbd_probe()
363 vmbus_close(hv_dev->channel); in hv_kbd_probe()
[all …]
/drivers/hv/
A Dvmbus_drv.c139 if (!hv_dev->channel) in id_show()
150 if (!hv_dev->channel) in state_show()
161 if (!hv_dev->channel) in monitor_id_show()
172 if (!hv_dev->channel) in class_id_show()
184 if (!hv_dev->channel) in device_id_show()
206 if (!hv_dev->channel) in numa_node_show()
220 if (!hv_dev->channel) in server_monitor_pending_show()
233 if (!hv_dev->channel) in client_monitor_pending_show()
246 if (!hv_dev->channel) in server_monitor_latency_show()
259 if (!hv_dev->channel) in client_monitor_latency_show()
[all …]
A Dhv_balloon.c2058 static int balloon_suspend(struct hv_device *hv_dev) in balloon_suspend() argument
2060 struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev); in balloon_suspend()
2062 tasklet_disable(&hv_dev->channel->callback_event); in balloon_suspend()
2070 vmbus_close(hv_dev->channel); in balloon_suspend()
2073 tasklet_enable(&hv_dev->channel->callback_event); in balloon_suspend()
/drivers/uio/
A Duio_hv_generic.c111 struct hv_device *hv_dev; in hv_uio_channel_cb() local
121 hv_dev = chan->primary_channel ? in hv_uio_channel_cb()
123 pdata = hv_get_drvdata(hv_dev); in hv_uio_channel_cb()
133 struct hv_device *hv_dev = channel->device_obj; in hv_uio_rescind() local
134 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_rescind()
173 struct hv_device *hv_dev = new_sc->primary_channel->device_obj; in hv_uio_new_channel() local
174 struct device *device = &hv_dev->device; in hv_uio_new_channel()
/drivers/scsi/
A Dstorvsc_drv.c152 static bool hv_dev_is_fc(struct hv_device *hv_dev);
1931 static bool hv_dev_is_fc(struct hv_device *hv_dev) in hv_dev_is_fc() argument
1933 return guid_equal(&fc_guid.guid, &hv_dev->dev_type); in hv_dev_is_fc()
2159 static int storvsc_suspend(struct hv_device *hv_dev) in storvsc_suspend() argument
2161 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()
2169 vmbus_close(hv_dev->channel); in storvsc_suspend()
2179 static int storvsc_resume(struct hv_device *hv_dev) in storvsc_resume() argument
2183 ret = storvsc_connect_to_vsp(hv_dev, aligned_ringbuffer_size, in storvsc_resume()
2184 hv_dev_is_fc(hv_dev)); in storvsc_resume()
/drivers/net/hyperv/
A Dnetvsc.c980 void netvsc_dma_unmap(struct hv_device *hv_dev, in netvsc_dma_unmap() argument
992 dma_unmap_single(&hv_dev->device, packet->dma_range[i].dma, in netvsc_dma_unmap()
1017 static int netvsc_dma_map(struct hv_device *hv_dev, in netvsc_dma_map() argument
1039 dma = dma_map_single(&hv_dev->device, src, len, in netvsc_dma_map()
1041 if (dma_mapping_error(&hv_dev->device, dma)) { in netvsc_dma_map()
A Drndis_filter.c1282 struct hv_device *hv_dev = ndev_ctx->device_ctx; in rndis_set_subchannel() local
1295 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
A Dhyperv_net.h1819 void netvsc_dma_unmap(struct hv_device *hv_dev,
/drivers/pci/controller/
A Dpci-hyperv.c2486 struct hv_pci_dev *hv_dev; in hv_pci_assign_numa_node() local
2489 hv_dev = get_pcichild_wslot(hbus, devfn_to_wslot(dev->devfn)); in hv_pci_assign_numa_node()
2490 if (!hv_dev) in hv_pci_assign_numa_node()
2493 if (hv_dev->desc.flags & HV_PCI_DEVICE_FLAG_NUMA_AFFINITY && in hv_pci_assign_numa_node()
2494 hv_dev->desc.virtual_numa_node < num_possible_nodes()) in hv_pci_assign_numa_node()
2503 hv_dev->desc.virtual_numa_node)); in hv_pci_assign_numa_node()
2505 put_pcichild(hv_dev); in hv_pci_assign_numa_node()

Completed in 48 milliseconds