Lines Matching refs:hv_device

117 static void print_alias_name(struct hv_device *hv_dev, char *alias_name)  in print_alias_name()
160 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
171 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
182 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
193 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
205 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
217 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
229 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
243 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
257 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
271 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_latency_show()
285 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_conn_id_show()
299 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_conn_id_show()
312 struct hv_device *hv_dev = device_to_hv_device(dev); in out_intr_mask_show()
325 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_index_show()
339 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_index_show()
353 struct hv_device *hv_dev = device_to_hv_device(dev); in out_read_bytes_avail_show()
367 struct hv_device *hv_dev = device_to_hv_device(dev); in out_write_bytes_avail_show()
380 struct hv_device *hv_dev = device_to_hv_device(dev); in in_intr_mask_show()
393 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_index_show()
406 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_index_show()
420 struct hv_device *hv_dev = device_to_hv_device(dev); in in_read_bytes_avail_show()
434 struct hv_device *hv_dev = device_to_hv_device(dev); in in_write_bytes_avail_show()
448 struct hv_device *hv_dev = device_to_hv_device(dev); in channel_vp_mapping_show()
523 struct hv_device *dev = device_to_hv_device(device); in vmbus_uevent()
564 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_match()
580 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_probe()
604 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_remove()
634 struct hv_device *dev = device_to_hv_device(child_device); in vmbus_shutdown()
655 struct hv_device *hv_dev = device_to_hv_device(device); in vmbus_device_release()
953 struct hv_device *vmbus_device_create(const uuid_le *type, in vmbus_device_create()
957 struct hv_device *child_device_obj; in vmbus_device_create()
959 child_device_obj = kzalloc(sizeof(struct hv_device), GFP_KERNEL); in vmbus_device_create()
977 int vmbus_device_register(struct hv_device *child_device_obj) in vmbus_device_register()
1007 void vmbus_device_unregister(struct hv_device *device_obj) in vmbus_device_unregister()
1138 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj, in vmbus_allocate_mmio()