Searched refs:spp_gchip (Results 1 – 2 of 2) sorted by relevance
267 reg = sppctl_first_readl(spp_gchip, reg_off); in sppctl_first_get()401 spin_lock_irqsave(&spp_gchip->lock, flags); in sppctl_gpio_inv_get()421 spin_lock_irqsave(&spp_gchip->lock, flags); in sppctl_gpio_direction_input()437 spin_lock_irqsave(&spp_gchip->lock, flags); in sppctl_gpio_direction_output()527 struct sppctl_gpio_chip *spp_gchip; in sppctl_gpio_new() local531 spp_gchip = devm_kzalloc(&pdev->dev, sizeof(*spp_gchip), GFP_KERNEL); in sppctl_gpio_new()532 if (!spp_gchip) in sppctl_gpio_new()534 pctl->spp_gchip = spp_gchip; in sppctl_gpio_new()537 spp_gchip->first_base = pctl->first_base; in sppctl_gpio_new()538 spin_lock_init(&spp_gchip->lock); in sppctl_gpio_new()[all …]
135 struct sppctl_gpio_chip *spp_gchip; member
Completed in 8 milliseconds