Home
last modified time | relevance | path

Searched refs:tvpll_data (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dtvpll_tuners.h32 extern struct tvpll_data tvpll_tuv1236d_pll;
33 extern struct tvpll_data tvpll_tdvs_h06xf_pll;
Dtvpll_tuners.c41 struct tvpll_data tvpll_tuv1236d_pll = {
54 struct tvpll_data tvpll_tdvs_h06xf_pll = {
Dtvpllvar.h39 struct tvpll_data { struct
56 struct tvpll * tvpll_open(device_t, i2c_tag_t, i2c_addr_t, struct tvpll_data *); argument
Dtvpll.c47 const struct tvpll_data * pll;
55 tvpll_open(device_t parent, i2c_tag_t t, i2c_addr_t a, struct tvpll_data *p) in tvpll_open()
88 const struct tvpll_data *pll; in tvpll_algo()