Searched refs:gpio_request_one (Results 1 - 16 of 16) sorted by relevance

/linux-master/arch/mips/bcm47xx/
H A Dworkarounds.c12 err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, "usb_power");
/linux-master/drivers/gpio/
H A Dgpiolib-legacy.c19 * gpio_request_one - request a single GPIO with initial configuration
26 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) function
59 EXPORT_SYMBOL_GPL(gpio_request_one); variable
88 err = gpio_request_one(array->gpio, array->flags, array->label);
H A Dgpiolib-devres.c380 rc = gpio_request_one(gpio, flags, label);
/linux-master/include/linux/
H A Dgpio.h116 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label);
143 static inline int gpio_request_one(unsigned gpio, function
/linux-master/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c92 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH,
/linux-master/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c79 err = gpio_request_one(VISION_LCD_ENABLE, GPIOF_INIT_HIGH,
296 if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN,
/linux-master/sound/soc/codecs/
H A Dak4641.c567 ret = gpio_request_one(pdata->gpio_power,
573 ret = gpio_request_one(pdata->gpio_npdn,
H A Dcs42l56.c1203 ret = gpio_request_one(cs42l56->pdata.gpio_nreset,
H A Dtwl4030.c262 ret = gpio_request_one(board_params->hs_extmute_gpio,
/linux-master/drivers/nfc/nfcmrvl/
H A Dmain.c116 rc = gpio_request_one(priv->config.reset_n_io,
/linux-master/arch/arm/mach-pxa/
H A Dspitz_pm.c109 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown");
/linux-master/sound/arm/
H A Dpxa2xx-ac97-lib.c374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH,
377 pr_err("%s: gpio_request_one() failed: %d\n",
/linux-master/sound/soc/
H A Dsoc-jack.c357 ret = gpio_request_one(gpios[i].gpio, GPIOF_IN,
/linux-master/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c907 gpio_request_one(board.ephy_reset_gpio,
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c740 ret = gpio_request_one(dvb->lna_gpio, flags, NULL);
1710 result = gpio_request_one(dvb->lna_gpio,
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.c2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label);

Completed in 203 milliseconds