HomeSort by relevance Sort by last modified time
    Searched refs:gps_shdn (Results 1 - 2 of 2) sorted by null

  /external/u-boot/board/gateworks/gw_ventana/
common.h 70 int gps_shdn; member in struct:ventana
common.c 192 /* GPS_SHDN */
221 /* GPS_SHDN */
260 /* GPS_SHDN */
823 .gps_shdn = IMX_GPIO_NR(1, 2),
843 .gps_shdn = IMX_GPIO_NR(1, 27),
868 .gps_shdn = IMX_GPIO_NR(1, 27),
1061 /* GPS_SHDN */
1062 if (gpio_cfg[board].gps_shdn) {
1063 gpio_request(gpio_cfg[board].gps_shdn, "gps_shdn");
    [all...]

Completed in 87 milliseconds