Home
last modified time | relevance | path

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

/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/uio/
H A Duio_hv_generic.c122 pdata = hv_get_drvdata(hv_dev); in hv_uio_channel_cb()
133 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_rescind()
387 struct hv_uio_private_data *pdata = hv_get_drvdata(dev); in hv_uio_remove()
/linux/drivers/hid/
H A Dhid-hyperv.c273 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()
363 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()
421 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()
569 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_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()
H A Dhv_balloon.c1475 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
2011 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
2052 struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev); in balloon_suspend()
/linux/drivers/net/hyperv/
H A Dnetvsc.c366 struct net_device *ndev = hv_get_drvdata(device); in netvsc_init_buf()
593 struct net_device *ndev = hv_get_drvdata(device); in negotiate_nvsp_ver()
654 struct net_device *ndev = hv_get_drvdata(device); in netvsc_connect_vsp()
725 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_remove()
1135 struct net_device *ndev = hv_get_drvdata(device); in netvsc_send_pkt()
1727 struct net_device *ndev = hv_get_drvdata(device); in netvsc_poll()
1796 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.c600 stor_device = hv_get_drvdata(device); in get_out_stor_device()
622 stor_device = hv_get_drvdata(device); in get_in_stor_device()
1409 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
2147 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
2165 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c3229 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_protocol_negotiation()
3450 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()
3540 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()
3598 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()
3675 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()
3893 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()
3979 hbus = hv_get_drvdata(hdev); in hv_pci_remove()
4015 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_suspend()
4092 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_resume()
/linux/include/linux/
H A Dhyperv.h1307 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function