Searched refs:hv_get_drvdata (Results 1 – 12 of 12) sorted by relevance
254 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()345 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()404 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()539 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
318 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_situ()468 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_recv_sub()504 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_receive()541 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_negotiate_ver()576 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_get_supported_resolution()624 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_connect_vsp()687 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_config()1256 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_remove()1281 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_suspend()1305 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_resume()
103 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()374 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_remove()
97 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_channel_cb()111 struct hv_uio_private_data *pdata = hv_get_drvdata(hv_dev); in hv_uio_rescind()363 struct hv_uio_private_data *pdata = hv_get_drvdata(dev); in hv_uio_remove()
554 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()571 struct hv_util_service *srv = hv_get_drvdata(dev); in util_suspend()587 struct hv_util_service *srv = hv_get_drvdata(dev); in util_resume()
1477 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()1737 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()1770 struct hv_dynmem_device *dm = hv_get_drvdata(hv_dev); in balloon_suspend()
302 struct net_device *ndev = hv_get_drvdata(device); in netvsc_init_buf()512 struct net_device *ndev = hv_get_drvdata(device); in negotiate_nvsp_ver()570 struct net_device *ndev = hv_get_drvdata(device); in netvsc_connect_vsp()634 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_remove()874 struct net_device *ndev = hv_get_drvdata(device); in netvsc_send_pkt()1415 struct net_device *ndev = hv_get_drvdata(device); in netvsc_poll()1479 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_add()
2054 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()2271 struct net_device *ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vf_setup()2317 return hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()2324 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()2590 net = hv_get_drvdata(dev); in netvsc_remove()2637 net = hv_get_drvdata(dev); in netvsc_suspend()2665 struct net_device *net = hv_get_drvdata(dev); in netvsc_resume()
1149 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()1371 struct net_device *net = hv_get_drvdata(dev); in rndis_filter_device_add()
2618 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_protocol_negotiation()2841 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()2897 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()2937 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()3014 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()3318 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()3394 hbus = hv_get_drvdata(hdev); in hv_pci_remove()3436 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_suspend()3511 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_resume()
593 stor_device = hv_get_drvdata(device); in get_out_stor_device()615 stor_device = hv_get_drvdata(device); in get_in_stor_device()1291 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()2073 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()2093 struct storvsc_device *stor_device = hv_get_drvdata(hv_dev); in storvsc_suspend()
1255 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function