Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/gpio/
Dgpio-mvebu.c116 int soc_variant; member
141 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_cause()
187 switch (mvchip->soc_variant) { in mvebu_gpioreg_edge_mask()
237 switch (mvchip->soc_variant) { in mvebu_gpioreg_level_mask()
929 switch (mvchip->soc_variant) { in mvebu_gpio_suspend()
981 switch (mvchip->soc_variant) { in mvebu_gpio_resume()
1052 if (mvchip->soc_variant == MVEBU_GPIO_SOC_VARIANT_ARMADAXP) { in mvebu_gpio_probe_raw()
1090 int soc_variant; in mvebu_gpio_probe() local
1096 soc_variant = (unsigned long) match->data; in mvebu_gpio_probe()
1098 soc_variant = MVEBU_GPIO_SOC_VARIANT_ORION; in mvebu_gpio_probe()
[all …]