Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/tdfx/
H A Dtdfx_pci.c78 static devclass_t tdfx_devclass; variable
433 tdfx_info[0] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 0); in tdfx_mmap()
451 tdfx_info[1] = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, 1); in tdfx_mmap()
505 tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, in tdfx_query_fetch()
597 tdfx_info = (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, in tdfx_query_update()
667 (struct tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device); in tdfx_do_pio_rd()
694 tdfx_softc*)devclass_get_softc(tdfx_devclass, piod->device); in tdfx_do_pio_wt()
814 DRIVER_MODULE(tdfx, pci, tdfx_driver, tdfx_devclass, 0, 0);