Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-hyperv.c247 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()
334 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()
392 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()
540 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
/linux/drivers/input/serio/
H A Dhyperv-keyboard.c103 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive()
256 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_connect_to_vsp()
372 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_remove()
/linux/drivers/hv/
H A Dhv_util.c635 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
650 struct hv_util_service *srv = hv_get_drvdata(dev); in util_suspend()
666 struct hv_util_service *srv = hv_get_drvdata(dev); in util_resume()
/linux/drivers/net/hyperv/
H A Dnetvsc.c340 struct net_device *ndev = hv_get_drvdata(device); in netvsc_init_buf()
559 struct net_device *ndev = hv_get_drvdata(device); in negotiate_nvsp_ver()
620 struct net_device *ndev = hv_get_drvdata(device); in netvsc_connect_vsp()
691 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_remove()
1105 struct net_device *ndev = hv_get_drvdata(device); in netvsc_send_pkt()
1697 struct net_device *ndev = hv_get_drvdata(device); in netvsc_poll()
1766 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_add()
H A Dnetvsc_drv.c2006 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
2221 struct net_device *ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vf_setup()
2269 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2287 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2653 net = hv_get_drvdata(dev); in netvsc_remove()
2701 net = hv_get_drvdata(dev); in netvsc_suspend()
2730 struct net_device *net = hv_get_drvdata(dev); in netvsc_resume()
2812 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vfns_work()
H A Drndis_filter.c1226 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1473 struct net_device *net = hv_get_drvdata(dev); in rndis_filter_device_add()
1612 struct net_device *net = hv_get_drvdata(dev); in rndis_filter_device_remove()
/linux/drivers/scsi/
H A Dstorvsc_drv.c565 stor_device = hv_get_drvdata(device); in get_out_stor_device()
587 stor_device = hv_get_drvdata(device); in get_in_stor_device()
1374 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
2150 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
2168 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c3228 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_protocol_negotiation()
3449 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()
3539 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()
3597 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()
3674 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()
3892 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()
3978 hbus = hv_get_drvdata(hdev); in hv_pci_remove()
4014 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_suspend()
4091 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_resume()
/linux/include/linux/
H A Dhyperv.h1300 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function