Home
last modified time | relevance | path

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

/trueos/sys/dev/uart/
HDuart_core.c410 device_set_softc(dev, sc); in uart_bus_attach()
611 device_set_softc(dev, NULL); in uart_bus_detach()
614 device_set_softc(dev, NULL); in uart_bus_detach()
/trueos/sys/dev/atkbdc/
HDatkbdc_ebus.c196 device_set_softc(dev, sc); in atkbdc_ebus_attach()
/trueos/sys/pc98/cbus/
HDsio.c748 device_set_softc(dev, NULL); in siodetach()
827 device_set_softc(dev, com);
899 device_set_softc(dev, NULL);
912 device_set_softc(dev, NULL);
951 device_set_softc(dev, NULL);
1010 device_set_softc(dev, NULL);
1033 device_set_softc(dev, NULL);
1173 device_set_softc(dev, NULL);
1268 device_set_softc(dev, NULL);
/trueos/sys/dev/usb/controller/
HDusb_controller.c436 device_set_softc(dev, NULL); in usb_bus_detach()
792 device_set_softc(dev, bus); in usb_bus_attach()
/trueos/sys/dev/drm2/radeon/
HDradeon_i2c.c1073 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create()
1102 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create()
1131 device_set_softc(iicbus_dev, i2c); in radeon_i2c_create()
/trueos/sys/dev/sio/
HDsio.c415 device_set_softc(dev, NULL); in siodetach()
457 device_set_softc(dev, com);
507 device_set_softc(dev, NULL);
712 device_set_softc(dev, NULL);
796 device_set_softc(dev, NULL);
/trueos/sys/boot/usb/
HDbsd_kernel.c785 device_set_softc(dev, NULL); in device_detach()
794 device_set_softc(device_t dev, void *softc) in device_set_softc() function
HDbsd_kernel.h361 void device_set_softc(device_t dev, void *softc);
/trueos/sys/dev/hyperv/utilities/
HDhv_util.c380 device_set_softc(dev, (void *) (&service_table[i])); in hv_util_probe()
/trueos/sys/ofed/include/linux/
HDdevice.h308 device_set_softc(bsddev, dev); in device_register()
/trueos/sys/dev/pst/
HDpst-raid.c99 device_set_softc(child, psc); in pst_add_raid()
/trueos/sys/dev/scc/
HDscc_core.c120 device_set_softc(dev, sc); in scc_bfe_attach()
/trueos/sys/dev/fb/
HDcreator.c919 device_set_softc(dev, sc); in creator_bus_attach()
HDmachfb.c1169 device_set_softc(dev, sc); in machfb_pci_attach()
/trueos/sys/xen/xenstore/
HDxenstore.c1131 device_set_softc(dev, &xs); in xs_attach()
/trueos/sys/sys/
HDbus.h470 void device_set_softc(device_t dev, void *softc);
/trueos/sys/dev/mn/
HDif_mn.c1303 device_set_softc(self, sc); in mn_attach()
/trueos/sys/dev/amr/
HDamr.c257 device_set_softc(child, sc); in amr_attach()
/trueos/sys/dev/hptmv/
HDentry.c2045 device_set_softc(dev, (void *)pAdapter); in hpt_attach()
/trueos/sys/kern/
HDsubr_bus.c2466 device_set_softc(device_t dev, void *softc) in device_set_softc() function
/trueos/sys/dev/sym/
HDsym_hipd.c8437 device_set_softc(dev, np);
8850 device_set_softc(np->device, NULL);
/trueos/sys/dev/cxgb/
HDcxgb_main.c644 device_set_softc(child, pi); in cxgb_controller_attach()
/trueos/sys/dev/cxgbe/
HDt4_main.c768 device_set_softc(pi->dev, pi); in t4_attach()