HomeSort by: relevance | last modified time | path
    Searched defs:sc_ops (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/sys/dev/ic/
am79c930var.h 44 struct am79c930_ops *sc_ops; member in struct:am79c930_softc
rs5c313var.h 43 struct rs5c313_ops *sc_ops; member in struct:rs5c313_softc
am79c930var.h 44 struct am79c930_ops *sc_ops; member in struct:am79c930_softc
rs5c313var.h 43 struct rs5c313_ops *sc_ops; member in struct:rs5c313_softc
nvmevar.h 132 const struct nvme_ops *sc_ops; member in struct:nvme_softc
  /src/sys/arch/hpcmips/vr/
flashvar.h 52 } *sc_ops; member in struct:flash_softc
64 #define flash_block_erase(sc, off) (sc)->sc_ops->fo_erase((sc), (off))
65 #define flash_block_write(sc, off) (sc)->sc_ops->fo_write((sc), (off))
flashvar.h 52 } *sc_ops; member in struct:flash_softc
64 #define flash_block_erase(sc, off) (sc)->sc_ops->fo_erase((sc), (off))
65 #define flash_block_write(sc, off) (sc)->sc_ops->fo_write((sc), (off))
  /src/sys/dev/apm/
apmvar.h 61 struct apm_accessops *sc_ops; member in struct:apm_softc
apmvar.h 61 struct apm_accessops *sc_ops; member in struct:apm_softc
  /src/sys/dev/adb/
adb_bt.c 65 struct adb_bus_accessops *sc_ops; member in struct:adbbt_softc
94 sc->sc_ops = aaa->ops;
adb_bt.c 65 struct adb_bus_accessops *sc_ops; member in struct:adbbt_softc
94 sc->sc_ops = aaa->ops;
adb_bus.c 52 struct adb_bus_accessops *sc_ops; member in struct:nadb_softc
86 sc->sc_ops = ops;
87 sc->sc_ops->set_handler(sc->sc_ops->cookie, nadb_handler, sc);
164 aaa.ops = sc->sc_ops;
182 sc->sc_ops->autopoll(sc->sc_ops->cookie, devmask);
253 sc->sc_ops->send(sc->sc_ops->cookie, 0, command, len, data);
adb_bus.c 52 struct adb_bus_accessops *sc_ops; member in struct:nadb_softc
86 sc->sc_ops = ops;
87 sc->sc_ops->set_handler(sc->sc_ops->cookie, nadb_handler, sc);
164 aaa.ops = sc->sc_ops;
182 sc->sc_ops->autopoll(sc->sc_ops->cookie, devmask);
253 sc->sc_ops->send(sc->sc_ops->cookie, 0, command, len, data);
adb_ktm.c 58 struct adb_bus_accessops *sc_ops; member in struct:ktm_softc
122 sc->sc_ops = aaa->ops;
383 sc->sc_ops->poll(sc->sc_ops->cookie);
406 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
adb_ktm.c 58 struct adb_bus_accessops *sc_ops; member in struct:ktm_softc
122 sc->sc_ops = aaa->ops;
383 sc->sc_ops->poll(sc->sc_ops->cookie);
406 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
adb_kbd.c 70 struct adb_bus_accessops *sc_ops; member in struct:adbkbd_softc
195 sc->sc_ops = aaa->ops;
253 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL);
352 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 2, buffer);
357 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL);
366 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL)
    [all...]
adb_ms.c 63 struct adb_bus_accessops *sc_ops; member in struct:adbms_softc
149 sc->sc_ops = aaa->ops;
859 sc->sc_ops->poll(sc->sc_ops->cookie);
882 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
adb_kbd.c 70 struct adb_bus_accessops *sc_ops; member in struct:adbkbd_softc
195 sc->sc_ops = aaa->ops;
253 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL);
352 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 2, buffer);
357 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL);
366 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL)
    [all...]
adb_ms.c 63 struct adb_bus_accessops *sc_ops; member in struct:adbms_softc
149 sc->sc_ops = aaa->ops;
859 sc->sc_ops->poll(sc->sc_ops->cookie);
882 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
  /src/sys/dev/isa/
fdvar.h 85 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
fdvar.h 85 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
  /src/sys/dev/pci/
virtiovar.h 143 const struct virtio_ops *sc_ops; member in struct:virtio_softc
virtiovar.h 143 const struct virtio_ops *sc_ops; member in struct:virtio_softc
  /src/sys/arch/hp300/dev/
hpibvar.h 196 struct hpib_controller *sc_ops; /* controller ops vector */ member in struct:hpibbus_softc
  /src/sys/arch/usermode/dev/
vncfb.c 89 struct vncfb_fbops sc_ops; member in struct:vncfb_softc
291 struct vncfb_fbops *ops = &sc->sc_ops;
331 struct vncfb_fbops *ops = &sc->sc_ops;
350 struct vncfb_fbops *ops = &sc->sc_ops;
375 struct vncfb_fbops *ops = &sc->sc_ops;
395 struct vncfb_fbops *ops = &sc->sc_ops;
424 struct vncfb_fbops *ops = &sc->sc_ops;
444 struct vncfb_fbops *ops = &sc->sc_ops;

Completed in 31 milliseconds

1 2