/src/sys/dev/ppbus/ |
lpt.c | 148 struct ppbus_device_softc * ppbdev = &(sc->ppbus_dev); local in function:lpt_attach 153 ppbdev->sc_dev = self; 164 ppbdev->capabilities = args->capabilities; 167 if(ppbdev->capabilities & PPBUS_HAS_DMA) { 190 ppbdev->ctx.mode = ppbus_get_mode(parent); 193 ppbdev->ctx.mode); 206 struct ppbus_device_softc * ppbdev = (struct ppbus_device_softc *) lpt; local in function:lpt_detach 225 ppbdev->ctx.valid = 0; 228 if(ppbdev->capabilities & PPBUS_HAS_DMA) {
|
ppbus_msq.c | 67 mode2xfer(struct ppbus_softc * bus, struct ppbus_device_softc * ppbdev, 76 table = ppbdev->get_xfer; 80 table = ppbdev->put_xfer; 115 panic("%s: unknown mode (%d)", __func__, ppbdev->mode); 128 ppbus_MS_init(device_t dev, device_t ppbdev, 133 ppbdev, opcode); 277 struct ppbus_device_softc * ppbdev = device_private(busdev); local in function:ppbus_MS_microseq 306 xfer = mode2xfer(bus, ppbdev, mi->opcode);
|
lpt.c | 148 struct ppbus_device_softc * ppbdev = &(sc->ppbus_dev); local in function:lpt_attach 153 ppbdev->sc_dev = self; 164 ppbdev->capabilities = args->capabilities; 167 if(ppbdev->capabilities & PPBUS_HAS_DMA) { 190 ppbdev->ctx.mode = ppbus_get_mode(parent); 193 ppbdev->ctx.mode); 206 struct ppbus_device_softc * ppbdev = (struct ppbus_device_softc *) lpt; local in function:lpt_detach 225 ppbdev->ctx.valid = 0; 228 if(ppbdev->capabilities & PPBUS_HAS_DMA) {
|
ppbus_msq.c | 67 mode2xfer(struct ppbus_softc * bus, struct ppbus_device_softc * ppbdev, 76 table = ppbdev->get_xfer; 80 table = ppbdev->put_xfer; 115 panic("%s: unknown mode (%d)", __func__, ppbdev->mode); 128 ppbus_MS_init(device_t dev, device_t ppbdev, 133 ppbdev, opcode); 277 struct ppbus_device_softc * ppbdev = device_private(busdev); local in function:ppbus_MS_microseq 306 xfer = mode2xfer(bus, ppbdev, mi->opcode);
|