Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/
Dhid-hyperv.c250 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_on_receive()
341 struct mousevsc_dev *input_dev = hv_get_drvdata(device); in mousevsc_connect_to_vsp()
398 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_hid_parse()
533 struct mousevsc_dev *input_dev = hv_get_drvdata(dev); in mousevsc_remove()
/Linux-v5.4/drivers/input/serio/
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-v5.4/drivers/video/fbdev/
Dhyperv_fb.c255 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_situ()
345 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_recv_sub()
380 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_receive()
406 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_negotiate_ver()
439 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_connect_vsp()
480 struct fb_info *info = hv_get_drvdata(hdev); in synthvid_send_config()
860 struct fb_info *info = hv_get_drvdata(hdev); in hvfb_remove()
/Linux-v5.4/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()
359 struct hv_uio_private_data *pdata = hv_get_drvdata(dev); in hv_uio_remove()
/Linux-v5.4/drivers/net/hyperv/
Dnetvsc.c300 struct net_device *ndev = hv_get_drvdata(device); in netvsc_init_buf()
494 struct net_device *ndev = hv_get_drvdata(device); in negotiate_nvsp_ver()
552 struct net_device *ndev = hv_get_drvdata(device); in netvsc_connect_vsp()
616 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_remove()
816 struct net_device *ndev = hv_get_drvdata(device); in netvsc_send_pkt()
1302 struct net_device *ndev = hv_get_drvdata(device); in netvsc_poll()
1366 struct net_device *ndev = hv_get_drvdata(device); in netvsc_device_add()
Dnetvsc_drv.c1893 struct net_device *net = hv_get_drvdata(device_obj); in netvsc_link_change()
2110 struct net_device *ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vf_setup()
2155 return hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2386 net = hv_get_drvdata(dev); in netvsc_remove()
Drndis_filter.c1086 hv_get_drvdata(new_sc->primary_channel->device_obj); in netvsc_sc_open()
1307 struct net_device *net = hv_get_drvdata(dev); in rndis_filter_device_add()
/Linux-v5.4/drivers/scsi/
Dstorvsc_drv.c583 stor_device = hv_get_drvdata(device); in get_out_stor_device()
605 stor_device = hv_get_drvdata(device); in get_in_stor_device()
1211 stor_device = hv_get_drvdata(device); in storvsc_dev_remove()
1919 struct storvsc_device *stor_device = hv_get_drvdata(dev); in storvsc_remove()
/Linux-v5.4/drivers/pci/controller/
Dpci-hyperv.c2604 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_enter_d0()
2660 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_query_relations()
2700 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_allocated()
2775 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_send_resources_released()
3016 struct hv_pcibus_device *hbus = hv_get_drvdata(hdev); in hv_pci_bus_exit()
3066 hbus = hv_get_drvdata(hdev); in hv_pci_remove()
/Linux-v5.4/drivers/hv/
Dhv_util.c433 struct hv_util_service *srv = hv_get_drvdata(dev); in util_remove()
Dhv_balloon.c1486 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_onchannelcallback()
1724 struct hv_dynmem_device *dm = hv_get_drvdata(dev); in balloon_remove()
/Linux-v5.4/include/linux/
Dhyperv.h1201 static inline void *hv_get_drvdata(struct hv_device *dev) in hv_get_drvdata() function