HomeSort by: relevance | last modified time | path
    Searched refs:ppbus_write_ivar (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/ppbus/
ppbus_conf.h 135 PARPORT_WRITE_IVAR_T ppbus_write_ivar; member in struct:ppbus_softc
ppbus_base.h 148 int ppbus_write_ivar(device_t, int, unsigned int *);
ppbus_conf.c 129 ppbus->ppbus_write_ivar = sc_link->parport_write_ivar;
162 if(ppbus_write_ivar(self, PPBUS_IVAR_INTR, &val) != 0) {
pps_ppbus.c 121 ppbus_write_ivar(sc->ppbus, PPBUS_IVAR_IEEE, &weg);
lpt.c 731 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_DMA, &val);
737 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_IEEE, &val);
743 error = ppbus_write_ivar(device_parent(dev), PPBUS_IVAR_INTR, &val);
ppbus_1284.c 422 error = ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &new_ivar);
477 if(ppbus_write_ivar(dev, PPBUS_IVAR_IEEE, &old_ivar)) {
ppbus_base.c 98 ppbus_write_ivar(device_t dev, int index, unsigned int * val) function in typeref:typename:int
106 return (bus->ppbus_write_ivar(device_parent(dev), index, val));

Completed in 54 milliseconds