Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/net/hyperv/
Dnetvsc_drv.c820 hv_set_drvdata(dev, net); in netvsc_set_channels()
899 hv_set_drvdata(hdev, ndev); in netvsc_change_mtu()
1105 hv_set_drvdata(dev, net); in netvsc_probe()
1134 hv_set_drvdata(dev, NULL); in netvsc_probe()
Dnetvsc.c64 hv_set_drvdata(device, net_device); in alloc_net_device()
570 hv_set_drvdata(device, NULL); in netvsc_device_remove()
/linux-4.4.14/drivers/video/fbdev/
Dhyperv_fb.c786 hv_set_drvdata(hdev, info); in hvfb_probe()
863 hv_set_drvdata(hdev, NULL); in hvfb_probe()
884 hv_set_drvdata(hdev, NULL); in hvfb_remove()
/linux-4.4.14/drivers/hv/
Dhv_util.c343 hv_set_drvdata(dev, srv); in util_probe()
Dhv_balloon.c1480 hv_set_drvdata(dev, &dm_device); in balloon_probe()
/linux-4.4.14/drivers/scsi/
Dstorvsc_drv.c1153 hv_set_drvdata(device, NULL); in storvsc_dev_remove()
1600 hv_set_drvdata(device, stor_device); in storvsc_probe()
/linux-4.4.14/include/linux/
Dhyperv.h981 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata() function