Searched refs:gpiochip_add_data (Results 1 - 25 of 93) sorted by path

1234

/linux-master/arch/mips/kernel/
H A Dgpio_txx9.c85 return gpiochip_add_data(&txx9_gpio_chip, NULL);
/linux-master/arch/sh/boards/mach-sdk7786/
H A Dgpio.c44 return gpiochip_add_data(&usrgpir_gpio_chip, NULL);
/linux-master/arch/arm/common/
H A Dscoop.c223 ret = gpiochip_add_data(&devptr->gpio, devptr);
/linux-master/arch/arm/mach-s3c/
H A Dgpio-samsung.c532 ret = gpiochip_add_data(gc, chip);
/linux-master/arch/arm/plat-orion/
H A Dgpio.c557 gpiochip_add_data(&ochip->chip, ochip);
/linux-master/arch/m68k/coldfire/
H A Dgpio.c169 return gpiochip_add_data(&mcfgpio_chip, NULL);
/linux-master/arch/mips/alchemy/common/
H A Dgpiolib.c160 ret = gpiochip_add_data(&alchemy_gpio_chip[0], NULL);
163 ret = gpiochip_add_data(&alchemy_gpio_chip[0], NULL);
164 ret |= gpiochip_add_data(&alchemy_gpio_chip[1], NULL);
167 ret = gpiochip_add_data(&au1300_gpiochip, NULL);
/linux-master/arch/mips/bcm63xx/
H A Dgpio.c147 return gpiochip_add_data(&bcm63xx_gpio_chip, NULL);
/linux-master/arch/mips/rb532/
H A Dgpio.c213 gpiochip_add_data(&rb532_gpio_chip->chip, rb532_gpio_chip);
/linux-master/arch/mips/txx9/generic/
H A Dsetup.c662 if (gpiochip_add_data(&iocled->chip, iocled))
/linux-master/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c345 rc = gpiochip_add_data(&gpt->gc, gpt);
347 dev_err(gpt->dev, "gpiochip_add_data() failed; rc=%i\n", rc);
/linux-master/arch/powerpc/platforms/83xx/
H A Dmcu_mpc8349emitx.c130 return gpiochip_add_data(gc, mcu);
/linux-master/arch/sh/boards/mach-x3proto/
H A Dgpio.c107 ret = gpiochip_add_data(&x3proto_gpio_chip, NULL);
/linux-master/drivers/bcma/
H A Ddriver_gpio.c222 err = gpiochip_add_data(chip, cc);
/linux-master/drivers/gpio/
H A Dgpio-74x164.c156 ret = gpiochip_add_data(&chip->gpio_chip, chip);
H A Dgpio-amd8111.c223 err = gpiochip_add_data(&gp.chip, &gp);
H A Dgpio-amdpt.c109 ret = gpiochip_add_data(&pt_gpio->gc, pt_gpio);
H A Dgpio-brcmstb.c709 err = gpiochip_add_data(gc, bank);
H A Dgpio-bt8xx.c208 err = gpiochip_add_data(&bg->gpio, bg);
H A Dgpio-grgpio.c420 err = gpiochip_add_data(gc, priv);
H A Dgpio-htc-egpio.c334 gpiochip_add_data(chip, &ei->chip[i]);
H A Dgpio-it87.c384 rc = gpiochip_add_data(&it87_gpio->chip, it87_gpio);
H A Dgpio-ljca.c455 ret = gpiochip_add_data(&ljca_gpio->gc, ljca_gpio);
H A Dgpio-loongson.c111 return gpiochip_add_data(gc, NULL);
H A Dgpio-max3191x.c437 ret = gpiochip_add_data(&max3191x->gpio, max3191x);

Completed in 333 milliseconds

1234