/openbmc/linux/drivers/gpio/ |
H A D | gpiolib-legacy.c | 21 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 D | gpiolib-devres.c | 380 rc = gpio_request_one(gpio, flags, label); in devm_gpio_request_one()
|
/openbmc/linux/include/linux/ |
H A D | gpio.h | 116 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 D | workarounds.c | 12 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 D | vision_ep9307.c | 79 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 D | legacy.rst | 210 ## 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 D | digsy_mtc_eeprom.c | 92 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 D | gpio.txt | 217 ## 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 D | ak4641.c | 567 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 D | wm5100.c | 2353 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 D | cs42l56.c | 1203 ret = gpio_request_one(cs42l56->pdata.gpio_nreset, in cs42l56_i2c_probe()
|
H A D | twl4030.c | 262 ret = gpio_request_one(board_params->hs_extmute_gpio, in twl4030_init_chip()
|
H A D | wm8996.c | 2775 ret = gpio_request_one(wm8996->pdata.ldo_ena, in wm8996_i2c_probe()
|
/openbmc/linux/arch/arm/mach-pxa/ |
H A D | spitz_pm.c | 109 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
|
/openbmc/linux/drivers/nfc/nfcmrvl/ |
H A D | main.c | 116 rc = gpio_request_one(priv->config.reset_n_io, in nfcmrvl_nci_register_dev()
|
/openbmc/linux/sound/soc/ |
H A D | soc-jack.c | 357 ret = gpio_request_one(gpios[i].gpio, GPIOF_IN, in snd_soc_jack_add_gpios()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | navpoint.c | 220 error = gpio_request_one(pdata->gpio, GPIOF_OUT_INIT_LOW, in navpoint_probe()
|
/openbmc/linux/sound/arm/ |
H A D | pxa2xx-ac97-lib.c | 374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
|
/openbmc/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 907 gpio_request_one(board.ephy_reset_gpio, in board_register_devices()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | legacy.rst | 227 ## 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 D | consumer.rst | 464 acquired using e.g. gpio_request_one(), and the returned GPIO descriptor is only
|
/openbmc/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-dvb.c | 740 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 D | hw.c | 2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label); in ath9k_hw_gpio_cfg_soc()
|