Home
last modified time | relevance | path

Searched refs:device_set_softc (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/sys/net/
H A Diflib_clone.c214 device_set_softc(dev, ctx); in iflib_clone_create()
H A Diflib.c5020 device_set_softc(dev, ctx); in iflib_device_register()
5249 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_register()
5553 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_deregister()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h352 device_set_softc(bsddev, dev); in device_initialize()
431 device_set_softc(bsddev, dev); in device_register()
/freebsd-13.1/sys/dev/uart/
H A Duart_core.c590 device_set_softc(dev, sc); in uart_bus_attach()
801 device_set_softc(dev, NULL); in uart_bus_detach()
/freebsd-13.1/sys/dev/usb/controller/
H A Dusb_controller.c437 device_set_softc(dev, NULL); in usb_bus_detach()
792 device_set_softc(dev, bus); in usb_bus_attach()
/freebsd-13.1/sys/dev/pst/
H A Dpst-raid.c101 device_set_softc(child, psc); in pst_add_raid()
/freebsd-13.1/stand/kshim/
H A Dbsd_kernel.c1020 device_set_softc(dev, NULL); in device_detach()
1029 device_set_softc(device_t dev, void *softc) in device_set_softc() function
H A Dbsd_kernel.h463 void device_set_softc(device_t dev, void *softc);
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_cmbat.c176 device_set_softc(dev, NULL); in acpi_cmbat_detach()
/freebsd-13.1/sys/powerpc/powernv/
H A Dopal_console.c297 device_set_softc(dev, console_sc); in uart_opal_attach()
/freebsd-13.1/sys/dev/xen/console/
H A Dxen_console.c735 device_set_softc(dev, tp); in xencons_attach()
/freebsd-13.1/sys/dev/scc/
H A Dscc_core.c124 device_set_softc(dev, sc); in scc_bfe_attach()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fb.c152 device_set_softc(dev, sc); in bcm_fb_attach()
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_vf.c680 device_set_softc(pi->dev, pi); in t4vf_attach()
H A Dt4_main.c1371 device_set_softc(pi->dev, pi); in t4_attach()
2627 device_set_softc(vi->dev, vi); in cxgbe_attach()
/freebsd-13.1/sys/dev/sdio/
H A Dsdiob.c934 device_set_softc(sc->dev, sc); in sdio_newbus_sim_add()
/freebsd-13.1/sys/dev/xen/xenstore/
H A Dxenstore.c1105 device_set_softc(dev, &xs); in xs_attach()
/freebsd-13.1/sys/sys/
H A Dbus.h622 void device_set_softc(device_t dev, void *softc);
/freebsd-13.1/sys/dev/mn/
H A Dif_mn.c1301 device_set_softc(self, sc); in mn_attach()
/freebsd-13.1/sys/dev/amr/
H A Damr.c260 device_set_softc(child, sc); in amr_attach()
/freebsd-13.1/sys/dev/sym/
H A Dsym_hipd.c8416 device_set_softc(dev, np);
8829 device_set_softc(np->device, NULL);
/freebsd-13.1/sys/dev/cxgb/
H A Dcxgb_main.c648 device_set_softc(child, pi); in cxgb_controller_attach()
/freebsd-13.1/sys/kern/
H A Dsubr_bus.c2501 device_set_softc(device_t dev, void *softc) in device_set_softc() function