tvpll_data
const struct tvpll_data * pll;
tvpll_open(device_t parent, i2c_tag_t t, i2c_addr_t a, struct tvpll_data *p)
const struct tvpll_data *pll;
struct tvpll_data tvpll_tuv1236d_pll = {
struct tvpll_data tvpll_tdvs_h06xf_pll = {
extern struct tvpll_data tvpll_tuv1236d_pll;
extern struct tvpll_data tvpll_tdvs_h06xf_pll;
struct tvpll * tvpll_open(device_t, i2c_tag_t, i2c_addr_t, struct tvpll_data *);