Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpio/
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()
Dgpiolib-devres.c380 rc = gpio_request_one(gpio, flags, label); in devm_gpio_request_one()
/Linux-v6.6/include/linux/
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
/Linux-v6.6/arch/arm/mach-ep93xx/
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()
/Linux-v6.6/arch/mips/bcm47xx/
Dworkarounds.c12 err = gpio_request_one(usb_power, GPIOF_OUT_INIT_HIGH, "usb_power"); in bcm47xx_workarounds_enable_usb_power()
/Linux-v6.6/Documentation/translations/zh_CN/driver-api/gpio/
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");
/Linux-v6.6/Documentation/translations/zh_TW/
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");
/Linux-v6.6/drivers/misc/eeprom/
Ddigsy_mtc_eeprom.c92 ret = gpio_request_one(GPIO_EEPROM_OE, GPIOF_OUT_INIT_HIGH, in digsy_mtc_eeprom_devices_init()
/Linux-v6.6/sound/soc/codecs/
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()
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()
Dcs42l56.c1203 ret = gpio_request_one(cs42l56->pdata.gpio_nreset, in cs42l56_i2c_probe()
Dtwl4030.c262 ret = gpio_request_one(board_params->hs_extmute_gpio, in twl4030_init_chip()
Dwm8996.c2775 ret = gpio_request_one(wm8996->pdata.ldo_ena, in wm8996_i2c_probe()
/Linux-v6.6/arch/arm/mach-pxa/
Dspitz_pm.c109 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
/Linux-v6.6/drivers/nfc/nfcmrvl/
Dmain.c116 rc = gpio_request_one(priv->config.reset_n_io, in nfcmrvl_nci_register_dev()
/Linux-v6.6/drivers/input/mouse/
Dnavpoint.c220 error = gpio_request_one(pdata->gpio, GPIOF_OUT_INIT_LOW, in navpoint_probe()
/Linux-v6.6/sound/soc/
Dsoc-jack.c357 ret = gpio_request_one(gpios[i].gpio, GPIOF_IN, in snd_soc_jack_add_gpios()
/Linux-v6.6/sound/arm/
Dpxa2xx-ac97-lib.c374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
/Linux-v6.6/arch/mips/bcm63xx/boards/
Dboard_bcm963xx.c907 gpio_request_one(board.ephy_reset_gpio, in board_register_devices()
/Linux-v6.6/Documentation/driver-api/gpio/
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");
Dconsumer.rst464 acquired using e.g. gpio_request_one(), and the returned GPIO descriptor is only
/Linux-v6.6/drivers/media/usb/em28xx/
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()
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhw.c2735 err = gpio_request_one(gpio, out ? GPIOF_OUT_INIT_LOW : GPIOF_IN, label); in ath9k_hw_gpio_cfg_soc()