HomeSort by: relevance | last modified time | path
    Searched refs:tvpll (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/i2c/
tvpll.c 1 /* $NetBSD: tvpll.c,v 1.8 2019/12/23 15:25:08 thorpej Exp $ */
30 __KERNEL_RCSID(0, "$NetBSD: tvpll.c,v 1.8 2019/12/23 15:25:08 thorpej Exp $");
43 struct tvpll { struct
51 static uint32_t tvpll_algo(struct tvpll *, uint8_t *,
54 struct tvpll *
57 struct tvpll *tvpll; local in function:tvpll_open
59 tvpll = kmem_alloc(sizeof(struct tvpll), KM_SLEEP);
60 tvpll->tag = t
    [all...]
tvpllvar.h 56 struct tvpll * tvpll_open(device_t, i2c_tag_t, i2c_addr_t, struct tvpll_data *);
57 void tvpll_close(struct tvpll *);
58 int tvpll_tune_dtv(struct tvpll *, const struct dvb_frontend_parameters *);
59 int tvpll_get_status(struct tvpll *);
  /src/sys/modules/tvpll/
Makefile 7 KMOD= tvpll
8 SRCS= tvpll.c tvpll_tuners.c
  /src/sys/modules/
Makefile 462 SUBDIR+= tvpll
  /src/share/man/man4/
Makefile 177 dtviic.4 tvpll.4 \

Completed in 13 milliseconds