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...] |