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

  /src/sys/dev/i2c/
nxt2k.c 57 static int nxt2k_readdata(struct nxt2k *, uint8_t, uint8_t *, size_t);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len) function in typeref:typename:int
129 nxt2k_readdata(nxt, 0x21, &buf, 1);
159 nxt2k_readdata(nxt, 0x36+i, &data[i], 1);
190 nxt2k_readdata(nxt, 0x31, &buf, 1);
232 nxt2k_readdata(nxt, 0x21, &byte, 1);
335 nxt2k_readdata(nxt, 0x2c, buf, 1);
431 nxt2k_readdata(nxt, 0x10, buf, 1);
434 nxt2k_readdata(nxt, 0x0a, buf, 1);
478 nxt2k_readdata(nxt, 0x10, buf, 1)
    [all...]
nxt2k.c 57 static int nxt2k_readdata(struct nxt2k *, uint8_t, uint8_t *, size_t);
92 nxt2k_readdata(struct nxt2k *nxt, uint8_t reg, uint8_t *data, size_t len) function in typeref:typename:int
129 nxt2k_readdata(nxt, 0x21, &buf, 1);
159 nxt2k_readdata(nxt, 0x36+i, &data[i], 1);
190 nxt2k_readdata(nxt, 0x31, &buf, 1);
232 nxt2k_readdata(nxt, 0x21, &byte, 1);
335 nxt2k_readdata(nxt, 0x2c, buf, 1);
431 nxt2k_readdata(nxt, 0x10, buf, 1);
434 nxt2k_readdata(nxt, 0x0a, buf, 1);
478 nxt2k_readdata(nxt, 0x10, buf, 1)
    [all...]

Completed in 25 milliseconds