Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpio/
H A Dgpiolib-legacy.c35 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() function
63 EXPORT_SYMBOL_GPL(gpio_request_one);
148 rc = gpio_request_one(gpio, flags, label); in devm_gpio_request_one()
/linux-6.15/include/linux/
H A Dgpio.h111 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label);
134 static inline int gpio_request_one(unsigned gpio, in gpio_request_one() function
/linux-6.15/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()
/linux-6.15/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 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()
/linux-6.15/arch/arm/mach-pxa/
H A Dspitz_pm.c111 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
/linux-6.15/drivers/nfc/nfcmrvl/
H A Dmain.c116 rc = gpio_request_one(priv->config.reset_n_io, in nfcmrvl_nci_register_dev()
/linux-6.15/sound/arm/
H A Dpxa2xx-ac97-lib.c374 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
/linux-6.15/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c907 gpio_request_one(board.ephy_reset_gpio, in board_register_devices()
/linux-6.15/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()
/linux-6.15/Documentation/driver-api/gpio/
H A Dconsumer.rst466 acquired using e.g. gpio_request_one(), and the returned GPIO descriptor is only