HomeSort by: relevance | last modified time | path
    Searched defs:tvpll (Results 1 - 2 of 2) 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...]
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...]

Completed in 54 milliseconds