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

  /src/sys/dev/i2c/
ds2482ow.c 171 ds2482_cmd(i2c_tag_t tag, i2c_addr_t addr, uint8_t *cmd, function in typeref:typename:int
201 ("ds2482_cmd: cmd: %02x ; error: %x %d\n",
238 ("ds2482_cmd: cmd: %02x ; error: %x %d\n",
250 ("ds2482_cmd: DS2482_ONEWIRE_SINGLE_BIT_WRITE:"
287 ("ds2482_cmd: DS2482_ONEWIRE_SINGLE_BIT_READ\n"));
324 ("ds2482_cmd: DS2482_ONEWIRE_WRITE_BYTE:"
357 ("ds2482_cmd: DS2482_ONEWIRE_READ_BYTE\n"));
407 ("ds2482_cmd: DS2482_ONEWIRE_TRIPLET: cmdarg: %02x %d\n",
477 return ds2482_cmd(sc->sc_tag, sc->sc_addr, &cmd, &cmdarg, buf, blen,
515 error = ds2482_cmd(tag, addr, &reg, &rbuf, &obuf, 1
    [all...]
ds2482ow.c 171 ds2482_cmd(i2c_tag_t tag, i2c_addr_t addr, uint8_t *cmd, function in typeref:typename:int
201 ("ds2482_cmd: cmd: %02x ; error: %x %d\n",
238 ("ds2482_cmd: cmd: %02x ; error: %x %d\n",
250 ("ds2482_cmd: DS2482_ONEWIRE_SINGLE_BIT_WRITE:"
287 ("ds2482_cmd: DS2482_ONEWIRE_SINGLE_BIT_READ\n"));
324 ("ds2482_cmd: DS2482_ONEWIRE_WRITE_BYTE:"
357 ("ds2482_cmd: DS2482_ONEWIRE_READ_BYTE\n"));
407 ("ds2482_cmd: DS2482_ONEWIRE_TRIPLET: cmdarg: %02x %d\n",
477 return ds2482_cmd(sc->sc_tag, sc->sc_addr, &cmd, &cmdarg, buf, blen,
515 error = ds2482_cmd(tag, addr, &reg, &rbuf, &obuf, 1
    [all...]

Completed in 59 milliseconds