Searched refs:sc_ops (Results 26 - 50 of 54) sorted by relevance

123

/netbsd-current/sys/arch/usermode/dev/
H A Dvncfb.c89 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;
/netbsd-current/sys/dev/ic/
H A Darn5416.c102 sc->sc_ops.setup = ar5416_setup;
103 sc->sc_ops.swap_rom = ar5416_swap_rom;
104 sc->sc_ops.init_from_rom = ar5416_init_from_rom;
105 sc->sc_ops.set_txpower = ar5416_set_txpower;
106 sc->sc_ops.set_synth = ar5416_set_synth;
107 sc->sc_ops.spur_mitigate = ar5416_spur_mitigate;
108 sc->sc_ops.get_spur_chans = ar5416_get_spur_chans;
684 spurchans = sc->sc_ops.get_spur_chans(sc, IEEE80211_IS_CHAN_2GHZ(c));
H A Darn9380.c105 sc->sc_ops.setup = ar9380_setup;
106 sc->sc_ops.get_rom_template = ar9380_get_rom_template;
107 sc->sc_ops.swap_rom = ar9380_swap_rom;
108 sc->sc_ops.init_from_rom = ar9380_init_from_rom;
109 sc->sc_ops.set_txpower = ar9380_set_txpower;
110 sc->sc_ops.set_synth = ar9380_set_synth;
111 sc->sc_ops.spur_mitigate = ar9380_spur_mitigate;
112 sc->sc_ops.get_paprd_masks = ar9380_get_paprd_masks;
H A Darn9285.c105 sc->sc_ops.setup = ar9285_setup;
106 sc->sc_ops.swap_rom = ar9285_swap_rom;
107 sc->sc_ops.init_from_rom = ar9285_init_from_rom;
108 sc->sc_ops.set_txpower = ar9285_set_txpower;
109 sc->sc_ops.set_synth = ar9280_set_synth;
110 sc->sc_ops.spur_mitigate = ar9280_spur_mitigate;
111 sc->sc_ops.get_spur_chans = ar9285_get_spur_chans;
H A Dathn.c200 error = sc->sc_ops.dma_alloc(sc);
395 sc->sc_ops.dma_free(sc);
473 sc->sc_ops.rx_enable(sc);
559 if (!sc->sc_ops.intr_status(sc))
587 sc->sc_ops.intr(sc);
913 struct athn_ops *ops = &sc->sc_ops;
1161 struct athn_ops *ops = &sc->sc_ops;
1171 struct athn_ops *ops = &sc->sc_ops;
1181 struct athn_ops *ops = &sc->sc_ops;
1220 struct athn_ops *ops = &sc->sc_ops;
[all...]
H A Dam79c930.c422 sc->sc_ops = &memspace_ops;
424 sc->sc_ops = &iospace_ops;
H A Dnvme.c276 if (sc->sc_ops->op_enable != NULL)
277 sc->sc_ops->op_enable(sc);
364 if (sc->sc_ops == NULL)
365 sc->sc_ops = &nvme_ops;
1369 tail = sc->sc_ops->op_sq_enter(sc, q, ccb);
1381 sc->sc_ops->op_sq_leave(sc, q, ccb);
1532 sc->sc_ops->op_cq_done(sc, q, ccb);
1966 if (sc->sc_ops->op_q_alloc != NULL) {
1967 if (sc->sc_ops->op_q_alloc(sc, q) != 0)
2020 if (sc->sc_ops
[all...]
H A Dnvmevar.h132 const struct nvme_ops *sc_ops; member in struct:nvme_softc
H A Dathnreg.h1460 (sc)->sc_ops.read((sc), (reg))
1463 (sc)->sc_ops.write((sc), (reg), (val))
1466 (sc)->sc_ops.write_barrier((sc))
H A Dathnvar.h579 struct athn_ops sc_ops; member in struct:athn_softc
H A Darn9003.c184 struct athn_ops *ops = &sc->sc_ops;
360 struct athn_ops *ops = &sc->sc_ops;
407 def = sc->sc_ops.get_rom_template(sc, ref);
452 struct athn_ops *ops = &sc->sc_ops;
1330 if (sc->sc_ops.tx(sc, m, ni, ATHN_TXFLAG_CAB) != 0) {
2526 struct athn_ops *ops = &sc->sc_ops;
3212 struct athn_ops *ops = &sc->sc_ops;
/netbsd-current/sys/arch/sandpoint/sandpoint/
H A Dsatmgr.c80 struct satops *sc_ops; member in struct:satmgr_softc
229 sc->sc_ops = ops;
347 if (sc->sc_ops->reboot != NULL)
348 (*sc->sc_ops->reboot)(sc); /* REBOOT */
352 if (sc->sc_ops->pwroff != NULL)
353 (*sc->sc_ops->pwroff)(sc); /* HALT or POWERDOWN */
734 (*sc->sc_ops->dispatch)(sc, *ptr);
/netbsd-current/sys/arch/evbsh3/ap_ms104_sh4/
H A Drs5c316_mainbus.c92 sc->sc_ops = &rs5c316_mainbus_ops;
/netbsd-current/sys/dev/pci/
H A Dvirtiovar.h143 const struct virtio_ops *sc_ops; member in struct:virtio_softc
H A Dvirtio_pci.c316 KASSERT(sc->sc_ops);
425 sc->sc_ops = &virtio_pci_ops_09;
547 sc->sc_ops = &virtio_pci_ops_10;
/netbsd-current/sys/arch/hpcmips/vr/
H A Dflash_vrip.c239 sc->sc_ops = find_command_set(sc->sc_cfi_raw[CFI_PRIM_COMM_REG0],
241 if (sc->sc_ops) {
242 printf(": using %s command set", sc->sc_ops->fo_name);
244 printf("opps sc->sc_ops is NULL\n");
/netbsd-current/sys/dev/virtio/
H A Dvirtio_mmio.c294 vsc->sc_ops = &virtio_mmio_v1_ops;
304 vsc->sc_ops = &virtio_mmio_v2_ops;
/netbsd-current/sys/arch/arc/jazz/
H A Dfd.c171 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
530 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) {
531 fd->sc_ops = 0;
802 fd->sc_ops = 0;
/netbsd-current/sys/dev/acpi/
H A Dacpi_apm.c122 sc->sc_ops = &acpiapm_accessops;
/netbsd-current/sys/arch/atari/dev/
H A Dhdfd.c276 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
703 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) {
704 fd->sc_ops = 0;
971 fd->sc_ops = 0;
/netbsd-current/sys/arch/arm/apple/
H A Dapple_nvme.c407 sc->sc_ops = &nvme_ans_ops;
/netbsd-current/sys/arch/sun3/dev/
H A Dfd.c262 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
759 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) {
760 fd->sc_ops = 0;
1194 fd->sc_ops = 0;
/netbsd-current/sys/arch/acorn32/mainbus/
H A Dfd.c245 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
663 if (fd->sc_drivechain.tqe_next && ++fd->sc_ops >= 8) {
664 fd->sc_ops = 0;
936 fd->sc_ops = 0;
/netbsd-current/sys/arch/x68k/dev/
H A Dfd.c247 int sc_ops; /* I/O ops since last switch */ member in struct:fd_softc
793 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) {
794 fd->sc_ops = 0;
1131 fd->sc_ops = 0;
/netbsd-current/sys/dev/isa/
H A Dfd.c796 if (TAILQ_NEXT(fd, sc_drivechain) && ++fd->sc_ops >= 8) {
797 fd->sc_ops = 0;
1081 fd->sc_ops = 0;

Completed in 464 milliseconds

123