/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, ms in hv_kbd_handle_received_packet() 241 struct hv_device *hv_dev = context; hv_kbd_on_channel_callback() local 254 hv_kbd_connect_to_vsp(struct hv_device * hv_dev) hv_kbd_connect_to_vsp() argument 312 hv_kbd_probe(struct hv_device * hv_dev,const struct hv_vmbus_device_id * dev_id) hv_kbd_probe() argument 370 hv_kbd_remove(struct hv_device * hv_dev) hv_kbd_remove() argument 381 hv_kbd_suspend(struct hv_device * hv_dev) hv_kbd_suspend() argument 388 hv_kbd_resume(struct hv_device * hv_dev) hv_kbd_resume() argument [all...] |
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 137 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show() local 139 if (!hv_dev->channel) in id_show() 141 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.child_relid); in id_show() 148 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show() local 150 if (!hv_dev->channel) in state_show() 152 return sysfs_emit(buf, "%d\n", hv_dev->channel->state); in state_show() 159 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show() local 161 if (!hv_dev->channel) in monitor_id_show() 163 return sysfs_emit(buf, "%d\n", hv_dev->channel->offermsg.monitorid); in monitor_id_show() 170 struct hv_device *hv_dev in class_id_show() local 182 struct hv_device *hv_dev = device_to_hv_device(dev); device_id_show() local 194 struct hv_device *hv_dev = device_to_hv_device(dev); modalias_show() local 204 struct hv_device *hv_dev = device_to_hv_device(dev); numa_node_show() local 218 struct hv_device *hv_dev = device_to_hv_device(dev); server_monitor_pending_show() local 231 struct hv_device *hv_dev = device_to_hv_device(dev); client_monitor_pending_show() local 244 struct hv_device *hv_dev = device_to_hv_device(dev); server_monitor_latency_show() local 257 struct hv_device *hv_dev = device_to_hv_device(dev); client_monitor_latency_show() local 270 struct hv_device *hv_dev = device_to_hv_device(dev); server_monitor_conn_id_show() local 283 struct hv_device *hv_dev = device_to_hv_device(dev); client_monitor_conn_id_show() local 295 struct hv_device *hv_dev = device_to_hv_device(dev); out_intr_mask_show() local 314 struct hv_device *hv_dev = device_to_hv_device(dev); out_read_index_show() local 333 struct hv_device *hv_dev = device_to_hv_device(dev); out_write_index_show() local 352 struct hv_device *hv_dev = device_to_hv_device(dev); out_read_bytes_avail_show() local 371 struct hv_device *hv_dev = device_to_hv_device(dev); out_write_bytes_avail_show() local 389 struct hv_device *hv_dev = device_to_hv_device(dev); in_intr_mask_show() local 407 struct hv_device *hv_dev = device_to_hv_device(dev); in_read_index_show() local 425 struct hv_device *hv_dev = device_to_hv_device(dev); in_write_index_show() local 444 struct hv_device *hv_dev = device_to_hv_device(dev); in_read_bytes_avail_show() local 463 struct hv_device *hv_dev = device_to_hv_device(dev); in_write_bytes_avail_show() local 482 struct hv_device *hv_dev = device_to_hv_device(dev); channel_vp_mapping_show() local 514 struct hv_device *hv_dev = device_to_hv_device(dev); vendor_show() local 524 struct hv_device *hv_dev = device_to_hv_device(dev); device_show() local 534 struct hv_device *hv_dev = device_to_hv_device(dev); driver_override_store() local 547 struct hv_device *hv_dev = device_to_hv_device(dev); driver_override_show() local 600 const struct hv_device *hv_dev = device_to_hv_device(dev); vmbus_dev_attr_is_visible() local 845 struct hv_device *hv_dev = device_to_hv_device(device); vmbus_match() local 980 struct hv_device *hv_dev = device_to_hv_device(device); vmbus_device_release() local [all...] |
H A D | hv_balloon.c | 2058 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()
|
/linux/drivers/scsi/ |
H A D | storvsc_drv.c | 152 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()
|
/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 | 1282 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()
|
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
|