OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nxt2k
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/i2c/
nxt2kvar.h
35
struct
nxt2k
;
37
struct
nxt2k
* nxt2k_open(device_t, i2c_tag_t, i2c_addr_t, unsigned int);
38
void nxt2k_close(struct
nxt2k
*);
39
void nxt2k_enable(struct
nxt2k
*, bool);
40
int nxt2k_set_modulation(struct
nxt2k
*, fe_modulation_t);
41
fe_status_t nxt2k_get_dtv_status(struct
nxt2k
*);
42
uint16_t nxt2k_get_signal(struct
nxt2k
*);
43
uint16_t nxt2k_get_snr(struct
nxt2k
*);
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
...]
/src/sys/modules/nxt2k/
Makefile
7
KMOD=
nxt2k
8
SRCS=
nxt2k
.c
/src/sys/modules/
Makefile
461
SUBDIR+=
nxt2k
/src/share/man/man4/
Makefile
175
dtviic.4
nxt2k
.4 \
Completed in 14 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025