Home
last modified time | relevance | path

Searched refs:device_to_hv_device (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hv/
Dvmbus_drv.c148 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
159 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
170 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
181 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
193 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
205 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
217 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
231 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
245 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
259 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
[all …]
/Linux-v4.19/drivers/video/fbdev/
Dhyperv_fb.c326 struct hv_device *hdev = device_to_hv_device(info->device); in synthvid_update()
573 struct hv_device *hdev = device_to_hv_device(info->device); in hvfb_set_par()
/Linux-v4.19/include/linux/
Dhyperv.h1134 static inline struct hv_device *device_to_hv_device(struct device *d) in device_to_hv_device() function