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

  /src/sys/dev/i2c/
nxt2k.c 1 /* $NetBSD: nxt2k.c,v 1.7 2019/12/31 14:27:50 thorpej Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: nxt2k.c,v 1.7 2019/12/31 14:27:50 thorpej Exp $");
45 struct nxt2k { struct
54 static int nxt2k_init(struct nxt2k *);
56 static int nxt2k_writedata(struct nxt2k *, uint8_t, uint8_t *, size_t);
57 static int nxt2k_readdata(struct nxt2k *, uint8_t, uint8_t *, size_t);
58 static int nxt2k_writereg(struct nxt2k *, uint8_t, uint8_t *, size_t);
59 static int nxt2k_readreg(struct nxt2k*, uint8_t, uint8_t *, size_t);
61 static int nxt2k4_init(struct nxt2k *);
62 static bool nxt2k4_load_firmware(struct nxt2k *);
    [all...]

Completed in 13 milliseconds