Searched refs:device_to_hv_device (Results 1 – 3 of 3) sorted by relevance
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()[all …]
317 struct hv_device *hdev = device_to_hv_device(info->device); in synthvid_update()564 struct hv_device *hdev = device_to_hv_device(info->device); in hvfb_set_par()
1186 static inline struct hv_device *device_to_hv_device(struct device *d) in device_to_hv_device() function