Searched refs:hv_get_drvdata (Results 1 – 3 of 3) sorted by relevance
258 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()349 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()406 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()541 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
2374 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()2430 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()2488 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()2563 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()2736 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()2786 hbus = hv_get_drvdata(hdev); in hv_pci_remove()
1158 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function