Searched refs:GPIO_POWER (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/pcmcia/
H A Dxxs1500_ss.c53 #define GPIO_POWER 214 macro
87 gpio_set_value(GPIO_POWER, 1); /* power off */
90 gpio_set_value(GPIO_POWER, 0); /* power on */
142 status |= gpio_get_value(GPIO_POWER) ? 0 : SS_POWERON;
166 gpio_direction_output(GPIO_POWER, 1); /* power off */
/linux-master/drivers/usb/host/
H A Dfhci-hub.c57 fhci_gpio_set_value(fhci, GPIO_POWER, false);
61 fhci_gpio_set_value(fhci, GPIO_POWER, true);
H A Dfhci.h231 GPIO_POWER, enumerator in enum:fhci_gpios

Completed in 130 milliseconds