Home
last modified time | relevance | path

Searched refs:scc_if (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/hpcmips/dev/
H A Dm38813c.c64 struct hpckbd_ic_if scc_if; member
123 haa.haa_ic = &sc->sc_chip->scc_if; in m38813c_attach()
132 scc->scc_if.hii_ctx = scc; in m38813c_ifsetup()
134 scc->scc_if.hii_establish = m38813c_input_establish; in m38813c_ifsetup()
135 scc->scc_if.hii_poll = m38813c_intr; in m38813c_ifsetup()
147 hpckbd_cnattach(&scc->scc_if); in m38813c_cnattach()
H A Dtc5165buf.c73 struct hpckbd_ic_if scc_if; member
148 haa.haa_ic = &sc->sc_chip->scc_if; in tc5165buf_attach()
157 scc->scc_if.hii_ctx = scc; in tc5165buf_ifsetup()
158 scc->scc_if.hii_establish = tc5165buf_input_establish; in tc5165buf_ifsetup()
159 scc->scc_if.hii_poll = tc5165buf_poll; in tc5165buf_ifsetup()
171 hpckbd_cnattach(&scc->scc_if); in tc5165buf_cnattach()
/netbsd-src/sys/arch/hpcarm/dev/
H A Dj720kbd.c67 struct hpckbd_ic_if scc_if; member
128 haa.haa_ic = &sc->sc_chip->scc_if; in j720kbd_attach()
141 hpckbd_cnattach(&scc->scc_if); in j720kbd_cnattach()
148 scc->scc_if.hii_ctx = scc; in j720kbd_ifsetup()
149 scc->scc_if.hii_establish = j720kbd_input_establish; in j720kbd_ifsetup()
150 scc->scc_if.hii_poll = j720kbd_poll; in j720kbd_ifsetup()