Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/serio/
Dhyperv-keyboard.c332 hv_set_drvdata(hv_dev, kbd_dev); in hv_kbd_probe()
380 hv_set_drvdata(hv_dev, NULL); in hv_kbd_remove()
/kernel/linux/linux-5.10/drivers/uio/
Duio_hv_generic.c348 hv_set_drvdata(dev, pdata); in hv_uio_probe()
371 hv_set_drvdata(dev, NULL); in hv_uio_remove()
/kernel/linux/linux-5.10/drivers/hid/
Dhid-hyperv.c166 hv_set_drvdata(device, input_dev); in mousevsc_alloc_device()
177 hv_set_drvdata(device->device, NULL); in mousevsc_free_device()
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dhyperv_fb.c1178 hv_set_drvdata(hdev, info); in hvfb_probe()
1259 hv_set_drvdata(hdev, NULL); in hvfb_probe()
1282 hv_set_drvdata(hdev, NULL); in hvfb_remove()
/kernel/linux/linux-5.10/drivers/hv/
Dhv_util.c534 hv_set_drvdata(dev, srv); in util_probe()
Dhv_balloon.c1707 hv_set_drvdata(dev, &dm_device); in balloon_probe()
/kernel/linux/linux-5.10/drivers/scsi/
Dstorvsc_drv.c1314 hv_set_drvdata(device, NULL); in storvsc_dev_remove()
1948 hv_set_drvdata(device, stor_device); in storvsc_probe()
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc_drv.c2462 hv_set_drvdata(dev, net); in netvsc_probe()
2555 hv_set_drvdata(dev, NULL); in netvsc_probe()
2600 hv_set_drvdata(dev, NULL); in netvsc_remove()
/kernel/linux/linux-5.10/include/linux/
Dhyperv.h1250 static inline void hv_set_drvdata(struct hv_device *dev, void *data) in hv_set_drvdata() function
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpci-hyperv.c3120 hv_set_drvdata(hdev, hbus); in hv_pci_probe()