/netbsd-src/sys/dev/ir/ |
H A D | irframe_tty.c | 287 sc = (struct irframet_softc *)tp->t_sc; in irframetopen() 309 tp->t_sc = sc; in irframetopen() 337 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframetclose() 350 tp->t_sc = NULL; in irframetclose() 374 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframetioctl() 502 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframetinput() 585 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframet_open() 605 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframet_close() 626 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframet_read() 713 struct irframet_softc *sc = (struct irframet_softc *)tp->t_sc; in irframet_write() [all …]
|
/netbsd-src/sys/dev/hpc/ |
H A D | hpf1275a_tty.c | 330 tp->t_sc = sc; in hpf1275a_open() 344 struct hpf1275a_softc *sc = tp->t_sc; in hpf1275a_close() 354 tp->t_sc = NULL; in hpf1275a_close() 369 struct hpf1275a_softc *sc = tp->t_sc; in hpf1275a_input()
|
/netbsd-src/sys/dev/bluetooth/ |
H A D | btuart.c | 236 sc = tp->t_sc; in btuartopen() 266 tp->t_sc = sc; in btuartopen() 280 struct btuart_softc *sc = tp->t_sc; in btuartclose() 294 tp->t_sc = NULL; in btuartclose() 311 struct btuart_softc *sc = tp->t_sc; in btuartioctl() 335 struct btuart_softc *sc = tp->t_sc; in btuartinput() 482 struct btuart_softc *sc = tp->t_sc; in btuartstart()
|
H A D | bcsp.c | 383 sc = tp->t_sc; in bcspopen() 410 tp->t_sc = sc; in bcspopen() 430 struct bcsp_softc *sc = tp->t_sc; in bcspclose() 448 tp->t_sc = NULL; in bcspclose() 465 struct bcsp_softc *sc = tp->t_sc; in bcspioctl() 500 struct bcsp_softc *sc = tp->t_sc; in bcsp_slip_transmit() 607 struct bcsp_softc *sc = tp->t_sc; in bcsp_slip_receive()
|
H A D | bth5.c | 388 sc = tp->t_sc; in bth5open() 415 tp->t_sc = sc; in bth5open() 435 struct bth5_softc *sc = tp->t_sc; in bth5close() 453 tp->t_sc = NULL; in bth5close() 470 struct bth5_softc *sc = tp->t_sc; in bth5ioctl() 499 struct bth5_softc *sc = tp->t_sc; in bth5_slip_transmit() 643 struct bth5_softc *sc = tp->t_sc; in bth5_slip_receive()
|
/netbsd-src/sys/net/ |
H A D | ppp_tty.c | 201 sc = (struct ppp_softc *) tp->t_sc; in pppopen() 234 tp->t_sc = (void *) sc; in pppopen() 261 sc = (struct ppp_softc *) tp->t_sc; in pppclose() 263 tp->t_sc = NULL; in pppclose() 302 struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc; in pppread() 357 struct ppp_softc *sc = (struct ppp_softc *)tp->t_sc; in pppwrite() 419 struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc; in ppptioctl() 733 struct ppp_softc *sc = (struct ppp_softc *) tp->t_sc; in pppstart() 821 sc = (struct ppp_softc *) tp->t_sc; in pppinput()
|
H A D | if_sl.c | 350 tp->t_sc = (void *)sc; in slopen() 400 sc = tp->t_sc; in slclose() 415 tp->t_sc = NULL; in slclose() 446 struct sl_softc *sc = (struct sl_softc *)tp->t_sc; in sltioctl() 554 struct sl_softc *sc = tp->t_sc; in slstart() 620 sc = (struct sl_softc *)tp->t_sc; in slinput()
|
/netbsd-src/sys/dev/sun/ |
H A D | sunkbd.c | 151 tp->t_sc = k; in sunkbd_attach() 243 struct kbd_sun_softc *k = tp->t_sc; in sunkbdinput() 285 struct kbd_sun_softc *k = tp->t_sc; in sunkbdstart()
|
H A D | sunms.c | 150 tp->t_sc = ms; in sunms_attach() 215 struct ms_softc *ms = tp->t_sc; in sunmsinput()
|
/netbsd-src/sys/arch/arm/iomd/ |
H A D | iomdkbc.c | 69 struct iomdkbc_softc *t_sc; member 147 t->t_sc = sc; in iomdkbc_attach() 165 t->t_sc = sc; in iomdkbc_attach()
|
/netbsd-src/sys/dev/ic/ |
H A D | pckbc.c | 474 if (t->t_sc) { in pckbc_set_poll() 476 pckbcintr(t->t_sc); in pckbc_set_poll() 487 (*t->t_sc->intr_establish)(t->t_sc, slot); in pckbc_intr_establish() 693 pckbcintr(t->t_sc); in pckbc_resume()
|
H A D | pckbcvar.h | 68 struct pckbc_softc *t_sc; /* back pointer */ member
|
/netbsd-src/sys/dev/wscons/ |
H A D | wskbd.c | 177 struct wskbd_softc *t_sc; /* back pointer */ member 452 sc->id->t_sc = sc; in wskbd_attach() 1466 if (id->t_sc && new_state != id->t_sc->sc_ledstate) { in update_leds() 1467 (*id->t_sc->sc_accessops->set_leds) in update_leds() 1468 (id->t_sc->sc_accesscookie, new_state); in update_leds() 1469 id->t_sc->sc_ledstate = new_state; in update_leds() 1688 struct wskbd_softc *sc = id->t_sc; in wskbd_translate()
|
/netbsd-src/sys/arch/next68k/dev/ |
H A D | nextkbd.c | 70 struct nextkbd_softc *t_sc; /* back pointer */ member 167 sc->id->t_sc = sc; /* set back pointer */ in nextkbd_attach()
|
/netbsd-src/sys/arch/sgimips/mace/ |
H A D | macekbc.c | 71 struct macekbc_softc *t_sc; member 152 t->t_sc = sc; in macekbc_attach()
|
/netbsd-src/sys/arch/evbppc/explora/dev/ |
H A D | pckbc_elb.c | 104 t->t_sc = sc; in pckbc_elb_attach()
|
/netbsd-src/sys/arch/arm/samsung/ |
H A D | exynos_uart.c | 262 tp->t_sc = sc; in exynos_uart_attach() 505 struct exynos_uart_softc *sc = tp->t_sc; in exynos_uart_start() 537 struct exynos_uart_softc *sc = tp->t_sc; in exynos_uart_param()
|
/netbsd-src/sys/arch/usermode/dev/ |
H A D | ttycons.c | 137 sc->sc_tty->t_sc = sc; in ttycons_attach() 316 struct ttycons_softc *sc = t->t_sc; in ttycons_start()
|
/netbsd-src/sys/arch/evbppc/walnut/dev/ |
H A D | pckbc_pbus.c | 125 t->t_sc = sc; in pckbc_pbus_attach()
|
/netbsd-src/sys/arch/alpha/jensenio/ |
H A D | pckbc_jensenio.c | 123 t->t_sc = sc; in pckbc_jensenio_attach()
|
/netbsd-src/sys/arch/sgimips/hpc/ |
H A D | pckbc_hpc.c | 121 t->t_sc = sc; in pckbc_hpc_attach()
|
/netbsd-src/sys/arch/alpha/sableio/ |
H A D | pckbc_sableio.c | 124 t->t_sc = sc; in pckbc_sableio_attach()
|
/netbsd-src/sys/arch/arc/jazz/ |
H A D | pckbc_jazzio.c | 157 t->t_sc = sc; in pckbc_jazzio_attach()
|
/netbsd-src/sys/dev/ofisa/ |
H A D | pckbc_ofisa.c | 137 t->t_sc = sc; in pckbc_ofisa_attach()
|
/netbsd-src/sys/arch/i386/pnpbios/ |
H A D | pckbc_pnpbios.c | 165 t->t_sc = &first->sc_pckbc; in pckbc_pnpbios_attach()
|