Lines Matching refs:hv_device

93 static void print_alias_name(struct hv_device *hv_dev, char *alias_name)  in print_alias_name()
138 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
149 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
160 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
171 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
183 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
195 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
207 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
221 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
235 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
249 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
263 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_latency_show()
277 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_conn_id_show()
291 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_conn_id_show()
304 struct hv_device *hv_dev = device_to_hv_device(dev); in out_intr_mask_show()
323 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_index_show()
342 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_index_show()
361 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_bytes_avail_show()
380 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_bytes_avail_show()
398 struct hv_device *hv_dev = device_to_hv_device(dev); in in_intr_mask_show()
416 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_index_show()
434 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_index_show()
453 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_bytes_avail_show()
472 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_bytes_avail_show()
491 struct hv_device *hv_dev = device_to_hv_device(dev); in channel_vp_mapping_show()
528 struct hv_device *hv_dev = device_to_hv_device(dev); in vendor_show()
537 struct hv_device *hv_dev = device_to_hv_device(dev); in device_show()
546 struct hv_device *hv_dev = device_to_hv_device(dev); in driver_override_store()
579 struct hv_device *hv_dev = device_to_hv_device(dev); in driver_override_show()
632 const struct hv_device *hv_dev = device_to_hv_device(dev); in vmbus_dev_attr_is_visible()
667 struct hv_device *dev = device_to_hv_device(device); in vmbus_uevent()
714 struct hv_device *dev) in hv_vmbus_get_id()
840 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_match()
860 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe()
884 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove()
902 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_shutdown()
922 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_suspend()
941 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_resume()
960 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_device_release()
1718 int vmbus_add_channel_kobj(struct hv_device *dev, struct vmbus_channel *channel) in vmbus_add_channel_kobj()
1759 struct hv_device *vmbus_device_create(const guid_t *type, in vmbus_device_create()
1763 struct hv_device *child_device_obj; in vmbus_device_create()
1765 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
1782 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register()
1832 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister()
2007 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio()