HomeSort by: relevance | last modified time | path
    Searched defs:otus_cmd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
if_otus.c 129 Static int otus_cmd(struct otus_softc *, uint8_t, const void *, int,
796 if (otus_cmd(sc, AR_CMD_ECHO, &in, sizeof(in), &out) != 0) {
1402 otus_cmd(struct otus_softc *sc, uint8_t code, const void *idata, int ilen, function in typeref:typename:Static int
1487 error = otus_cmd(sc, AR_CMD_WREG, sc->sc_write_buf,
1556 error = otus_cmd(sc, AR_CMD_RREG, regs, sizeof(regs), eep);
2824 error = otus_cmd(sc, AR_CMD_FREQ_STRAT, NULL, 0, NULL);
2897 error = otus_cmd(sc, code, &cmd, sizeof(cmd), &rsp);
2991 error = otus_cmd(sc, AR_CMD_EKEY, &key, sizeof(key), NULL);
2998 (void)otus_cmd(sc, AR_CMD_EKEY, &key, sizeof(key), NULL);
3037 (void)otus_cmd(sc, AR_CMD_DKEY, &uid, sizeof(uid), NULL)
    [all...]

Completed in 13 milliseconds