Home
last modified time | relevance | path

Searched refs:t_sc (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/sys/dev/ir/
H A Dirframe_tty.c287 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 Dhpf1275a_tty.c330 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 Dbtuart.c236 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 Dbcsp.c383 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 Dbth5.c388 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 Dppp_tty.c201 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 Dif_sl.c350 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 Dsunkbd.c151 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 Dsunms.c150 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 Diomdkbc.c69 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 Dpckbc.c474 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 Dpckbcvar.h68 struct pckbc_softc *t_sc; /* back pointer */ member
/netbsd-src/sys/dev/wscons/
H A Dwskbd.c177 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 Dnextkbd.c70 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 Dmacekbc.c71 struct macekbc_softc *t_sc; member
152 t->t_sc = sc; in macekbc_attach()
/netbsd-src/sys/arch/evbppc/explora/dev/
H A Dpckbc_elb.c104 t->t_sc = sc; in pckbc_elb_attach()
/netbsd-src/sys/arch/arm/samsung/
H A Dexynos_uart.c262 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 Dttycons.c137 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 Dpckbc_pbus.c125 t->t_sc = sc; in pckbc_pbus_attach()
/netbsd-src/sys/arch/alpha/jensenio/
H A Dpckbc_jensenio.c123 t->t_sc = sc; in pckbc_jensenio_attach()
/netbsd-src/sys/arch/sgimips/hpc/
H A Dpckbc_hpc.c121 t->t_sc = sc; in pckbc_hpc_attach()
/netbsd-src/sys/arch/alpha/sableio/
H A Dpckbc_sableio.c124 t->t_sc = sc; in pckbc_sableio_attach()
/netbsd-src/sys/arch/arc/jazz/
H A Dpckbc_jazzio.c157 t->t_sc = sc; in pckbc_jazzio_attach()
/netbsd-src/sys/dev/ofisa/
H A Dpckbc_ofisa.c137 t->t_sc = sc; in pckbc_ofisa_attach()
/netbsd-src/sys/arch/i386/pnpbios/
H A Dpckbc_pnpbios.c165 t->t_sc = &first->sc_pckbc; in pckbc_pnpbios_attach()

12