Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A 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()
215 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
229 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
242 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
255 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
[all …]
/linux/include/linux/
H A Dhyperv.h1292 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) macro