Searched refs:device_set_softc (Results 1 – 20 of 20) sorted by relevance
/freebsd/sys/dev/uart/ |
H A D | uart_core.c | 594 device_set_softc(dev, sc); in uart_bus_attach() 810 device_set_softc(dev, NULL); in uart_bus_detach()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | device.h | 416 device_set_softc(bsddev, dev); in device_initialize() 495 device_set_softc(bsddev, dev); in device_register()
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_controller.c | 436 device_set_softc(dev, NULL); in usb_bus_detach() 791 device_set_softc(dev, bus); in usb_bus_attach()
|
/freebsd/sys/dev/pst/ |
H A D | pst-raid.c | 102 device_set_softc(child, psc); in pst_add_raid()
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 991 device_set_softc(dev, NULL); in device_detach() 1001 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|
H A D | bsd_kernel.h | 472 void device_set_softc(device_t dev, void *softc);
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_cmbat.c | 173 device_set_softc(dev, NULL); in acpi_cmbat_detach()
|
/freebsd/sys/powerpc/powernv/ |
H A D | opal_console.c | 295 device_set_softc(dev, console_sc); in uart_opal_attach()
|
/freebsd/sys/dev/xen/console/ |
H A D | xen_console.c | 737 device_set_softc(dev, tp); in xencons_attach()
|
/freebsd/sys/dev/scc/ |
H A D | scc_core.c | 120 device_set_softc(dev, sc); in scc_bfe_attach()
|
/freebsd/sys/arm/broadcom/bcm2835/ |
H A D | bcm2835_fb.c | 150 device_set_softc(dev, sc); in bcm_fb_attach()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_vf.c | 684 device_set_softc(pi->dev, pi); in t4vf_attach()
|
H A D | t4_main.c | 1454 device_set_softc(pi->dev, pi); in t4_attach() 2870 device_set_softc(vi->dev, vi); in cxgbe_attach()
|
/freebsd/sys/dev/sdio/ |
H A D | sdiob.c | 929 device_set_softc(sc->dev, sc); in sdio_newbus_sim_add()
|
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 1099 device_set_softc(dev, &xs); in xs_attach()
|
/freebsd/sys/sys/ |
H A D | bus.h | 698 void device_set_softc(device_t dev, void *softc);
|
/freebsd/sys/net/ |
H A D | iflib.c | 5209 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/sys/dev/sym/ |
H A D | sym_hipd.c | 8412 device_set_softc(dev, np); 8825 device_set_softc(np->device, NULL);
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 640 device_set_softc(child, pi); in cxgb_controller_attach()
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 2142 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|