Searched refs:gpio_base (Results 51 - 75 of 87) sorted by relevance

1234

/linux-master/include/sound/
H A Dwm8903.h259 int gpio_base; member in struct:wm8903_platform_data
/linux-master/include/linux/mfd/
H A Ducb1x00.h117 int gpio_base; member in struct:ucb1x00_plat_data
H A Drc5t583.h307 * @gpio_base: GPIO base from which gpio of this device will start.
319 int gpio_base; member in struct:rc5t583_platform_data
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel.h52 * @gpio_base: Starting GPIO base of this group
62 int gpio_base; member in struct:intel_padgroup
H A Dpinctrl-meteorpoint.c29 .gpio_base = (g), \
H A Dpinctrl-lakefield.c29 .gpio_base = (g), \
H A Dpinctrl-intel-platform.c84 gpp->gpio_base = INTEL_GPIO_BASE_MATCH;
H A Dpinctrl-jasperlake.c29 .gpio_base = (g), \
H A Dpinctrl-meteorlake.c35 .gpio_base = (g), \
H A Dpinctrl-sunrisepoint.c36 .gpio_base = (g), \
H A Dpinctrl-tigerlake.c36 .gpio_base = (g), \
H A Dpinctrl-icelake.c36 .gpio_base = (g), \
/linux-master/arch/arm/mach-sa1100/
H A Dcollie.c63 .gpio_base = COLLIE_SCOOP_GPIO_BASE,
91 .gpio_base = COLLIE_TC35143_GPIO_BASE,
H A Dh3xxx.c143 .gpio_base = H3XXX_EGPIO_BASE,
H A Dassabet.c302 .gpio_base = -1,
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c390 .gpio_base = PCA935X_GPIO_BASE,
552 .gpio_base = BANFF_PMIC_GPIO_BASE,
695 .gpio_base = GLENFARCLAS_PMIC_GPIO_BASE,
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c150 .gpio_base = SPITZ_SCP_GPIO_BASE,
177 .gpio_base = SPITZ_SCP2_GPIO_BASE,
907 .gpio_base = AKITA_IOEXP_GPIO_BASE,
/linux-master/drivers/gpio/
H A Dgpio-dwapb.c72 unsigned int gpio_base; member in struct:dwapb_port_property
533 port->gc.base = pp->gpio_base;
615 pp->gpio_base = -1;
619 fwnode_property_read_u32(fwnode, "gpio-base", &pp->gpio_base);
H A Dgpio-max732x.c48 * GPIO numbers start from 'gpio_base + 0' to 'gpio_base + 8/16',
606 pdata->gpio_base = -1;
637 nr_port = max732x_setup_gpio(chip, id, pdata->gpio_base);
H A Dgpio-timberdale.c252 gc->base = pdata->gpio_base;
H A Dgpio-htc-egpio.c331 chip->base = pdata->chip[i].gpio_base;
/linux-master/drivers/mfd/
H A Ducb1x00-core.c564 if (pdata && pdata->gpio_base) {
568 ucb->gpio.base = pdata->gpio_base;
579 dev_info(&ucb->dev, "gpio_base not set so no gpiolib support");
H A Dwm8994-core.c527 wm8994->gpio_base = pdata->gpio_base;
/linux-master/arch/arm/plat-orion/
H A Dgpio.c520 void __init orion_gpio_init(int gpio_base, int ngpio, argument
545 ochip->chip.base = gpio_base;
/linux-master/drivers/leds/
H A Dleds-pca9532.c435 data->gpio.base = pdata->gpio_base;
476 pdata->gpio_base = -1;

Completed in 223 milliseconds

1234