Home
last modified time | relevance | path

Searched refs:gpio_request_one (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/drivers/gpio/
H A Dgpiolib-legacy.c21 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() function
54 EXPORT_SYMBOL_GPL(gpio_request_one);
78 err = gpio_request_one(array->gpio, array->flags, array->label); in gpio_request_array()
H A Dgpiolib-devres.c380 rc = gpio_request_one(gpio, flags, label); in devm_gpio_request_one()
/openbmc/linux/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, in gpio_request_one() function
/openbmc/linux/arch/mips/bcm47xx/
H A Dworkarounds.c12 err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, "usb_power"); in bcm47xx_workarounds_enable_usb_power()
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dvision_ep9307.c79 err = gpio_request_one(VISION_LCD_ENABLE, GPIOF_INIT_HIGH, in vision_lcd_setup()
287 if (gpio_request_one(EP93XX_GPIO_LINE_F(7), GPIOF_DIR_IN, in vision_init_machine()
/openbmc/linux/Documentation/translations/zh_CN/driver-api/gpio/
H A Dlegacy.rst210 ## gpio_request_one()
273 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label);
316 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
/openbmc/linux/drivers/misc/eeprom/
H A Ddigsy_mtc_eeprom.c92 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH, in digsy_mtc_eeprom_devices_init()
/openbmc/linux/Documentation/translations/zh_TW/
H A Dgpio.txt217 ## gpio_request_one()
279 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label);
322 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
/openbmc/linux/sound/soc/codecs/
H A Dak4641.c567 ret = gpio_request_one(pdata->gpio_power, in ak4641_i2c_probe()
573 ret = gpio_request_one(pdata->gpio_npdn, in ak4641_i2c_probe()
H A Dwm5100.c2353 ret = gpio_request_one(wm5100->pdata.hp_pol, in wm5100_probe()
2464 ret = gpio_request_one(wm5100->pdata.ldo_ena, in wm5100_i2c_probe()
2475 ret = gpio_request_one(wm5100->pdata.reset, in wm5100_i2c_probe()
H A Dcs42l56.c1203 ret = gpio_request_one(cs42l56->pdata.gpio_nreset, in cs42l56_i2c_probe()
H A Dtwl4030.c262 ret = gpio_request_one(board_params->hs_extmute_gpio, in twl4030_init_chip()
H A Dwm8996.c2775 ret = gpio_request_one(wm8996->pdata.ldo_ena, in wm8996_i2c_probe()
/openbmc/linux/arch/arm/mach-pxa/
H A Dspitz_pm.c109 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
/openbmc/linux/drivers/nfc/nfcmrvl/
H A Dmain.c116 rc = gpio_request_one(priv->config.reset_n_io, in nfcmrvl_nci_register_dev()
/openbmc/linux/sound/soc/
H A Dsoc-jack.c357 ret = gpio_request_one(gpios[i].gpio, GPIOF_IN, in snd_soc_jack_add_gpios()
/openbmc/linux/drivers/input/mouse/
H A Dnavpoint.c220 error = gpio_request_one(pdata->gpio, GPIOF_OUT_INIT_LOW, in navpoint_probe()
/openbmc/linux/sound/arm/
H A Dpxa2xx-ac97-lib.c374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
/openbmc/linux/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c907 gpio_request_one(board.ephy_reset_gpio, in board_register_devices()
/openbmc/linux/Documentation/driver-api/gpio/
H A Dlegacy.rst227 ## gpio_request_one()
296 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label);
340 err = gpio_request_one(31, GPIOF_IN, "Reset Button");
H A Dconsumer.rst464 acquired using e.g. gpio_request_one(), and the returned GPIO descriptor is only
/openbmc/linux/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c740 ret = gpio_request_one(dvb->lna_gpio, flags, NULL); in em28xx_pctv_290e_set_lna()
1710 result = gpio_request_one(dvb->lna_gpio, in em28xx_dvb_init()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhw.c2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label); in ath9k_hw_gpio_cfg_soc()