Symbol: gpiochip_request_own_desc
arch/arm/mach-omap1/ams-delta-fiq.c
103
gpiod = gpiochip_request_own_desc(chip, i, pin_name[i],
arch/arm/mach-omap1/board-ams-delta.c
576
gpiod = gpiochip_request_own_desc(chip, AMS_DELTA_GPIO_PIN_MODEM_IRQ,
arch/arm/mach-omap1/board-osk.c
217
d = gpiochip_request_own_desc(gc, OSK_TPS_GPIO_USB_PWR_EN, "n_vbus_en",
arch/arm/mach-omap1/board-osk.c
226
eth_reset = gpiochip_request_own_desc(gc, OSK_TPS_GPIO_LAN_RESET, "smc_reset",
arch/arm/mach-omap1/board-osk.c
230
vdd_dsp = gpiochip_request_own_desc(gc, OSK_TPS_GPIO_DSP_PWR_EN, "dsp_power",
drivers/gpio/gpio-mvebu.c
627
desc = gpiochip_request_own_desc(&mvchip->chip,
drivers/gpio/gpio-twl4030.c
588
d = gpiochip_request_own_desc(&priv->gpio_chip,
drivers/gpio/gpiolib-acpi-core.c
317
desc = gpiochip_request_own_desc(chip, pin, label, polarity, flags);
drivers/gpio/gpiolib.c
2649
EXPORT_SYMBOL_GPL(gpiochip_request_own_desc);
drivers/gpio/gpiolib.c
5046
local_desc = gpiochip_request_own_desc(guard.gc, hwnum, name,
drivers/memory/omap-gpmc.c
1062
waitpin_desc = gpiochip_request_own_desc(&gpmc->gpio_chip,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/led.c
82
radio_led->gpiod = gpiochip_request_own_desc(bcma_gpio, hwnum,
drivers/power/supply/collie_battery.c
350
collie_bat_main.gpio_bat = gpiochip_request_own_desc(gc,
drivers/power/supply/collie_battery.c
361
collie_bat_main.gpio_temp = gpiochip_request_own_desc(gc,
drivers/power/supply/collie_battery.c
375
collie_bat_bu.gpio_bat = gpiochip_request_own_desc(gc,
include/linux/gpio/driver.h
798
struct gpio_desc *gpiochip_request_own_desc(struct gpio_chip *gc,