Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/hid/
Dhid-hyperv.c258 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()
/linux-4.19.296/drivers/pci/controller/
Dpci-hyperv.c2374 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()
/linux-4.19.296/include/linux/
Dhyperv.h1158 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function