Searched refs:hv_dev (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/input/serio/ |
| H A D | hyperv-keyboard.c | 90 struct hv_device *hv_dev; member 100 static void hv_kbd_on_receive(struct hv_device *hv_dev, in hv_kbd_on_receive() argument 103 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive() 118 dev_err(&hv_dev->device, in hv_kbd_on_receive() 137 dev_err(&hv_dev->device, in hv_kbd_on_receive() 172 pm_wakeup_hard_event(&hv_dev->device); in hv_kbd_on_receive() 177 dev_err(&hv_dev->device, in hv_kbd_on_receive() 182 static void hv_kbd_handle_received_packet(struct hv_device *hv_dev, in hv_kbd_handle_received_packet() argument 220 dev_err(&hv_dev->device, in hv_kbd_handle_received_packet() 227 hv_kbd_on_receive(hv_dev, msg, msg_sz); in hv_kbd_handle_received_packet() [all …]
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 150 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local 152 if (!hv_dev->channel) in id_show() 154 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 161 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local 163 if (!hv_dev->channel) in state_show() 165 return sysfs_emit(buf, "%d\n", hv_dev->channel->state); in state_show() 172 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local 174 if (!hv_dev->channel) in monitor_id_show() 176 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show() 183 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show() local [all …]
|
| /linux/drivers/scsi/ |
| H A D | storvsc_drv.c | 152 static bool hv_dev_is_fc(struct hv_device *hv_dev); 1925 static bool hv_dev_is_fc(struct hv_device *hv_dev) in hv_dev_is_fc() argument 1927 return guid_equal(&fc_guid.guid, &hv_dev->dev_type); in hv_dev_is_fc() 2153 static int storvsc_suspend(struct hv_device *hv_dev) in storvsc_suspend() argument 2155 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend() 2163 vmbus_close(hv_dev->channel); in storvsc_suspend() 2173 static int storvsc_resume(struct hv_device *hv_dev) in storvsc_resume() argument 2177 ret = storvsc_connect_to_vsp(hv_dev, aligned_ringbuffer_size, in storvsc_resume() 2178 hv_dev_is_fc(hv_dev)); in storvsc_resume()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc.c | 980 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()
|
| H A D | rndis_filter.c | 1291 struct hv_device *hv_dev = ndev_ctx->device_ctx; in rndis_set_subchannel() local 1304 ret = vmbus_sendpacket(hv_dev->channel, init_packet, in rndis_set_subchannel()
|
| H A D | hyperv_net.h | 1819 void netvsc_dma_unmap(struct hv_device *hv_dev,
|
| /linux/net/vmw_vsock/ |
| H A D | hyperv_transport.c | 907 static int hvs_suspend(struct hv_device *hv_dev) in hvs_suspend() argument
|