Searched refs:gpio_request_one (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpio/ |
H A D | gpiolib-legacy.c | 25 * gpio_request_one - request a single GPIO with initial configuration 35 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label) in gpio_request_one() function 63 EXPORT_SYMBOL_GPL(gpio_request_one); 110 rc = gpio_request_one(gpio, flags, label); in devm_gpio_request_one()
|
/linux/include/linux/ |
H A D | gpio.h | 88 int gpio_request_one(unsigned gpio, unsigned long flags, const char *label); 110 static inline int gpio_request_one(unsigned gpio, in gpio_request_one() function
|
/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()
|
/linux/arch/arm/mach-pxa/ |
H A D | spitz_pm.c | 111 gpio_request_one(18, GPIOF_OUT_INIT_HIGH, "Unknown"); in spitz_presuspend()
|
/linux/drivers/nfc/nfcmrvl/ |
H A D | main.c | 116 rc = gpio_request_one(priv->config.reset_n_io, in nfcmrvl_nci_register_dev()
|
/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() 377 pr_err("%s: gpio_request_one() failed: %d\n", in pxa2xx_ac97_hw_probe()
|
/linux/arch/mips/bcm63xx/boards/ |
H A D | board_bcm963xx.c | 907 gpio_request_one(board.ephy_reset_gpio, in board_register_devices()
|
/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()
|
/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 466 acquired using e.g. gpio_request_one(), and the returned GPIO descriptor is only
|