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

  /src/sys/dev/usb/
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.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

Completed in 22 milliseconds