Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-mvebu.c85 int soc_variant; member
132 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_cause()
150 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_mask()
169 switch (mvchip->soc_variant) { in mvebu_gpioreg_level_mask()
579 switch (mvchip->soc_variant) { in mvebu_gpio_suspend()
623 switch (mvchip->soc_variant) { in mvebu_gpio_resume()
666 int soc_variant; in mvebu_gpio_probe() local
672 soc_variant = (int) match->data; in mvebu_gpio_probe()
674 soc_variant = MVEBU_GPIO_SOC_VARIANT_ORION; in mvebu_gpio_probe()
699 mvchip->soc_variant = soc_variant; in mvebu_gpio_probe()
[all …]