Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/drivers/uio/
Duio_hv_generic.c97 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()
317 struct hv_uio_private_data *pdata = hv_get_drvdata(dev); in hv_uio_remove()
/Linux-v4.19/drivers/net/hyperv/
Dnetvsc.c310 struct net_device *ndev = hv_get_drvdata(device); in netvsc_init_buf()
504 struct net_device *ndev = hv_get_drvdata(device); in negotiate_nvsp_ver()
559 struct net_device *ndev = hv_get_drvdata(device); in netvsc_connect_vsp()
623 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_remove()
823 struct net_device *ndev = hv_get_drvdata(device); in netvsc_send_pkt()
1278 struct net_device *ndev = hv_get_drvdata(device); in netvsc_poll()
1342 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_add()
Dnetvsc_drv.c1799 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
2010 struct net_device *ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vf_setup()
2048 return hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2273 net = hv_get_drvdata(dev); in netvsc_remove()
Drndis_filter.c1025 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1228 struct net_device *net = hv_get_drvdata(dev); in rndis_filter_device_add()
/Linux-v4.19/drivers/scsi/
Dstorvsc_drv.c595 stor_device = hv_get_drvdata(device); in get_out_stor_device()
617 stor_device = hv_get_drvdata(device); in get_in_stor_device()
1213 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
1915 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
/Linux-v4.19/drivers/pci/controller/
Dpci-hyperv.c2285 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()
2341 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()
2381 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()
2456 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()
2629 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()
2679 hbus = hv_get_drvdata(hdev); in hv_pci_remove()
/Linux-v4.19/drivers/hv/
Dhv_util.c444 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
Dhv_balloon.c1482 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
1722 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
/Linux-v4.19/include/linux/
Dhyperv.h1149 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function