HomeSort by: relevance | last modified time | path
    Searched refs:sc_unit (Results 1 - 25 of 80) sorted by relevancy

1 2 3 4

  /src/sys/arch/dreamcast/dev/maple/
mkbdvar.h 50 struct maple_unit *sc_unit; member in struct:mkbd_softc
mms.c 87 struct maple_unit *sc_unit; member in struct:mms_softc
133 sc->sc_unit = ma->ma_unit;
163 maple_set_callback(parent, sc->sc_unit, MAPLE_FN_MOUSE, mms_intr, sc);
183 maple_enable_periodic(sc->sc_parent, sc->sc_unit, MAPLE_FN_MOUSE, 1);
192 maple_enable_periodic(sc->sc_parent, sc->sc_unit, MAPLE_FN_MOUSE, 0);
mmemcard.c 110 struct maple_unit *sc_unit; member in struct:mmem_softc
245 sc->sc_unit = ma->ma_unit;
309 maple_set_callback(parent, sc->sc_unit, MAPLE_FN_MEMCARD,
317 maple_command(sc->sc_parent, sc->sc_unit, MAPLE_FN_MEMCARD,
468 maple_command(sc->sc_parent, sc->sc_unit,
477 maple_command(sc->sc_parent, sc->sc_unit,
503 maple_command(sc->sc_parent, sc->sc_unit,
544 maple_command(sc->sc_parent, sc->sc_unit,
575 maple_command(sc->sc_parent, sc->sc_unit,
584 maple_command(sc->sc_parent, sc->sc_unit,
    [all...]
  /src/sys/arch/hpcmips/vr/
vrpiuvar.h 47 int sc_unit; member in struct:vrpiu_softc
vrdsiu_mouse.c 66 int sc_unit; member in struct:vrdsiu_softc
142 sc->sc_unit = va->va_unit;
147 vrip_intr_establish(sc->sc_vrip, sc->sc_unit, 0, IPL_TTY,
172 vrip_power(sc->sc_vrip, sc->sc_unit, 1);
189 vrip_power(sc->sc_vrip, sc->sc_unit, 1);
  /src/sys/dev/marvell/
gtpcivar.h 35 int sc_unit; member in struct:gtpci_softc
gtmpscvar.h 90 int sc_unit; member in struct:gtmpsc_softc
  /src/sys/net/
if_slvar.h 45 int sc_unit; /* XXX unit number */ member in struct:sl_softc
if_pppvar.h 95 int sc_unit; /* XXX unit number */ member in struct:ppp_softc
  /src/sys/arch/arm/imx/
imxusbvar.h 85 uint sc_unit; member in struct:imxehci_softc
  /src/sys/dev/qbus/
uda.c 97 struct uba_unit sc_unit; /* Struct common for UBA to communicate */ member in struct:uda_softc
220 sc->sc_unit.uu_dev = self; /* Backpointer to softc */
221 sc->sc_unit.uu_ready = udaready;/* go routine called from adapter */
222 sc->sc_unit.uu_keepbdp = vax_cputype == VAX_750 ? 1 : 0;
436 if (sc->sc_unit.uu_bdp) {
437 /* printf("<%d>", UBAI_BDP(sc->sc_unit.uu_bdp)); */
438 sc->sc_unit.uu_bdp = 0;
  /src/sys/arch/pmax/stand/common/
rz.c 53 int sc_unit; /* disk unit number */ member in struct:rz_softc
147 sc->sc_unit = unit;
  /src/sys/dev/sdmmc/
sbt.c 61 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */ member in struct:sbt_softc
201 sc->sc_unit = hci_attach_pcb(&sbt_hci, self, 0);
211 if (sc->sc_unit) {
212 hci_detach_pcb(sc->sc_unit);
213 sc->sc_unit = NULL;
366 hci_input_acl(sc->sc_unit, m);
371 hci_input_sco(sc->sc_unit, m);
376 hci_input_event(sc->sc_unit, m);
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 74 int sc_unit; /* tcon0 or tcon1 */ member in struct:sunxi_tcon_softc
166 sc->sc_unit = -1;
240 if (sc->sc_unit != 0) {
264 bool do_print = (sc->sc_unit == -1);
269 if (sc->sc_unit != -1 && rep_idx != -1 &&
270 sc->sc_unit != rep_idx) {
273 rep_idx, sc->sc_unit);
284 sc->sc_unit = rep_idx;
287 sc->sc_unit = 0;
290 aprint_verbose_dev(self, "tcon unit %d\n", sc->sc_unit);
    [all...]
sunxi_debe.c 97 int sc_unit; /* debe0 or debe1 */ member in struct:sunxi_debe_softc
209 sc->sc_unit = -1;
285 bool do_print = (sc->sc_unit == -1);
290 if (sc->sc_unit != -1 && rep_idx != -1 &&
291 sc->sc_unit != rep_idx) {
294 rep_idx, sc->sc_unit);
304 sc->sc_unit = rep_idx;
307 sc->sc_unit = 0;
310 aprint_verbose_dev(self, "debe unit %d\n", sc->sc_unit);
370 &sc->sc_ports, SUNXI_PORT_OUTPUT, sc->sc_unit);
    [all...]
  /src/sys/arch/arm/xscale/
ixp425_npevar.h 90 int sc_unit; member in struct:ixpnpe_softc
  /src/sys/arch/bebox/stand/boot/
wdvar.h 66 u_int sc_unit; member in struct:wd_softc
  /src/sys/dev/
ccdvar.h 166 int sc_unit; member in struct:ccd_softc
  /src/sys/dist/pf/net/
if_pflog.h 36 int sc_unit; member in struct:pflog_softc
  /src/sys/arch/next68k/stand/boot/
sd.c 58 int sc_unit; member in struct:sd_softc
129 error = scsiicmd(ss->sc_unit, ss->sc_lun, (u_char *)&cdb, sizeof(cdb),
225 ss->sc_unit = unit;
290 error = scsiicmd(ss->sc_unit, ss->sc_lun,
  /src/sys/arch/hp300/stand/common/
sd.c 64 int sc_unit; member in struct:sd_softc
175 ss->sc_ctlr, ss->sc_unit, ss->sc_part, msg);
214 ss->sc_unit = unit;
251 int unit = ss->sc_unit;
  /src/sys/dev/pcmcia/
bt3c.c 106 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */ member in struct:bt3c_softc
400 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
409 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
418 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
469 else if (!hci_complete_sco(sc->sc_unit, m))
975 sc->sc_unit = hci_attach_pcb(&bt3c_hci, self, BTF_POWER_UP_NOOP);
976 if (sc->sc_unit == NULL)
1001 if (sc->sc_unit) {
1002 hci_detach_pcb(sc->sc_unit);
1003 sc->sc_unit = NULL
    [all...]
btbc.c 81 struct hci_unit *sc_unit; /* Bluetooth HCI Unit */ member in struct:btbc_softc
190 sc->sc_unit = hci_attach_pcb(&btbc_hci, self, 0);
191 if (sc->sc_unit == NULL)
216 if (sc->sc_unit) {
217 hci_detach_pcb(sc->sc_unit);
218 sc->sc_unit = NULL;
231 if (sc->sc_unit) {
232 hci_detach_pcb(sc->sc_unit);
233 sc->sc_unit = NULL;
245 KASSERT(sc->sc_unit == NULL)
    [all...]
  /src/sys/dev/bluetooth/
btuart.c 59 struct hci_unit *sc_unit; /* Bluetooth HCI handle */ member in struct:btuart_softc
190 sc->sc_unit = hci_attach_pcb(&btuart_hci, self, 0);
191 if (sc->sc_unit == NULL)
206 if (sc->sc_unit) {
207 hci_detach_pcb(sc->sc_unit);
208 sc->sc_unit = NULL;
448 if (!hci_input_acl(sc->sc_unit, sc->sc_rxp))
456 if (!hci_input_sco(sc->sc_unit, sc->sc_rxp))
464 if (!hci_input_event(sc->sc_unit, sc->sc_rxp))
523 else if (!hci_complete_sco(sc->sc_unit, m)
    [all...]
  /src/sys/arch/mipsco/stand/common/
saio.c 50 int sc_unit; /* disk unit number */ member in struct:saio_softc
181 sc->sc_unit = unit;

Completed in 22 milliseconds

1 2 3 4