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

  /external/u-boot/board/qualcomm/dragonboard410c/
dragonboard410c.c 47 static struct gpio_desc hub_reset, usb_sel; local
77 if (!dm_gpio_is_valid(&usb_sel)) {
86 "gpios", 0, &usb_sel, 0);
99 dm_gpio_set_dir_flags(&usb_sel,
106 dm_gpio_set_dir_flags(&usb_sel, GPIOD_IS_OUT);
  /external/u-boot/board/gateworks/gw_ventana/
common.h 74 int usb_sel; member in struct:ventana
common.c 845 .usb_sel = IMX_GPIO_NR(1, 2),
929 .usb_sel = IMX_GPIO_NR(1, 7),
1086 if (gpio_cfg[board].usb_sel) {
1087 gpio_request(gpio_cfg[board].usb_sel, "usb_pcisel");
1088 gpio_direction_output(gpio_cfg[board].usb_sel, 0);
1180 if (gpio_cfg[board].usb_sel) {
1181 gpio_direction_output(gpio_cfg[board].usb_sel,
    [all...]

Completed in 769 milliseconds