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

  /src/sys/dev/usb/
emdtvvar.h 129 bool emdtv_gpio_ctl(struct emdtv_softc *, emdtv_gpio_reg_t, bool);
emdtv.c 123 emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, false);
124 emdtv_gpio_ctl(sc, EMDTV_GPIO_TS1_ON, false);
126 emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, true);
127 emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_ON, true);
386 emdtv_gpio_ctl(struct emdtv_softc *sc, emdtv_gpio_reg_t gpioreg, bool onoff) function in typeref:typename:bool
emdtv_dtv.c 119 emdtv_gpio_ctl(sc, EMDTV_GPIO_ANALOG_ON, false);
120 emdtv_gpio_ctl(sc, EMDTV_GPIO_TS1_ON, true);
121 emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_ON, true);
122 emdtv_gpio_ctl(sc, EMDTV_GPIO_DEMOD1_RESET, true);
450 emdtv_gpio_ctl(sc, EMDTV_GPIO_TUNER1_RESET, true);

Completed in 596 milliseconds