Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c65 nvdev = hv_get_drvdata(ndevctx->device_ctx); in do_set_multicast()
109 nvdev = hv_get_drvdata(device_obj); in netvsc_open()
219 struct netvsc_device *nvsc_dev = hv_get_drvdata(hdev); in netvsc_select_queue()
607 net_device = hv_get_drvdata(device_obj); in netvsc_linkstatus_callback()
649 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
714 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_get_channels()
726 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in netvsc_change_mtu()
833 net_device = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_link_change()
918 nvdev = hv_get_drvdata(dev); in netvsc_probe()
940 net_device = hv_get_drvdata(dev); in netvsc_remove()
Drndis_filter.c131 net_device = hv_get_drvdata(hv_dev); in dump_rndis_message()
401 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive()
554 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_device_mac()
633 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_offload_params()
987 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1034 net_device = hv_get_drvdata(dev); in rndis_filter_device_add()
1161 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove()
1176 struct netvsc_device *net_device = hv_get_drvdata(dev); in rndis_filter_open()
1186 struct netvsc_device *nvdev = hv_get_drvdata(dev); in rndis_filter_close()
Dnetvsc.c39 struct net_device *ndev = hv_get_drvdata(device); in alloc_net_device()
77 net_device = hv_get_drvdata(device); in get_outbound_net_device()
88 net_device = hv_get_drvdata(device); in get_inbound_net_device()
546 net_device = hv_get_drvdata(device); in netvsc_device_remove()
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c258 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()
385 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()
442 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()
577 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c264 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_situ()
354 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_recv_sub()
389 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_receive()
415 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_negotiate_ver()
448 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_connect_vsp()
489 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_config()
875 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_remove()
/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c111 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_on_receive()
287 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_connect_to_vsp()
403 struct hv_kbd_dev *kbd_dev = hv_get_drvdata(hv_dev); in hv_kbd_remove()
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c517 stor_device = hv_get_drvdata(device); in get_out_stor_device()
539 stor_device = hv_get_drvdata(device); in get_in_stor_device()
1157 stor_device = hv_get_drvdata(device); in storvsc_on_io_completion()
1316 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
1891 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
/linux-4.1.27/drivers/hv/
Dhv_util.c381 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
Dhv_balloon.c1337 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
1565 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
/linux-4.1.27/include/linux/
Dhyperv.h972 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function