Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c67 nvdev = hv_get_drvdata(ndevctx->device_ctx); in do_set_multicast()
111 nvdev = hv_get_drvdata(device_obj); in netvsc_open()
123 struct netvsc_device *nvdev = hv_get_drvdata(device_obj); in netvsc_close()
262 struct netvsc_device *nvsc_dev = hv_get_drvdata(hdev); in netvsc_select_queue()
652 net_device = hv_get_drvdata(device_obj); in netvsc_linkstatus_callback()
696 net = ((struct netvsc_device *)hv_get_drvdata(device_obj))->ndev; in netvsc_recv_callback()
765 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_get_channels()
778 struct netvsc_device *nvdev = hv_get_drvdata(dev); in netvsc_set_channels()
836 nvdev = hv_get_drvdata(dev); in netvsc_set_channels()
875 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in netvsc_change_mtu()
[all …]
Drndis_filter.c132 net_device = hv_get_drvdata(hv_dev); in dump_rndis_message()
402 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_receive()
555 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_device_mac()
634 struct netvsc_device *nvdev = hv_get_drvdata(hdev); in rndis_filter_set_offload_params()
989 nvscdev = hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1047 net_device = hv_get_drvdata(dev); in rndis_filter_device_add()
1207 struct netvsc_device *net_dev = hv_get_drvdata(dev); in rndis_filter_device_remove()
1222 struct netvsc_device *net_device = hv_get_drvdata(dev); in rndis_filter_open()
1232 struct netvsc_device *nvdev = hv_get_drvdata(dev); in rndis_filter_close()
Dnetvsc.c40 struct net_device *ndev = hv_get_drvdata(device); in alloc_net_device()
78 net_device = hv_get_drvdata(device); in get_outbound_net_device()
89 net_device = hv_get_drvdata(device); in get_inbound_net_device()
557 net_device = hv_get_drvdata(device); in netvsc_device_remove()
/linux-4.4.14/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.4.14/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()
871 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_remove()
/linux-4.4.14/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.4.14/drivers/scsi/
Dstorvsc_drv.c548 stor_device = hv_get_drvdata(device); in get_out_stor_device()
570 stor_device = hv_get_drvdata(device); in get_in_stor_device()
972 stor_device = hv_get_drvdata(device); in storvsc_on_io_completion()
1131 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
1676 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
/linux-4.4.14/drivers/hv/
Dhv_util.c381 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
Dhv_balloon.c1353 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
1581 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
/linux-4.4.14/include/linux/
Dhyperv.h986 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function