Home
last modified time | relevance | path

Searched refs:dev_set_drvdata (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_auxbus_compat.h73 dev_set_drvdata(&auxdev->dev, data); in auxiliary_set_drvdata()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h310 dev_set_drvdata(struct device *dev, void *data) in dev_set_drvdata() function
561 dev_set_drvdata(dev, NULL); in device_release_driver()
H A Dpci.h444 dev_set_drvdata(&pdev->dev, data); in pci_set_drvdata()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c1253 dev_set_drvdata(port->dev, NULL); in ib_umad_kill_port()
1254 dev_set_drvdata(port->sm_dev, NULL); in ib_umad_kill_port()
H A Dib_device.c219 dev_set_drvdata(&device->dev, device); in ib_alloc_device()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dusb.c1089 dev_set_drvdata(&udev->dev, dev); in __mt76u_init()
H A Dmac80211.c711 dev_set_drvdata(dev->dev, dev); in mt76_register_device()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c332 dev_set_drvdata(dev, drvdata); in device_create_groups_vargs()