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

  /src/sys/dev/i2c/
tvpll_tuners.h 32 extern struct tvpll_data tvpll_tuv1236d_pll;
33 extern struct tvpll_data tvpll_tdvs_h06xf_pll;
tvpll_tuners.c 41 struct tvpll_data tvpll_tuv1236d_pll = {
54 struct tvpll_data tvpll_tdvs_h06xf_pll = {
tvpllvar.h 39 struct tvpll_data { struct
56 struct tvpll * tvpll_open(device_t, i2c_tag_t, i2c_addr_t, struct tvpll_data *);
tvpll.c 47 const struct tvpll_data * pll;
55 tvpll_open(device_t parent, i2c_tag_t t, i2c_addr_t a, struct tvpll_data *p)
88 const struct tvpll_data *pll;

Completed in 42 milliseconds