Home
last modified time | relevance | path

Searched refs:hv_set_drvdata (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/input/serio/
Dhyperv-keyboard.c361 hv_set_drvdata(hv_dev, kbd_dev); in hv_kbd_probe()
410 hv_set_drvdata(hv_dev, NULL); in hv_kbd_remove()
/linux-4.1.27/drivers/hid/
Dhid-hyperv.c174 hv_set_drvdata(device, input_dev); in mousevsc_alloc_device()
185 hv_set_drvdata(device->device, NULL); in mousevsc_free_device()
/linux-4.1.27/drivers/video/fbdev/
Dhyperv_fb.c790 hv_set_drvdata(hdev, info); in hvfb_probe()
867 hv_set_drvdata(hdev, NULL); in hvfb_probe()
888 hv_set_drvdata(hdev, NULL); in hvfb_remove()
/linux-4.1.27/drivers/net/hyperv/
Dnetvsc_drv.c748 hv_set_drvdata(hdev, ndev); in netvsc_change_mtu()
886 hv_set_drvdata(dev, net); in netvsc_probe()
913 hv_set_drvdata(dev, NULL); in netvsc_probe()
Dnetvsc.c63 hv_set_drvdata(device, net_device); in alloc_net_device()
559 hv_set_drvdata(device, NULL); in netvsc_device_remove()
/linux-4.1.27/drivers/hv/
Dhv_util.c343 hv_set_drvdata(dev, srv); in util_probe()
Dhv_balloon.c1464 hv_set_drvdata(dev, &dm_device); in balloon_probe()
/linux-4.1.27/drivers/scsi/
Dstorvsc_drv.c1338 hv_set_drvdata(device, NULL); in storvsc_dev_remove()
1815 hv_set_drvdata(device, stor_device); in storvsc_probe()
/linux-4.1.27/include/linux/
Dhyperv.h967 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata() function