Searched refs:device_set_softc (Results 1 – 23 of 23) sorted by relevance
| /trueos/sys/dev/uart/ |
| HD | uart_core.c | 410 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/ |
| HD | atkbdc_ebus.c | 196 device_set_softc(dev, sc); in atkbdc_ebus_attach()
|
| /trueos/sys/pc98/cbus/ |
| HD | sio.c | 748 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/ |
| HD | usb_controller.c | 436 device_set_softc(dev, NULL); in usb_bus_detach() 792 device_set_softc(dev, bus); in usb_bus_attach()
|
| /trueos/sys/dev/drm2/radeon/ |
| HD | radeon_i2c.c | 1073 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/ |
| HD | sio.c | 415 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/ |
| HD | bsd_kernel.c | 785 device_set_softc(dev, NULL); in device_detach() 794 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|
| HD | bsd_kernel.h | 361 void device_set_softc(device_t dev, void *softc);
|
| /trueos/sys/dev/hyperv/utilities/ |
| HD | hv_util.c | 380 device_set_softc(dev, (void *) (&service_table[i])); in hv_util_probe()
|
| /trueos/sys/ofed/include/linux/ |
| HD | device.h | 308 device_set_softc(bsddev, dev); in device_register()
|
| /trueos/sys/dev/pst/ |
| HD | pst-raid.c | 99 device_set_softc(child, psc); in pst_add_raid()
|
| /trueos/sys/dev/scc/ |
| HD | scc_core.c | 120 device_set_softc(dev, sc); in scc_bfe_attach()
|
| /trueos/sys/dev/fb/ |
| HD | creator.c | 919 device_set_softc(dev, sc); in creator_bus_attach()
|
| HD | machfb.c | 1169 device_set_softc(dev, sc); in machfb_pci_attach()
|
| /trueos/sys/xen/xenstore/ |
| HD | xenstore.c | 1131 device_set_softc(dev, &xs); in xs_attach()
|
| /trueos/sys/sys/ |
| HD | bus.h | 470 void device_set_softc(device_t dev, void *softc);
|
| /trueos/sys/dev/mn/ |
| HD | if_mn.c | 1303 device_set_softc(self, sc); in mn_attach()
|
| /trueos/sys/dev/amr/ |
| HD | amr.c | 257 device_set_softc(child, sc); in amr_attach()
|
| /trueos/sys/dev/hptmv/ |
| HD | entry.c | 2045 device_set_softc(dev, (void *)pAdapter); in hpt_attach()
|
| /trueos/sys/kern/ |
| HD | subr_bus.c | 2466 device_set_softc(device_t dev, void *softc) in device_set_softc() function
|
| /trueos/sys/dev/sym/ |
| HD | sym_hipd.c | 8437 device_set_softc(dev, np); 8850 device_set_softc(np->device, NULL);
|
| /trueos/sys/dev/cxgb/ |
| HD | cxgb_main.c | 644 device_set_softc(child, pi); in cxgb_controller_attach()
|
| /trueos/sys/dev/cxgbe/ |
| HD | t4_main.c | 768 device_set_softc(pi->dev, pi); in t4_attach()
|