Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/uart/
HDuart_core.c594 device_set_softc(dev, sc); in uart_bus_attach()
810 device_set_softc(dev, NULL); in uart_bus_detach()
/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDdevice.h416 device_set_softc(bsddev, dev); in device_initialize()
495 device_set_softc(bsddev, dev); in device_register()
/freebsd-head/sys/dev/usb/controller/
HDusb_controller.c436 device_set_softc(dev, NULL); in usb_bus_detach()
791 device_set_softc(dev, bus); in usb_bus_attach()
/freebsd-head/sys/dev/pst/
HDpst-raid.c102 device_set_softc(child, psc); in pst_add_raid()
/freebsd-head/stand/kshim/
HDbsd_kernel.c991 device_set_softc(dev, NULL); in device_detach()
1001 device_set_softc(device_t dev, void *softc) in device_set_softc() function
HDbsd_kernel.h472 void device_set_softc(device_t dev, void *softc);
/freebsd-head/sys/dev/acpica/
HDacpi_cmbat.c173 device_set_softc(dev, NULL); in acpi_cmbat_detach()
/freebsd-head/sys/powerpc/powernv/
HDopal_console.c295 device_set_softc(dev, console_sc); in uart_opal_attach()
/freebsd-head/sys/dev/xen/console/
HDxen_console.c737 device_set_softc(dev, tp); in xencons_attach()
/freebsd-head/sys/dev/scc/
HDscc_core.c120 device_set_softc(dev, sc); in scc_bfe_attach()
/freebsd-head/sys/arm/broadcom/bcm2835/
HDbcm2835_fb.c150 device_set_softc(dev, sc); in bcm_fb_attach()
/freebsd-head/sys/dev/cxgbe/
HDt4_vf.c684 device_set_softc(pi->dev, pi); in t4vf_attach()
HDt4_main.c1454 device_set_softc(pi->dev, pi); in t4_attach()
2870 device_set_softc(vi->dev, vi); in cxgbe_attach()
/freebsd-head/sys/dev/sdio/
HDsdiob.c929 device_set_softc(sc->dev, sc); in sdio_newbus_sim_add()
/freebsd-head/sys/dev/xen/xenstore/
HDxenstore.c1099 device_set_softc(dev, &xs); in xs_attach()
/freebsd-head/sys/sys/
HDbus.h698 void device_set_softc(device_t dev, void *softc);
/freebsd-head/sys/net/
HDiflib.c5209 device_set_softc(dev, ctx); in iflib_device_register()
5462 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_register()
5538 device_set_softc(ctx->ifc_dev, NULL); in iflib_device_deregister()
/freebsd-head/sys/dev/sym/
HDsym_hipd.c8412 device_set_softc(dev, np);
8825 device_set_softc(np->device, NULL);
/freebsd-head/sys/dev/cxgb/
HDcxgb_main.c640 device_set_softc(child, pi); in cxgb_controller_attach()
/freebsd-head/sys/kern/
HDsubr_bus.c2142 device_set_softc(device_t dev, void *softc) in device_set_softc() function