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.c158 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
169 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
180 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
191 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
203 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
215 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
225 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
239 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
252 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
265 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
[all …]
/linux/include/linux/
H A Dhyperv.h1299 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) macro