Searched refs:hv_set_drvdata (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/input/serio/ |
D | hyperv-keyboard.c | 361 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/ |
D | hid-hyperv.c | 174 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/ |
D | netvsc_drv.c | 820 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()
|
D | netvsc.c | 64 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/ |
D | hyperv_fb.c | 786 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/ |
D | hv_util.c | 343 hv_set_drvdata(dev, srv); in util_probe()
|
D | hv_balloon.c | 1480 hv_set_drvdata(dev, &dm_device); in balloon_probe()
|
/linux-4.4.14/drivers/scsi/ |
D | storvsc_drv.c | 1153 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/ |
D | hyperv.h | 981 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata() function
|