Home | History | Annotate | Download | only in dev

Lines Matching defs:scc

135 	struct j720kbd_chip *scc = &j720kbd_chip;
138 j720kbd_ifsetup(scc);
141 hpckbd_cnattach(&scc->scc_if);
145 j720kbd_ifsetup(struct j720kbd_chip *scc)
148 scc->scc_if.hii_ctx = scc;
149 scc->scc_if.hii_establish = j720kbd_input_establish;
150 scc->scc_if.hii_poll = j720kbd_poll;
156 struct j720kbd_chip *scc = ic;
159 scc->scc_hpckbd = kbdif;
161 scc->scc_enabled = 1;
180 struct j720kbd_chip *scc = arg;
184 if (!scc->scc_enabled) {
189 j720kbd_read(scc, buf);
195 hpckbd_input(scc->scc_hpckbd, type, key);
202 j720kbd_read(struct j720kbd_chip *scc, char *buf)
204 struct j720ssp_softc *ssp = scc->scc_ssp;