Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dvmbus_drv.c130 struct hv_device *hv_dev = device_to_hv_device(dev); in id_show()
141 struct hv_device *hv_dev = device_to_hv_device(dev); in state_show()
152 struct hv_device *hv_dev = device_to_hv_device(dev); in monitor_id_show()
163 struct hv_device *hv_dev = device_to_hv_device(dev); in class_id_show()
175 struct hv_device *hv_dev = device_to_hv_device(dev); in device_id_show()
187 struct hv_device *hv_dev = device_to_hv_device(dev); in modalias_show()
197 struct hv_device *hv_dev = device_to_hv_device(dev); in numa_node_show()
211 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_pending_show()
225 struct hv_device *hv_dev = device_to_hv_device(dev); in client_monitor_pending_show()
239 struct hv_device *hv_dev = device_to_hv_device(dev); in server_monitor_latency_show()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Dhyperv_fb.c374 struct hv_device *hdev = device_to_hv_device(info->device); in synthvid_update()
789 hdev = device_to_hv_device(info->device); in hvfb_on_panic()
819 struct hv_device *hdev = device_to_hv_device(info->device); in hvfb_set_par()
/openbmc/linux/include/linux/
H A Dhyperv.h1330 #define device_to_hv_device(d) container_of_const(d, struct hv_device, device) macro