Searched refs:gpiochip_request_own_desc (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/arch/arm/mach-omap1/ |
| D | ams-delta-fiq.c | 101 gpiod = gpiochip_request_own_desc(chip, i, pin_name[i], in ams_delta_init_fiq()
|
| D | board-ams-delta.c | 611 gpiod = gpiochip_request_own_desc(chip, AMS_DELTA_GPIO_PIN_MODEM_IRQ, in modem_assign_irq()
|
| /Linux-v5.4/include/linux/gpio/ |
| D | driver.h | 710 struct gpio_desc *gpiochip_request_own_desc(struct gpio_chip *chip, u16 hwnum,
|
| /Linux-v5.4/drivers/gpio/ |
| D | gpiolib-acpi.c | 230 desc = gpiochip_request_own_desc(chip, pin, "ACPI:Event", in acpi_gpiochip_alloc_event() 979 desc = gpiochip_request_own_desc(chip, pin, label, in acpi_gpio_adr_space_handler()
|
| D | gpiolib.c | 2860 struct gpio_desc *gpiochip_request_own_desc(struct gpio_chip *chip, u16 hwnum, in gpiochip_request_own_desc() function 2886 EXPORT_SYMBOL_GPL(gpiochip_request_own_desc); 4683 local_desc = gpiochip_request_own_desc(chip, hwnum, name, in gpiod_hog()
|
| D | gpio-mvebu.c | 621 desc = gpiochip_request_own_desc(&mvchip->chip, in mvebu_pwm_request()
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-bcm2835.c | 1260 spi->cs_gpiod = gpiochip_request_own_desc(chip, 8 - spi->chip_select, in bcm2835_spi_setup()
|
| /Linux-v5.4/Documentation/driver-api/gpio/ |
| D | driver.rst | 631 struct gpio_desc *gpiochip_request_own_desc(struct gpio_desc *desc, 638 Descriptors requested with gpiochip_request_own_desc() must be released with
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-cp2112.c | 1196 dev->desc[pin] = gpiochip_request_own_desc(&dev->gc, pin, in cp2112_allocate_irq()
|
| /Linux-v5.4/drivers/memory/ |
| D | omap-gpmc.c | 2171 waitpin_desc = gpiochip_request_own_desc(&gpmc->gpio_chip, in gpmc_probe_generic_child()
|