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

  /src/sys/dev/i2c/
tvpllvar.h 56 struct tvpll * tvpll_open(device_t, i2c_tag_t, i2c_addr_t, struct tvpll_data *);
tvpll.c 55 tvpll_open(device_t parent, i2c_tag_t t, i2c_addr_t a, struct tvpll_data *p) function in typeref:struct:tvpll *
  /src/sys/dev/pci/
cxdtv.c 449 sc->sc_tuner = tvpll_open(sc->sc_dev, &sc->sc_i2c, 0x61, &tvpll_tuv1236d_pll);
451 sc->sc_tuner = tvpll_open(sc->sc_dev, &sc->sc_i2c, 0x61, &tvpll_tdvs_h06xf_pll);

Completed in 13 milliseconds