Searched refs:tws_dev (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/sys/dev/tws/ |
| D | tws.c | 191 sc->tws_dev = dev; in tws_attach() 317 if (bus_release_resource(sc->tws_dev, in tws_attach() 326 if (bus_release_resource(sc->tws_dev, in tws_attach() 331 if (bus_release_resource(sc->tws_dev, in tws_attach() 375 if (bus_release_resource(sc->tws_dev, in tws_detach() 382 pci_release_msi(sc->tws_dev); in tws_detach() 389 if (bus_release_resource(sc->tws_dev, in tws_detach() 394 if (bus_release_resource(sc->tws_dev, in tws_detach() 431 if ((error = bus_setup_intr(sc->tws_dev, sc->irq_res[i], in tws_setup_intr() 454 error = bus_teardown_intr(sc->tws_dev, in tws_teardown_intr() [all …]
|
| D | tws_cam.c | 160 device_get_unit(sc->tws_dev), in tws_cam_attach() 174 sc->tws_dev, in tws_cam_attach() 425 device_printf(sc->tws_dev, "%s: (0x%02X: 0x%04X): %s: %s\n", in tws_aen_complete() 511 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_err_complete() 1066 device_printf(sc->tws_dev, "null softc!!!\n"); in tws_intr() 1118 device_printf(sc->tws_dev, "Micro controller error.\n"); in tws_intr_attn_error() 1177 device_printf(sc->tws_dev, "I/O Request timed out... Resetting controller\n"); in tws_timeout() 1179 device_printf(sc->tws_dev, "IOCTL Request timed out... Resetting controller\n"); in tws_timeout() 1181 device_printf(sc->tws_dev, "Internal Request timed out... Resetting controller\n"); in tws_timeout() 1211 device_printf(sc->tws_dev, "Resetting controller\n"); in tws_reset() [all …]
|
| D | tws.h | 220 device_t tws_dev; /* bus device */ member
|
| D | tws_hdm.c | 132 device_printf(sc->tws_dev, "OBFL Overrun\n"); in tws_init_obfl_q() 235 device_printf( sc->tws_dev, in tws_display_ctlr_info()
|
| D | tws_services.c | 134 device_printf((sc)->tws_dev, array[index].fmt, in tws_log()
|