Lines Matching refs:hv_device
191 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
202 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
213 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
224 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
236 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
248 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
258 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
272 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
286 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
300 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
314 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_latency_show()
328 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_conn_id_show()
342 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_conn_id_show()
355 struct hv_device *hv_dev = device_to_hv_device(dev); in out_intr_mask_show()
374 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_index_show()
393 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_index_show()
412 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_bytes_avail_show()
431 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_bytes_avail_show()
449 struct hv_device *hv_dev = device_to_hv_device(dev); in in_intr_mask_show()
467 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_index_show()
485 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_index_show()
504 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_bytes_avail_show()
523 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_bytes_avail_show()
542 struct hv_device *hv_dev = device_to_hv_device(dev); in channel_vp_mapping_show()
578 struct hv_device *hv_dev = device_to_hv_device(dev); in vendor_show()
588 struct hv_device *hv_dev = device_to_hv_device(dev); in device_show()
598 struct hv_device *hv_dev = device_to_hv_device(dev); in driver_override_store()
611 struct hv_device *hv_dev = device_to_hv_device(dev); in driver_override_show()
664 const struct hv_device *hv_dev = device_to_hv_device(dev); in vmbus_dev_attr_is_visible()
716 const struct hv_device *dev = device_to_hv_device(device); in vmbus_uevent()
760 struct hv_device *dev) in hv_vmbus_get_id()
886 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_match()
906 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe()
945 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove()
960 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_shutdown()
980 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_suspend()
999 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_resume()
1021 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_device_release()
2017 int vmbus_add_channel_kobj(struct hv_device *dev, struct vmbus_channel *channel) in vmbus_add_channel_kobj()
2061 struct hv_device *vmbus_device_create(const guid_t *type, in vmbus_device_create()
2065 struct hv_device *child_device_obj; in vmbus_device_create()
2067 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
2084 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register()
2140 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister()
2348 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio()