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

  /src/sys/dev/ppbus/
ppbus_conf.h 134 PARPORT_READ_IVAR_T ppbus_read_ivar; member in struct:ppbus_softc
ppbus_base.h 147 int ppbus_read_ivar(device_t, int, unsigned int *);
lpt.c 700 error = ppbus_read_ivar(device_parent(dev), PPBUS_IVAR_DMA, &val);
707 error = ppbus_read_ivar(device_parent(dev), PPBUS_IVAR_IEEE, &val);
714 error = ppbus_read_ivar(device_parent(dev), PPBUS_IVAR_INTR, &val);
ppbus_base.c 74 ppbus_read_ivar(device_t dev, int index, unsigned int * val) function in typeref:typename:int
83 return (bus->ppbus_read_ivar(device_parent(dev), index, val));
ppbus_conf.c 128 ppbus->ppbus_read_ivar = sc_link->parport_read_ivar;
ppbus_msq.c 99 ppbus_read_ivar(bus->sc_dev, PPBUS_IVAR_EPP_PROTO, &epp);
ppbus_1284.c 415 error = ppbus_read_ivar(dev, PPBUS_IVAR_IEEE, &old_ivar);

Completed in 17 milliseconds