Home
last modified time | relevance | path

Searched refs:bgpio_pdata (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dvexpress-sysreg.c76 static struct bgpio_pdata vexpress_sysreg_sys_led_pdata = {
82 static struct bgpio_pdata vexpress_sysreg_sys_mci_pdata = {
88 static struct bgpio_pdata vexpress_sysreg_sys_flash_pdata = {
/linux-4.1.27/include/linux/
Dbasic_mmio_gpio.h21 struct bgpio_pdata { struct
/linux-4.1.27/arch/arm/mach-omap1/
Dboard-ams-delta.c181 static struct bgpio_pdata latch1_pdata = {
205 static struct bgpio_pdata latch2_pdata = {
/linux-4.1.27/arch/arm/mach-clps711x/
Dboard-autcpu12.c148 static struct bgpio_pdata autcpu12_mmgpio_pdata __initdata = {
Dboard-p720t.c184 static struct bgpio_pdata p720t_mmgpio_pdata = {
/linux-4.1.27/arch/arm/mach-imx/
Dmach-mx21ads.c177 static struct bgpio_pdata mx21ads_mmgpio_pdata = {
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-crag6410.c264 .dev.platform_data = &(struct bgpio_pdata) {
/linux-4.1.27/drivers/gpio/
Dgpio-generic.c580 struct bgpio_pdata *pdata = dev_get_platdata(dev); in bgpio_pdev_probe()